Re: glib.h

2004-09-19 Thread Kermit Tensmeyer
On Friday 17 September 2004 21:10, Kermit Tensmeyer wrote: > On Friday 17 September 2004 18:39, Kermit Tensmeyer wrote: ignore, earlier post, sent and now sent on by moderator comes in late after discussion.. -- - Kermit Tensmeyer

Uninstalling GTK for a reinstall

2004-09-19 Thread Ben Watkins
Does anyone know of an uninstaller for GTK? I have messed up the uninstall, and now it says 'Uninstaller not found. Uninstall manually and try again'. If not, can somebody tell me how to delete the necessary files (which might be in the registry) so that I can try it again. Regards, Ben

Difference between wxwindows and GTK

2004-09-19 Thread marwa elaskary
Hi ,   I just wants to know the difference between WXwindows and GTK ? what is GTK+?   Which  is better for use ? and what is meant by native and wrapper toolkit?   Thnx in advance Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers!__

Re: glib.h

2004-09-19 Thread Kermit Tensmeyer
On Friday 17 September 2004 18:39, Kermit Tensmeyer wrote: > > I'll check back thru the Configure script and see where gsize is > referenced or if it get's inserted at all. > and post results.. i traced thru the configure scripts and checked version numbers on files The built glibconfig.h fr

gtk_widget_queue_resize() forgetting allocation

2004-09-19 Thread Stephen Bach
Hello, I've run into an issue in a program I'm writing where sometimes a call to gtk_widget_queue_resize() ends in a request rather than an allocate. I've put together a short test case (tested in GTK+ 2.4.4) which keeps the spirit of the program intact (see below). First, a little context -- co

Re: using gnome stock-items in GTK+

2004-09-19 Thread John Cupitt
On Sun, 19 Sep 2004 12:27:56 +0200, edward hage <[EMAIL PROTECTED]> wrote: > Another question; is there a how-to to create stock-items from scratch (adding > png-files > and labels yourself). I found the API to be quit complicated. Here's the code I ended up with after some fiddling and looking a

using gnome stock-items in GTK+

2004-09-19 Thread edward hage
I am building an app in GTK+ but for my menus I want to use the stock-items GNOME_STOCK_SCORES and GNOME_STOCK_TIMER. How can I copy or extract these items from gnome without having to include gnome.h, but just gtk.h ? Another question; is there a how-to to create stock-items from scratch (adding