Re: Problem packing labels into GtkTable

2005-07-16 Thread William Park
On Sat, Jul 16, 2005 at 05:08:28PM -0500, Nickolai Dobrynin wrote: > William, > > I was initially hesitant to post the code because it uses the C++ > bindings, which may not be appropriate for this list, but here goes > (it's really simple): ... > How would you write this in "pure" GTK? Once I ha

Re: Problem packing labels into GtkTable

2005-07-16 Thread Nickolai Dobrynin
William, I was initially hesitant to post the code because it uses the C++ bindings, which may not be appropriate for this list, but here goes (it's really simple): #ifndef GTKMM_EXAMPLEWINDOW_H #define GTKMM_EXAMPLEWINDOW_H #include class ExampleWindow : public Gtk::Window { public: Example

Re: Problem packing labels into GtkTable

2005-07-16 Thread William Park
On Sat, Jul 16, 2005 at 03:14:12PM -0500, Nickolai Dobrynin wrote: > Hi, > > Does anybody have a working example of packing multiple labels into > GtkTable? I know how to do this with buttons, but when I do it the > same way with labels, I get a seg fault or "illegal instruction". Should be the