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ö -- "At a recent meeting in Snowmass, Colorado, a participant from Los Angeles fainted from hyperoxygenation, and we had to hold his head under the exhaust o

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'

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 ___

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 http://mail.gnome.org/mailman/listinfo/gtk-app-dev

Re: update a row in GtkListStore

2005-06-13 Thread Hubert Sokołowski
On Mon, 13 Jun 2005 23:25:33 +0200 Luka Napotnik <[EMAIL PROTECTED]> wrote: > Hello! > > I get my list selection by: > selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(view)); > ... > > The I get the row by: > gtk_tree_model_get (model, &iter, 0, &task_id, -1); > > I have intentions to cha

update a row in GtkListStore

2005-06-13 Thread Luka Napotnik
Hello! I get my list selection by: selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(view)); ... The I get the row by: gtk_tree_model_get (model, &iter, 0, &task_id, -1); I have intentions to change the task_id. Is there an update function to store the new value of task_id to the selected ro

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.

(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 ano

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

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 but

Re: passing widgets to functions and back

2005-06-13 Thread Eduardo M KALINOWSKI
Aristidas Vilkaitis wrote: > > It crashes with a coredump, appearantly since the glist is > empty(somehow the function a_table is not capable of modifying the list). > > I'm quite new to C and GTK, so this may be very simple problem, but > i'm stuck in this place for a very long time. please help.

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 data

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 c

GtkSizeGroup in glade2?

2005-06-13 Thread Freddie Unpenstein
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 columns. The first column should be freely sized like usual, but the widg