James Henstridge wrote:
>
> You can use the GtkPaned.set_position() method to set the initial position
> of the handle. So if you want the clist to be 100 pixels wide, use
> "hpaned.set_position(100)" (assuming the clist is in the left pane).
>
My problem is I don't know how wide the CList is. It's set with
GtkCList.columns_autosize() each time the program starts, so I need to
find out the height and width after being autosized before I can set the
width of the pane.
-Harry
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]