Re: [gtk-list] Re: GtkToolbar
- From: Damon Chaplin <damon karuna freeserve co uk>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Re: GtkToolbar
- Date: Thu, 01 Apr 1999 01:05:06 +0100
Andy Kahn wrote:
>
> On Sun, Mar 28, 1999 at 11:53:22PM -0500, Owen Taylor wrote:
> ...
> >
> > Hmmm, it looks like you've found a hole in the GtkToolbar API -
> > there is no way to remove or hide spaces.
> >
> > Right now, it looks like the cleanest way would be to destroy
> > the toolbar and recreate it.
> >
> > There probably should be a gtk_toolbar_remove_item() call.
> > (Patches solicited...)
I think the toolbar may need redesigning a bit. It was pretty awkward
getting it to work in Glade.
It's not very object-oriented at present. For it to work well with a
GUI builder, we'd probably need a GtkToolbarItem widget (a simple subclass
of bin), with properties such as:
type - standard/toggle/radio/widget/space.
icon - the graphic to show.
label - the text to show.
tooltip - the tooltip.
group - radio group if it is a radio item.
If it's type is 'widget' you could add any widget to it like a normal
container.
I'm not sure if a GtkRadioToolbarItem subclass is necessary.
Damon
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]