Re: General GTK questions



Hello steve!

Tue, 13 May 2003 21:23:27 -0400, you wrote: 

 > Hi;
 > I first got acquainted with gtk on linux.  I am still being impressed.

 > I installed gaim on my windows box at work and was very impressed that
 > GTK also runs on windows.

 > Is this done with the gtk runtime engine?  Is gtk ported to new
 > platforms or interpreted?

Programs using gtk must be recompiled to work on another platform, there is
no interpretation done at runtime.
Gtk+ is splitted in several libraries, most (in not all) of OS-depend stuff is
in GLib and Gdk; Gtk itself just calls the drawing primitives of Gdk.

It works like  the basic functions like "open", in  your C program you
just call  open("file", O_RDONLY); and  when you compile and  link the
program it'll use the "open" function of your system.

-- 
Gael Le Mignot "Kilobug" - kilobug nerim net - http://kilobug.free.fr
GSM         : 06.71.47.18.22 (in France)   ICQ UIN   : 7299959
Fingerprint : 1F2C 9804 7505 79DF 95E6 7323 B66B F67B 7103 C5DA

Member of HurdFr: http://hurdfr.org - The GNU Hurd: http://hurd.gnu.org



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