Re: Repost: Get clicks OUTSIDE the window

2003-01-18 Thread Havoc Pennington
On Sat, Jan 18, 2003 at 07:59:00AM +, Diego Zuccato wrote: Sorry to repost, but I'm really getting mad at this :-( Havoc, please... I know that once you say what I'm doing wrong I'll realyze I've been a chicken... But it's better to be a chicken and proceed than just wander around and

GTK+ Under Windows Using Dev-C++

2003-01-18 Thread DE Studios
I recently downloaded and installed GTK+ for Windows and I program using the Dev-C++ compiler. I noticed that all the tutorials require the include line of #include gtk/gtk.h but windows considers /\*? etc to be a illegal character. I was wondering what to do so I can use GTK+ under windows and

GTK+(Win32) Font

2003-01-18 Thread Twilight Isotope
How does GTK+ (Win32) determine the font it should use for menus, buttons etc? Recently all my GTK+ programs have started using a small hard to read font, where they were before using a normal sized one, and I haven't been able to work out how to reset it. Thanks

LayoutWidget and overlapping widgets

2003-01-18 Thread AN179
I have created a small Application that displays a GtkTextView object (contained in a Scrolled Window) and a Button object both in an LayoutWidget container. I am trying to make it so the button gets displayed after TextView object, so the button overlaps the GtkTextView object. I have tried