Lots of changes for wxPython to start using many of the new featues in
wxWindows 2.5 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1023,7 +1023,7 @@ public:
|
||||
void SetFont(const wxFont& font);
|
||||
void SetAlignment(int hAlign, int vAlign);
|
||||
void SetSize(int num_rows, int num_cols);
|
||||
void SetOverflow( bool allow );
|
||||
void SetOverflow( bool allow = TRUE );
|
||||
void SetReadOnly(bool isReadOnly = TRUE);
|
||||
|
||||
void SetRenderer(wxGridCellRenderer *renderer);
|
||||
@@ -1037,6 +1037,7 @@ public:
|
||||
bool HasRenderer() const;
|
||||
bool HasEditor() const;
|
||||
bool HasReadWriteMode() const;
|
||||
bool HasOverflowMode() const;
|
||||
|
||||
wxColour GetTextColour() const;
|
||||
wxColour GetBackgroundColour() const;
|
||||
|
Reference in New Issue
Block a user