ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-gtk-dev
php-gtk-dev
[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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved