Re: [GTK3] GtkEntry, why focus-in-event does not work ?

2012-02-23 Thread Gilles DOFFE
Thanks Jacky ! It was big enough in gtk3 documentation but I missed it anyway... ^^' http://developer.gnome.org/gtk3/3.2/GtkWidget.html#GtkWidget-focus-in-event Solved. 2012/2/23 jjacky i.am.jack.m...@gmail.com On 02/23/2012 02:49 PM, Gilles DOFFE wrote: Hello, Below a simple

[GTK3] css background-image property on GtkButton

2012-02-07 Thread Gilles DOFFE
Hello, I try to add a background image on a GtkButton using the folowing code : -- #include gtk/gtk.h gint main (gint argc, gchar **argv) { GtkCssProvider *css_provider = NULL; GtkStyleContext *context = NULL; GError *error = NULL;