Re: Howto : new widget new container

2005-06-22 Thread Marco Scholten
- Original Message - From: Stephane Wirtel [EMAIL PROTECTED] To: gtkmm-list@gnome.org Sent: Tuesday, June 21, 2005 11:50 PM Subject: Howto : new widget new container Hi all, I want to create a new widget with a new container. Theses news objects are to draw a P.E.R.T. diagram. With

weird behavior with TreeModel

2005-06-22 Thread John Taber
Has anyone else had problems with TreeModel? 1) If I try to append rows after using TreeModel.clear(), it segfaults. 2) If I try to define a column as reorderable - it does not compile but if I put it in a loop thru all the columns it compiles okay. 3) I'm getting weird behavior when using a

Callback to parent dialog

2005-06-22 Thread John Taber
I've tried the following but it's not right. Can someone help out - thks. Gtk::GtkWidget* toplevel = gtk_widget_get_toplevel(this); if (GTK_WIDGET_TOPLEVEL (toplevel)) { toplevel-editDialog(data); } ___ gtkmm-list mailing list gtkmm-list@gnome.org

How to move widget inside Gtk::Layout?

2005-06-22 Thread Kresimir Sojat
How can I move widget with the mouse that is child of Gtk::Layout? Should I use Drag and Drop, and how? ___ gtkmm-list mailing list gtkmm-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtkmm-list

Re: weird behavior with TreeModel

2005-06-22 Thread John Taber
Thanks very much for the clear explanations. It all makes sense now. Nalin Singal wrote: Sorry for breaking up the reply. Regarding the reorderable columns. When you do menuColumns.id.set_reorderable(), you are trying to set the column in the treeModel as reoderable. But actually the column