Re: Row number in TreeView

2007-09-17 Thread Lukasz Gromotowicz
Thanks for the response. I still have a problem. Maybe because I use GTKmm. I have signal_row_activated connected to the function: void TMainWindow::on_TreeView1_dblclick( const Gtk::TreeModel::Path& path, Gtk::TreeViewColumn* tvcolumn) I have taken it from GTKmm documentation. in

Window with no maximize button

2007-09-17 Thread aniket ray
Hi, I wanted to create a Window with only the minimize and close decoration buttons (and no maximize button). The code of what I basically did was: windowPointer = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_widget_realize(windowPointer); mainWindow = windowPointer->window; gdk_window_set_decorations

Re: Window with no maximize button

2007-09-17 Thread Yeti
On Mon, Sep 17, 2007 at 05:01:05PM +0530, aniket ray wrote: > I wanted to create a Window with only the minimize and close decoration > buttons (and no maximize button). > > The code of what I basically did was: > windowPointer = gtk_window_new(GTK_WINDOW_TOPLEVEL); > gtk_widget_realize(windowPoin

Re: Row number in TreeView

2007-09-17 Thread James Scott Jr
LUK, This link answers your original "double-click" question! Read the Tutorial! http://scentric.net/tutorial/sec-selections-double-click.html James , On Mon, 2007-09-17 at 09:29 +0100, Lukasz Gromotowicz wrote: > Thanks for the response. I still have a problem. Maybe because I use GTKmm. > I