]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/canvas.h
-1->wxID_ANY, TRUE->true, FALSE->false and tabs replacements
[wxWidgets.git] / demos / forty / canvas.h
index 02a65fe385dc39c7facc395a71814aadc8041918..b507518f5ee8e74cc3ef5158a587cb7dab6d925e 100644 (file)
@@ -8,7 +8,7 @@
 // Copyright:   (c) 1993-1998 Chris Breeze
 // Licence:    wxWindows licence
 //---------------------------------------------------------------------------
-// Last modified: 22nd July 1998 - ported to wxWindows 2.0
+// Last modified: 22nd July 1998 - ported to wxWidgets 2.0
 /////////////////////////////////////////////////////////////////////////////
 #ifndef _CANVAS_H_
 #define _CANVAS_H_
@@ -21,7 +21,7 @@ class PlayerSelectionDialog;
 class FortyCanvas: public wxScrolledWindow
 {
 public:
-       FortyCanvas(wxWindow* parent, int x, int y, int w, int h);
+       FortyCanvas(wxWindow* parent, const wxPoint& pos, const wxSize& size);
        virtual ~FortyCanvas();
 
        virtual void OnDraw(wxDC& dc);
@@ -38,6 +38,7 @@ public:
        void EnableHelpingHand(bool enable)             { m_helpingHand = enable; }
        void EnableRightButtonUndo(bool enable) { m_rightBtnUndo = enable; }
         void LayoutGame();
+        void ShowPlayerDialog();
 
        DECLARE_EVENT_TABLE()