>On Tue, 2003-05-27 at 18:51, sydney barrow wrote: >> Is there a way to create transparent buttons (so that the background pixmap >> shows through) in GTK+ (1.2)? >> >> Any help would be greatly appreciated. > >IIRC, this was one of the really cool features of GTK+ 2, and it isn't >possible in GTK+ 1.
it certainly is possible, though it can be quite a bit more work. you need to use gtk_widget_shape_combine_mask() together with a GtkEventBox as the underlying widget type. getting full GtkButton semantics from this is hard, but if you want something that responds with generic (ie. button_press, button_release) events, its not that bad. _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
