SWIGged update for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1798,11 +1798,11 @@ public:
|
||||
bool IsInSelection( int row, int col );
|
||||
// TODO: ??? bool IsInSelection( const wxGridCellCoords& coords )
|
||||
|
||||
wxGridCellCoordsArray& GetSelectedCells() const;
|
||||
wxGridCellCoordsArray& GetSelectionBlockTopLeft() const;
|
||||
wxGridCellCoordsArray& GetSelectionBlockBottomRight() const;
|
||||
wxArrayInt& GetSelectedRows() const;
|
||||
wxArrayInt& GetSelectedCols() const;
|
||||
const wxGridCellCoordsArray& GetSelectedCells() const;
|
||||
const wxGridCellCoordsArray& GetSelectionBlockTopLeft() const;
|
||||
const wxGridCellCoordsArray& GetSelectionBlockBottomRight() const;
|
||||
const wxArrayInt& GetSelectedRows() const;
|
||||
const wxArrayInt& GetSelectedCols() const;
|
||||
|
||||
|
||||
// This function returns the rectangle that encloses the block of cells
|
||||
|
||||
Reference in New Issue
Block a user