Fixed wxImage GetData and SetData to properly use String objects for
data transfer. Added access methods to wxGridEvent. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -219,6 +219,13 @@ public:
|
||||
bool m_control;
|
||||
bool m_shift;
|
||||
wxGridCell* m_cell;
|
||||
|
||||
int GetRow();
|
||||
int GetCol();
|
||||
wxPoint GetPosition();
|
||||
bool ControlDown();
|
||||
bool ShiftDown();
|
||||
wxGridCell* GetCell();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user