How to put a pixmap on a GtkMenuItem?

2002-03-22 Thread hunchback
Hi, I'm trying to do a Menu Bar, which, contains GtkMenu... I'm trying to put a pixmap and a label, instead of just a label on the items of the menu.. i tried all i can think of, but he complains allways that the item isn't a GtkMenuItem... (an assertion of the GtkMenuShell, i think..) How do i

How to get a specific menu item

2002-03-22 Thread Adam Tee
Hi, How can I get a specific menuitem from a menubar?? In my application I need to be able to remove a menu from the menubar when I unload a plugin. I can remove the submenu but not the menuitem on the menubar. Thanks, Adam -- Adam Tee Postgraduate Research Student Dept of Electronic & Elect

RE: How to get a specific menu item

2002-03-22 Thread hunchback
>Hi, > >How can I get a specific menuitem from a menubar?? In my application >I need to be able to remove a menu from the menubar when I unload a >plugin. I can remove the submenu but not the menuitem on the menubar. i'm suposing you ask that on gtk1.2.. in GtkMenuBar and GtkMenuShell i think

the bugzilla trail

2002-03-22 Thread Paul Davis
following the links for filing a bug with bugzilla from gtk.org leads one to enter a bug against the GIMP, not GTK+ ... --p ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

GTK-2.0 statically linked application does not work

2002-03-22 Thread michael
Hi, I have made statically linked GTK2.0-DirectFB libraries, but any application (even "examples" progs) crashed with following message: _ (process:1813): GLib-GObject-CRITICAL **: gtype.c:1788:g_type_register_static(): initialization assertion failed, use g_type_init() prior to this f

spin button example

2002-03-22 Thread David Eduardo Gomez Noguera
Hello. can anyone tell me where to see the code for the spinn button example from the testgtk from gtk2? or show it here? I want to see how they did to use a string list instead of numbers. The months of the year spinner. Thank you. I installed the rpm's for gtk2 but coulnt find its code nowhere

Re: GTK-2.0 statically linked application does not work

2002-03-22 Thread Havoc Pennington
michael <[EMAIL PROTECTED]> writes: > All needed packages rebuilded with "--enable-static" option too. --enable-static just means "build static libraries" To use a fully statically linked GTK 2 you also need to be sure there aren't any dlopen() modules. The normal ones are in Pango, gdk-pixbuf