aboutsummaryrefslogtreecommitdiff
path: root/src/IconButton.hh
diff options
context:
space:
mode:
authorakir <akir>2004-10-22 00:35:29 (GMT)
committerakir <akir>2004-10-22 00:35:29 (GMT)
commitf5d7833b32f77e936ce9f6e930f0b930519a28a2 (patch)
tree7e989a8baff2b268f5d1fd09bcb29f7485330aa7 /src/IconButton.hh
parent33b55697ab8c615badf195d5c54b0136fbe93c54 (diff)
downloadfluxbox-f5d7833b32f77e936ce9f6e930f0b930519a28a2.zip
fluxbox-f5d7833b32f77e936ce9f6e930f0b930519a28a2.tar.bz2
added iconbar.wheelMode and iconbar.deiconifyMode
Diffstat (limited to 'src/IconButton.hh')
-rw-r--r--src/IconButton.hh7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/IconButton.hh b/src/IconButton.hh
index 69fbf46..80310b4 100644
--- a/src/IconButton.hh
+++ b/src/IconButton.hh
@@ -20,7 +20,7 @@
20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21// DEALINGS IN THE SOFTWARE. 21// DEALINGS IN THE SOFTWARE.
22 22
23// $Id: IconButton.hh,v 1.4 2003/11/27 14:27:48 fluxgen Exp $ 23// $Id: IconButton.hh,v 1.5 2004/10/22 00:35:28 akir Exp $
24 24
25#ifndef ICONBUTTON_HH 25#ifndef ICONBUTTON_HH
26#define ICONBUTTON_HH 26#define ICONBUTTON_HH
@@ -30,11 +30,12 @@
30#include "FbTk/TextButton.hh" 30#include "FbTk/TextButton.hh"
31 31
32class FluxboxWindow; 32class FluxboxWindow;
33class IconbarTool;
33 34
34class IconButton: public FbTk::TextButton, public FbTk::Observer { 35class IconButton: public FbTk::TextButton, public FbTk::Observer {
35public: 36public:
36 IconButton(const FbTk::FbWindow &parent, const FbTk::Font &font, 37 IconButton(const IconbarTool& tool, const FbTk::FbWindow &parent,
37 FluxboxWindow &window); 38 const FbTk::Font &font, FluxboxWindow &window);
38 virtual ~IconButton(); 39 virtual ~IconButton();
39 40
40 void exposeEvent(XExposeEvent &event); 41 void exposeEvent(XExposeEvent &event);