aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-event-box.c
Commit message (Collapse)AuthorAgeFilesLines
* An input-only window event box, copied from eel's ell-input-event-box.Christian Persch2003-07-221-0/+221
2003-07-22 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-event-box.h: * lib/widgets/ephy-event-box.c: An input-only window event box, copied from eel's ell-input-event-box. * src/ephy-notebook.c: (tab_build_label): * src/ephy-favicon-action.c: (create_tool_item): Use EphyEventBox instead of GtkEventBox. Fixes transparency issue from bug #110747 .