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 _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list