Re: GtkAssistant flow question

2009-07-26 Thread Pierre Wieser
Date: Sun, 12 Jul 2009 13:25:48 +0200 (CEST) From: pwie...@trychlos.org Subject: GtkAssistant flow question To: gtk-app-devel-list@gnome.org Hi, I have a simple GtkAssistant with : - one intro page - two content pages - one confirm page - one summary page. All works fine : the

Can't localize GTK+ itself on Windows XP

2009-07-26 Thread Andrew Ziem
I can't get GTK+ to localize its own strings when I bundle it and install it on another Windows machine. On my development machine, it is fine. On a clean test machine, only my application's own strings are localized, but the GTK+ about dialog and file open dialogs are in English. I think I

custom tree model, iters, and memory management

2009-07-26 Thread Thomas Stover
While working on a custom tree model (thanks to Tim-Philipp Müller for the tutorial), I needed more pointers in my iter structure than the user_data, user_data2, and user_data3. So I defined a new structure and stored that in user_data. For the model's _get_iter(), _iter_children(),

Gtk button strangeness

2009-07-26 Thread Brian Tietz
I'm having trouble with GtkButtons. They should (and usually do) size themselves to be 27 pixels high with my currently selected GNOME theme. All of them are created using gtk_button_new_with_label. The problem is that one particular button sizes itself to 42 pixels high instead of 27. I

Re: Is there any way to match a key event against key binding rules for GtkTextView class without creating a GtkTextView object?

2009-07-26 Thread Zhe Su
Can anybody give me some suggestions about this issue? On Fri, Jul 24, 2009 at 5:16 PM, Zhe Su james...@gmail.com wrote: Hi, GtkTextView widget can use key binding rules defined in gtkrc file. For example, when Emacs key theme is selected, ctrl-w will be mapped to cut-clipboard signal.