Re: gui, g_objects and abstraction

2006-04-06 Thread James Scott Jr
On Thu, 2006-04-06 at 20:57 +0200, Andreas Kotowicz wrote: > this is a general case question. I made myself familiar with gtk+ and > created a few useful (and less useful) programs. I quickly began to > realize that I do reuse some code very often. So I thought about > abstraction and creation of

gui, g_objects and abstraction

2006-04-06 Thread Andreas Kotowicz
this is a general case question. I made myself familiar with gtk+ and created a few useful (and less useful) programs. I quickly began to realize that I do reuse some code very often. So I thought about abstraction and creation of objects and classes which could then be easily reused. so here's my