[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Overlapping widgets ?
- From: Havoc Pennington <rhp zirx pair com>
- To: gtk-app-devel-list redhat com
- Subject: Re: Overlapping widgets ?
- Date: Thu, 3 Jun 1999 15:49:19 -0400 (EDT)
Hi,
There's no way to do that that I can think of. You could perhaps do it by
placing the buttons on a GtkLayout or GnomeCanvas then drawing on the
layout or canvas. Widgets ahve to be rectangular though - even if they
have a shape mask and appear non-square, they are considered to cover a
rectangular area - so you basically have to fake this by putting the
buttons on top of another widget and letting the widget show through the
masked-off part of the button.
Havoc
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]