Re: New to GObject, few questions

2006-07-22 Thread Tomasz Jankowski
Thanks! Now GObject is much clear for me. If I understood you good I should use methods, which will affect on propertys of concrete object and Interface should be defined to be able to work with many object (classes) - like GtkTreeModel can work with GtkListStore and GtkTreeStore. Interfaces are on

Re: New to GObject, few questions

2006-07-21 Thread Ricardo Malafaia
On 7/21/06, Tomasz Jankowski <[EMAIL PROTECTED]> wrote: > I. What the Interfaces are? of course you know what Interfaces are. You've probably been dealing with Application Programming Interfaces and C headers for a long time. They represent the public functionality and data type declarations pre

Re: New to GObject, few questions

2006-07-21 Thread Yeti
On Fri, Jul 21, 2006 at 10:22:19PM +0200, Tomasz Jankowski wrote: > > I read few times "Gobject tutorial" provided with GLib's documentation but I > don't understood it enouhg good, maybe because I don't like (and know) > object languages, I know only C++ basics. So these are my questions: > > I.

Re: New to GObject, few questions

2006-07-21 Thread Stefan Kost
hi tomasz, Tomasz Jankowski wrote: > Hi! > > Well, I'm working with GTK+ quite long, but I have never tried to get inside > it's code. Now I'm trying to understood how GObject works and I must say, > that it isn't as easy as I tought ;) > > I read few times "Gobject tutorial" provided with GLib's

New to GObject, few questions

2006-07-21 Thread Tomasz Jankowski
Hi! Well, I'm working with GTK+ quite long, but I have never tried to get inside it's code. Now I'm trying to understood how GObject works and I must say, that it isn't as easy as I tought ;) I read few times "Gobject tutorial" provided with GLib's documentation but I don't understood it enouhg g