Re: GtkSizeGroup in glade2?

2005-06-13 Thread Keith Sharp
On Mon, 2005-06-13 at 03:09 -0400, Freddie Unpenstein wrote: Here's a quick question for all you glade fans... Anyone know how to use a GtkSizeGroup in glade2? I can't see it anywhere in the tool palette. Failing that, here's what I need to do: A GtkTable with three rows of four

passing widgets to functions and back

2005-06-13 Thread Aristidas Vilkaitis
Good day, I am developing a frontend for a modeling system and I have a severe problem concerning widget passing. Basicaly, the problem is simple. I have several notebook pages full of frames(which, in turn, are full of widgets). Each of these pages has n widgets storing different

Callback signals for Custom Widgets

2005-06-13 Thread Michal Porzuczek
Hi, I have created my own custom widget, and I was wondering how I can link or map GDK event types to my custom widget in particular the key_press_event and button_press_event. Furthermore, after a event type has been specified, say the button_press_event, will I have to actually specify what

Re: Callback signals for Custom Widgets

2005-06-13 Thread David Necas (Yeti)
On Mon, Jun 13, 2005 at 12:04:42PM -0400, Michal Porzuczek wrote: I have created my own custom widget, and I was wondering how I can link or map GDK event types to my custom widget in particular the key_press_event and button_press_event. In widget's realize method: set which events its Gdk

(pango_shape): assertion failed: (glyph-num_glyphs 0)

2005-06-13 Thread Hubert Sokołowski
Hi! I get this error while running a gtk program on windows compiled using gcc mingw. Then a window from microsoft visual c++ runtime library appears saying this application has requested the Runtime to terminate I use Tor's Gtk 2.4.14. Interesting is that I use runtime environment from

Combo_box: gtk_combo_box_get_active_text undefined???

2005-06-13 Thread ramare
Dear all, upgrading to glib 2.7.0 (and some other changes I do not control: I reinstalled a full Suse 9.2 system), I get two variations with combo_boxes: -- first the combo box entries get a shaded darker grey square on the LHS, and then the usual gery part. Text start on the dark square.

GtkFileSelection deprecated?

2005-06-13 Thread Gyözö Both
hi, is that widget deprecated in favour of the filechooser and filechooser dialog? should i use these instead of the fileselection? gyözö ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

GtkDialog responses

2005-06-13 Thread abhi rocks
hi When i click on a button in the action area i am a getting a particular response. I need to change the response for the same button during run time. Could someone suggest to me how to do this. Thanks Abhishek Samuel

Re: GtkSizeGroup in glade2?

2005-06-13 Thread Freddie Unpenstein
Anyone know how to use a GtkSizeGroup in glade2? I can't see it anywhere in the tool palette. I don't believe you can do this using Glade - you have to use a mixture of Glade for the basic widgets and then code to setup the GtkSizeGroup. I was afraid you'd say that. heh Think I'll