PDA

View Full Version : Ruby GTK how to lock a GTK::Paned widget



Questioneer
June 29th, 2008, 04:51 PM
Hello-
I would like to lock the position of a GTK::Paned widget in Ruby/GTK.

How would I do this?

Thanks.

Questioneer
June 29th, 2008, 05:11 PM
Forgot to mention: I'm using Ubuntu 8.04 with the latest versions of Ruby and GNOME.

napsy
June 29th, 2008, 08:46 PM
That is not possible since the paned is used especially for changing the dimensions of the widgets. If you want to "lock" the widgets use boxes or tables.