glib.h ?? Where is it ?

2002-02-11 Thread Lin, Lynn
Hi there, I am compiling GTK+ source code on Win32 and got this compilation error: Cannot opened include file glib.h. I ran Find to search glib.h but not found. What *zip file that contains glib.h I should download in order to use glib.h ? Thanks a lot for your help, Lynn

Re: Does GTK+ controls the feel and look theme ?

2002-02-11 Thread Paul Davis
Hi there, Do you know by chance if GTK+ has the feel and look choice that can be made at runtime (for example: windows look, Motif look, Swing/Metal look or Macintosh look) yes. visit www.themes.org/gtk --p ___ gtk-list mailing list [EMAIL PROTECTED]

synthetic button press event in GTK1.2

2002-02-11 Thread mallum
I need to send a 'synthetic' button release event. Im under the impression I can only do this with a call to Xlibs XSendEvent. However Im not having much luck :( My main problem seems to be translating GDK Xlib representations back to actual Xlib ones; My XSendEvent looks something like;

Re: synthetic button press event in GTK1.2

2002-02-11 Thread Sven Neumann
Hi, mallum [EMAIL PROTECTED] writes: I need to send a 'synthetic' button release event. Im under the impression I can only do this with a call to Xlibs XSendEvent. do you really need to do that? What are you trying to acomplish? Salut, Sven ___

Re: GList in a list box

2002-02-11 Thread Ramón Triay Espinosa
- Original Message - From: Jim Adams [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, February 10, 2002 9:07 PM Subject: GList in a list box Hello, I am a beginner who has become very confused. I have a data file and can transfer it to a GList which I can then print out.