Re: TreeModel width
- From: Murray Cumming <murrayc murrayc com>
- To: John Taber <jtaber johntaber net>
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: TreeModel width
- Date: Tue, 22 Mar 2005 11:43:57 +0100
On Tue, 2005-03-22 at 03:23 -0700, John Taber wrote:
> 1) how can I set a min width of a single column tree model that is in a
> scrolled window in a box? I've tried to set the tree view column with no
> effect - currently the column width is appearing much shorter than the
> strings contained in the column - is the lack of a column header shrinking
> the size?
>
> row[memuColumns.col(0)] = "Display Entire Network";
> menuTreeView.append_column(" ", menuColumns.col(0));
> (menuTreeView.getcolumn(0))->set_min_width(150); // no effect
> menuTreeView.columns_autosize(); //no effect
> menuWindow.add(menuTreeView);
> mainBox.pack_start(menuWindow, Gtk::PACK_SHRINK);
Gtk::Widget::set_default_width() might do it, on the TreeView or the
ScrolledWindow that it's in. You could experiment with Glade. I'm also
wondering at the moment about how to make a treeview
s scrolledwindow take up just enough space for the treeview
s columns.
--
Murray Cumming
murrayc murrayc com
www.murrayc.com
www.openismus.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]