aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Button.hh
diff options
context:
space:
mode:
authorMatteo Galiazzo <matteo@maltesenarrazioni.it>2008-05-05 12:05:52 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-05-05 12:05:52 (GMT)
commit4a3be045b28edac4953be9f195640654f8b5a1a1 (patch)
tree4b2e6466b54a5fb4bb6406ff9cf38c420be032df /src/FbTk/Button.hh
parentba604ac821b7c1c89d10b0e8c9f85fde948856ef (diff)
downloadfluxbox-4a3be045b28edac4953be9f195640654f8b5a1a1.zip
fluxbox-4a3be045b28edac4953be9f195640654f8b5a1a1.tar.bz2
add tooltips for iconbar buttons when title is too long to fit
Diffstat (limited to 'src/FbTk/Button.hh')
-rw-r--r--src/FbTk/Button.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/Button.hh b/src/FbTk/Button.hh
index 99d8ee9..1f65799 100644
--- a/src/FbTk/Button.hh
+++ b/src/FbTk/Button.hh
@@ -61,6 +61,8 @@ public:
61 //@{ 61 //@{
62 virtual void buttonPressEvent(XButtonEvent &event); 62 virtual void buttonPressEvent(XButtonEvent &event);
63 virtual void buttonReleaseEvent(XButtonEvent &event); 63 virtual void buttonReleaseEvent(XButtonEvent &event);
64 virtual void enterNotifyEvent(XCrossingEvent &ce);
65 virtual void leaveNotifyEvent(XCrossingEvent &ce);
64 virtual void exposeEvent(XExposeEvent &event); 66 virtual void exposeEvent(XExposeEvent &event);
65 //@} 67 //@}
66 68