]> git.saurik.com Git - wxWidgets.git/commitdiff
added control action for redraws (classic only)
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 10 Aug 2002 09:37:02 +0000 (09:37 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 10 Aug 2002 09:37:02 +0000 (09:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/control.h

index 4cf51df8f69eaea88a9d5106b4b7c8775d7ae488..417d5d5bb099c7b516183b92bc5a348d99c73342 100644 (file)
@@ -75,6 +75,7 @@ public:
    virtual void         MacSuperShown( bool show ) ;
    virtual bool                 MacCanFocus() const ;
    virtual void                 MacUpdateDimensions() ;
+   void*             MacGetControlAction() { return m_macControlAction ; }
    
    virtual void         DoSetSize(int x, int y,int width, int height,int sizeFlags = wxSIZE_AUTO ) ;
    void                 OnKeyDown( wxKeyEvent &event ) ;
@@ -104,6 +105,7 @@ protected:
 protected:
    // For controls like radiobuttons which are really composite
    WXWidget m_macControl ;
+   void*    m_macControlAction ;
    bool     m_macControlIsShown ;
    wxList   m_subControls;
    int      m_macHorizontalBorder ;