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 go
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
gtk-app-devel-list@gnome.
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,
>
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 t
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 put this in just after gtk_init and got the runtime warning
(denemo:10714): GLi
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 h
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
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