Re: GtkMenuItem style widget for normal use
- From: Tristan Van Berkom <tvb gnome org>
- To: einKI ml gmx net
- Cc: gtk-list <gtk-list gnome org>
- Subject: Re: GtkMenuItem style widget for normal use
- Date: Wed, 04 Oct 2006 15:47:36 -0400
einKI.ml wrote:
Hi
Does Gtk include a Widget which looks like the GtkMenuItem
but can be added to the normal VBox/HBox containers?
When I add a GtkMenuItem to a Box it behaves like a normal
GtkLabel.
I also tried to use a GtkButton and changed the relief
option to none but when i hover or click the button it
behaves still exactly like a normal button.
Why not just use a label or something (box{label/image} ?) and trap
"button-press-event" on it (or on a parenting GtkEventBox) ?
Cheers,
-Tristan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]