Re: new to gtk, how can I limit widgets?

2007-03-19 Thread Michael Ekstrand
On Sat, 2007-03-17 at 17:12 -0700, ian baber wrote: I'm working on a project using the GTK2 perl package, and I need a way to set absolute limits on a container widget. The program needs to be able to divide up the screen using several containers, and then hand each of those off to a

new to gtk, how can I limit widgets?

2007-03-17 Thread ian baber
I'm working on a project using the GTK2 perl package, and I need a way to set absolute limits on a container widget. The program needs to be able to divide up the screen using several containers, and then hand each of those off to a plugin. The problem is that I want the containers to

Re: new to gtk, how can I limit widgets?

2007-03-17 Thread Michael Torrie
On Sat, 2007-03-17 at 17:12 -0700, ian baber wrote: I'm working on a project using the GTK2 perl package, and I need a way to set absolute limits on a container widget. The program needs to be able to divide up the screen using several containers, and then hand each of those off to a

Re: new to gtk, how can I limit widgets?

2007-03-17 Thread Michael Torrie
On Sat, 2007-03-17 at 18:35 -0700, ian baber wrote: Unfortunately, the GtkWidget methods don't seem too help. the usize methods have been deprecated in favor of size_request, which only changes the amount of space requested for the widget during the size allocation, it will be changed