[Glade-users] GtkButton without labels

Damon Chaplin damon@karuna.uklinux.net
21 Apr 2003 22:56:07 +0100


On Sun, 2003-04-20 at 05:53, kosh wrote:
> Hi,
> 
> I'm making an interface and I want to add buttons to a toolbar, but
> without labels, for some reason, glade still allocates space to a button
> for a label which there isnt one set, it's blank.  Is this an addressed
> issue in glade 2.0, or is there some way I can tell glade to just
> display the button image.

If you want all the toolbar buttons to be just icons, you can set the
'Style' property of the toolbar to 'Icons'.

If you just want to make one or 2 buttons just icons, you can use the
'Convert to ordinary button' popup menu command.
Then use the 'Remove button contents' popup command, and then you can
put an icon in the button.

Damon