[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;

Re: Multitouch review 2: press-and-hold

2012-02-07 Thread Simon Schampijer
Hi, first of all, thanks for all the work on this! I just tested the multitouch branch here on my Wetab in a little python example to get a feeling what the API would be like. The approach to connect to a signal and then decide whether to handle it or not was straight forward to me. On

Re: touch events

2012-02-07 Thread Benjamin Otte
So, here's few interesting things I learned in the last few days while talking to people about touch (mostly Peter Hutterer and Chase Douglas, more power to them for getting my X up and running with touch events). 1) There is a huge difference between touchscreens and touchpads. No platform

Re: touch events

2012-02-07 Thread Chase Douglas
On 02/07/2012 07:58 PM, Benjamin Otte wrote: So, here's few interesting things I learned in the last few days while talking to people about touch (mostly Peter Hutterer and Chase Douglas, more power to them for getting my X up and running with touch events). 1) There is a huge difference