[PHP-GTK-DEV] Re: Resizable and Scrollable TreeView
by Elizabeth Smith other posts by this author
Mar 7 2007 9:53AM messages near this date
[PHP-GTK-DEV] Resizable and Scrollable TreeView
|
[PHP-GTK-DEV] Re: [PHP-GTK] PHP-GTK2 book
Lucky Luke wrote:
> Hi,
>
> I'm trying to create a tree view which is resizable, but when the contents
> are larger than the TreeView, there must come a scroll bar too. But the
> width of the TreeView is fixed, and I can't resize it.
Yes, a treeview is not "resizeable" - a window can be resizable, you can
use GtkVPaned and put the treeview on one side and the rest on the other
side that way you can split the width of the window between the two...
but you can't make just the treeview resizeable. As I said in irc -
this kind of situation is best suited to a GtkVPaned, please read the
documentation.
In addition, this should be sent to the php.gtk general list since this
question is about using php-gtk not developing it.
--
PHP-GTK Development Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Lucky Luke
Elizabeth Smith
|