Re: gtk+-1.2.10 (linux) vs gtk+-1.3.0 (windows) looks

2005-05-13 Thread Thorsten Maerz
Hi Chisheng, On Thu, 12 May 2005 17:10:17 + (GMT) Chisheng Huang [EMAIL PROTECTED] wrote: Does anybody know how to make radio buttons, check buttons, and spinners in GTK+-1.3.0 for MS Windows look as nice as those in GTK+-1.2.10 for Linux? For gtk-1.3 you may have a look at the

Missing pango_render_part_get_type in Win32 Pango?

2005-05-13 Thread Tor Lillqvist
Daniel K. O. writes: I'm wondering if the function pango_render_part_get_type() should be exported on Pango Win32 1.8.0. Yes. Fixed in CVS. --tml ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: How to disable the esc key in gtkdialog?

2005-05-13 Thread Tim Müller
On Friday 13 May 2005 02:51, moody_blur wrote: The gtkdialog destroy itself when get a esc key. How can I trap the key and disable this feature? Don't add a 'cancel' button or any other action widget/button with a GTK_RESPONSE_CANCEL response value to the dialog and that behaviour will

GtkTable : a bug in the doc ?

2005-05-13 Thread Olivier
Dear all, I read GtkWidget* gtk_table_new (guint rows, guint columns, gboolean homogeneous); but according to what happen on my

Re: GtkTable : a bug in the doc ?

2005-05-13 Thread John Cupitt
Hi Olivier, On 5/13/05, Olivier [EMAIL PROTECTED] wrote: GtkWidget* gtk_table_new (guint rows, guint columns, gboolean homogeneous);

Re: GtkTable : a bug in the doc ?

2005-05-13 Thread Olivier
The documentation is correct: it's rows down, then columns across (or width then height, confusingly). You're right, yes, yes, I got where it went wrong : gtk_table_attach_defaults(GTK_TABLE, widget, col1, col2, row1, row2) puts this time column first and rows second ... Sorry, my mistake, though

gtkExpander

2005-05-13 Thread Городничев Денис
how to change orientation of Expander? need vertical expander. -- [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: How to disable the esc key in gtkdialog?

2005-05-13 Thread Marc Santhoff
Am Fr, den 13.05.2005 schrieb um 03:51: The gtkdialog destroy itself when get a esc key. How can I trap the key and disable this feature? And can I get the key input and deal with it myself in common types of gtkwidget? Thanks. I am not using GTK 2.x but 1.2 and have done it this way:

GLib-GObject-CRITICAL debugging

2005-05-13 Thread Daniel Piccoli
Hi all, Is there any easy way to debug GLib-GObject-CRITICAL runtime errors? I am currently getting the following runtime error: (app:9741): GLib-GObject-CRITICAL **: file gsignal.c: line 1543 (g_signal_connect_closure_by_id): assertion `signal_id 0' failed It would be nice to know which

Re: GLib-GObject-CRITICAL debugging

2005-05-13 Thread Denis
If you set the environment var G_DEBUG to fatal_warnings (export G_DEBUG=fatal_warnings with bash), it should assert when there is an error. If you launch your program with gdb, you will have the stack. Another good idea I think is to have on your dev machine a glib/atk/pango/gtk+ lib compiled

Re: Tutorial for GtkUIManager ?

2005-05-13 Thread Miguel Cabrera
http://live.gnome.org/GnomeLove_2fUIManagerTutorial Good Luck. Miguel. On 5/11/05, Claudio Saavedra V. [EMAIL PROTECTED] wrote: On Wed, 2005-05-11 at 19:41 +0200, Daniel Pekelharing wrote: Hi all, Can anyone recommend a tutorial on using GtkUIManager? I've been using GtkItemFactory up

TreeView and Pixbuf

2005-05-13 Thread Denis
how i can change pixbuf in gtk_tree_view? -- ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list