Re: What, in detail, the GDK do?



2009/12/28 frederico schardong <frede sch gmail com>:
> So how low level GDK goes? It renders the widgets according the OS?
> Where GTK+ ends and GDK starts? Where GDK ends and GLib starts?

You can read about it here:

http://www.gtk.org/documentation.html

gdk wraps the business of creating a window and getting events, cairo
does low-level drawing, glib does data structures, utility functions
and event loops, gobject is the object model, pango renders text,
gdkpixbuf loads and transforms images, gtk issues all the drawing
commands to display widgets, your application does everything else.

John


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]