]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/pile.h
Made widgets sample take up less space
[wxWidgets.git] / demos / forty / pile.h
index 49eb8c9b54338f3cf6f3fbf6f0c5328d6e075c84..5248db0586c9778b09a65532093b6a45bd04175b 100644 (file)
@@ -69,6 +69,7 @@ public:
        virtual bool AcceptCard(Card*) { return FALSE; }
        virtual void AddCard(Card* card);       // Add card to top of pile
        virtual void AddCard(wxDC& pDC, Card* card);    // Add card + redraw it
+        void SetPos(int x,int y) {m_x = x;m_y = y;};
 
 protected:
        int   m_x, m_y;                         // Position of the pile on the screen