diff options
author | Matteo Galiazzo <matteo@maltesenarrazioni.it> | 2008-05-05 12:05:52 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-05-05 12:05:52 (GMT) |
commit | 4a3be045b28edac4953be9f195640654f8b5a1a1 (patch) | |
tree | 4b2e6466b54a5fb4bb6406ff9cf38c420be032df /src/IconButton.hh | |
parent | ba604ac821b7c1c89d10b0e8c9f85fde948856ef (diff) | |
download | fluxbox-4a3be045b28edac4953be9f195640654f8b5a1a1.zip fluxbox-4a3be045b28edac4953be9f195640654f8b5a1a1.tar.bz2 |
add tooltips for iconbar buttons when title is too long to fit
Diffstat (limited to 'src/IconButton.hh')
-rw-r--r-- | src/IconButton.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/IconButton.hh b/src/IconButton.hh index b80a29b..bb41b8b 100644 --- a/src/IconButton.hh +++ b/src/IconButton.hh | |||
@@ -45,6 +45,8 @@ public: | |||
45 | virtual ~IconButton(); | 45 | virtual ~IconButton(); |
46 | 46 | ||
47 | void exposeEvent(XExposeEvent &event); | 47 | void exposeEvent(XExposeEvent &event); |
48 | void enterNotifyEvent(XCrossingEvent &ce); | ||
49 | void leaveNotifyEvent(XCrossingEvent &ce); | ||
48 | void clear(); | 50 | void clear(); |
49 | void clearArea(int x, int y, | 51 | void clearArea(int x, int y, |
50 | unsigned int width, unsigned int height, | 52 | unsigned int width, unsigned int height, |