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
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
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.
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
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