GtkMenuItem Label

2008-02-09 Thread Leonel Freire
What's the best way to retrieve the label from a GtkMenuItem? -- Leonel Freire ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: a blank desktop

2008-02-09 Thread Diego Zuccato
Andres Gonzalez ha scritto: > Also, I would want to configure gnome to wake up or initialize in that > mode. How would I do that? Why do you care about Gnome at all? :-) Just use "xinit yourprogram". man xinit is your friend. "yourprogram" runs w/o a window manager/desktop/... (unless you add it

g_cclosure_marshal and enum parameter

2008-02-09 Thread nicola fragale
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I have a problem with a signal I'm trying to implement. My signal has 2 parameter, the second is an enum. This is the code ~ rubrica_cards_view_signals[MARK] = ~g_signal_new("mark", ~ RUBRICA_CARDS_VIEW_TYPE, ~ G_SIGNAL_RU