[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Toolbar Packing
- From: Owen Taylor <otaylor redhat com>
- To: Ez Coder <ezcoder ianandanne com>
- Cc: Gtk Application Development <gtk-app-devel-list gnome org>
- Subject: Re: Toolbar Packing
- Date: 10 May 2003 22:55:02 -0400
On Sat, 2003-05-10 at 14:21, Ez Coder wrote:
> Hi!
>
> I have created a toolbar in Gtk-2.2 with only text buttons on it.
> The packing method seems to be set to "homogenous". So some buttons go
> off the screen. How do I change this property to false.
>
> I have tries placing the toolbar in a hbox. But that does not help.
You can't. GtkToolbar in 2.2 is always homogenous.
> The closest I found to be on the track was the there is a function
> called g_container_class_install_child_property(...). Is this the right
> track and, if so, how is this function to be used?
gtk_container_class_install_child_property() is a function for adding
a new type of packing option to ones newly implemented custom container
widget. Not really useful here...
Regards,
Owen
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]