aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/WinButton.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/WinButton.hh b/src/WinButton.hh
index 8817a48..49504e5 100644
--- a/src/WinButton.hh
+++ b/src/WinButton.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22/// $Id: WinButton.hh,v 1.1 2003/01/05 22:48:54 fluxgen Exp $ 22/// $Id: WinButton.hh,v 1.2 2003/03/22 11:38:24 fluxgen Exp $
23 23
24#include "Button.hh" 24#include "Button.hh"
25 25
@@ -31,7 +31,8 @@ class WinButton:public FbTk::Button {
31public: 31public:
32 /// draw type for the button 32 /// draw type for the button
33 enum Type {MAXIMIZE, MINIMIZE, SHADE, STICK, CLOSE}; 33 enum Type {MAXIMIZE, MINIMIZE, SHADE, STICK, CLOSE};
34 WinButton(Type buttontype, const FbTk::FbWindow &parent, int x, int y, unsigned int width, unsigned int height); 34 WinButton(Type buttontype, const FbTk::FbWindow &parent, int x, int y,
35 unsigned int width, unsigned int height);
35 /// override for drawing 36 /// override for drawing
36 void exposeEvent(XExposeEvent &event); 37 void exposeEvent(XExposeEvent &event);
37 /// override for redrawing 38 /// override for redrawing