How to make a image transparent (.jpeg)

2008-02-07 Thread sumit kumar
Hi, I am creating a pixbuf from .jpeg file. I want to set opacity for file. How it can be done??? Regards, Sumit Kumar ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: mixing widgets via glade and standard way ? (newbie)

2008-02-07 Thread Tristan Van Berkom
On Feb 3, 2008 8:41 AM, Fred Müller [EMAIL PROTECTED] wrote: Dear folks, I'm wondering whether XML/glade based widget creation and 'standard' widget creation combine. All widgets are generated by libglade-2.0. Changing the text in an existing label works, adding a label to the table

Re: mixing widgets via glade and standard way ? (newbie)

2008-02-07 Thread Fred Mueller
On Thu, Feb 07, 2008 at 11:19:55AM -0200, Tristan Van Berkom wrote: On Feb 3, 2008 8:41 AM, Fred Müller [EMAIL PROTECTED] wrote: Are standard gtk calls failing since glade changes some internal callbacks when creating the table, or am I missing something obvious ? (I wouldn't think its

Disabling automatic ESC key action for GtkDialog

2008-02-07 Thread Torsten Reuss
Hi, I am porting an application from gtk 1.2 to gtk 2.0 and found that there is a different behaviour for GtkDialog windows. In GTK-2.0, dialog windows automatically are closed and destroyed when the ESC key is pressed. This behaviour is incompatible with the application as most dialogs are only

Re: gtk-can-change-accels property absent in gtk 2.8.20?

2008-02-07 Thread Richard Shann
Hi Torsten, Thanks for this - curiously I get (denemo:16377): Gtk-CRITICAL **: gtk_settings_set_long_property: assertion `origin != NULL' failed with your code. I'll dig into this. Richard ___ gtk-app-devel-list mailing list

Re: gtk-can-change-accels property absent in gtk 2.8.20?

2008-02-07 Thread Torsten Reuss
On Feb 7, 2008 10:28 PM, Richard Shann [EMAIL PROTECTED] wrote: Hi Torsten, Thanks for this - curiously I get (denemo:16377): Gtk-CRITICAL **: gtk_settings_set_long_property: assertion `origin != NULL' failed with your code. Hmm, I couldn't find out what the origin parameter was good for

Re: gtk-can-change-accels property absent in gtk 2.8.20?

2008-02-07 Thread Torsten Reuss
Hi Richard, On Feb 7, 2008 5:25 PM, Richard Shann [EMAIL PROTECTED] wrote: I tried to putting a line to set the gtk-can-change-accels property thus: g_object_set (gtk_settings_get_for_screen (gdk_screen_get_default ()), gtk-can-change-accels,TRUE, NULL); I