MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
-MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr);
+MAKE_CONST_WXSTRING_NOSWIG(GridNameStr);
MAKE_CONST_WXSTRING_NOSWIG(DefaultDateTimeFormat);
//---------------------------------------------------------------------------
class wxGridCellRenderer : public wxGridCellWorker
{
+public:
virtual void Draw(wxGrid& grid,
wxGridCellAttr& attr,
wxDC& dc,
const wxRect& rect,
int row, int col,
bool isSelected);
+
virtual wxSize GetBestSize(wxGrid& grid,
wxGridCellAttr& attr,
wxDC& dc,
int row, int col);
+
virtual wxGridCellRenderer *Clone() const;
};
void SetWidth(int width);
int GetPrecision() const;
void SetPrecision(int precision);
+
+ %property(Precision, GetPrecision, SetPrecision, doc="See `GetPrecision` and `SetPrecision`");
+ %property(Width, GetWidth, SetWidth, doc="See `GetWidth` and `SetWidth`");
};
// wxGridCellEditor is an ABC, and several derived classes are available.
// Classes implemented in Python should be derived from wxPyGridCellEditor.
-class wxGridCellEditor : public wxGridCellWorker
+class wxGridCellEditor : public wxGridCellWorker
{
public:
bool IsCreated();
virtual void StartingClick();
virtual void HandleReturn(wxKeyEvent& event);
- %pythonAppend Destroy "args[0].thisown = 0"
+ %pythonPrepend Destroy "args[0].this.own(False)"
virtual void Destroy();
+ %property(CellAttr, GetCellAttr, SetCellAttr, doc="See `GetCellAttr` and `SetCellAttr`");
+ %property(Control, GetControl, SetControl, doc="See `GetControl` and `SetControl`");
};
%pythonAppend wxGridCellTextEditor "self._setOORInfo(self)"
wxGridCellTextEditor();
virtual wxString GetValue();
+
+ %property(Value, GetValue, doc="See `GetValue`");
};
public:
%pythonAppend wxGridCellNumberEditor "self._setOORInfo(self)"
wxGridCellNumberEditor(int min = -1, int max = -1);
- virtual wxString GetValue();
};
public:
%pythonAppend wxGridCellFloatEditor "self._setOORInfo(self)"
wxGridCellFloatEditor(int width = -1, int precision = -1);
- virtual wxString GetValue();
};
public:
%pythonAppend wxGridCellBoolEditor "self._setOORInfo(self)"
wxGridCellBoolEditor();
- virtual wxString GetValue();
};
class wxGridCellChoiceEditor : public wxGridCellEditor
wxGridCellChoiceEditor(int choices = 0,
const wxString* choices_array = NULL,
bool allowOthers = false);
- virtual wxString GetValue();
};
public:
%pythonAppend wxGridCellEnumEditor "self._setOORInfo(self)"
wxGridCellEnumEditor( const wxString& choices = wxPyEmptyString );
- virtual wxString GetValue();
};
public:
%pythonAppend wxGridCellAutoWrapStringEditor "self._setOORInfo(self)"
wxGridCellAutoWrapStringEditor();
- virtual wxString GetValue();
};
bool IsReadOnly() const;
wxAttrKind GetKind();
void SetDefAttr(wxGridCellAttr* defAttr);
+
+ %property(Alignment, GetAlignment, SetAlignment, doc="See `GetAlignment` and `SetAlignment`");
+ %property(BackgroundColour, GetBackgroundColour, SetBackgroundColour, doc="See `GetBackgroundColour` and `SetBackgroundColour`");
+ %property(Font, GetFont, SetFont, doc="See `GetFont` and `SetFont`");
+ %property(Kind, GetKind, SetKind, doc="See `GetKind` and `SetKind`");
+ %property(Overflow, GetOverflow, SetOverflow, doc="See `GetOverflow` and `SetOverflow`");
+ %property(Size, GetSize, SetSize, doc="See `GetSize` and `SetSize`");
+ %property(TextColour, GetTextColour, SetTextColour, doc="See `GetTextColour` and `SetTextColour`");
};
//---------------------------------------------------------------------------
virtual void SetRowAttr(wxGridCellAttr *attr, int row);
virtual void SetColAttr(wxGridCellAttr *attr, int col);
+ %property(AttrProvider, GetAttrProvider, SetAttrProvider, doc="See `GetAttrProvider` and `SetAttrProvider`");
+ %property(NumberCols, GetNumberCols, doc="See `GetNumberCols`");
+ %property(NumberRows, GetNumberRows, doc="See `GetNumberRows`");
+ %property(View, GetView, SetView, doc="See `GetView` and `SetView`");
};
wxPyGridTableBase();
void _setCallbackInfo(PyObject* self, PyObject* _class);
- %pythonAppend Destroy "args[0].thisown = 0"
+ %pythonPrepend Destroy "args[0].this.own(False)"
%extend { void Destroy() { delete self; } }
wxString GetTypeName( int row, int col );
int GetCommandInt();
void SetCommandInt2( int comInt2 );
int GetCommandInt2();
+
+ %property(CommandInt, GetCommandInt, SetCommandInt, doc="See `GetCommandInt` and `SetCommandInt`");
+ %property(CommandInt2, GetCommandInt2, SetCommandInt2, doc="See `GetCommandInt2` and `SetCommandInt2`");
+ %property(Id, GetId, SetId, doc="See `GetId` and `SetId`");
+ %property(TableObject, GetTableObject, SetTableObject, doc="See `GetTableObject` and `SetTableObject`");
};
else: raise IndexError
}
+ %property(Col, GetCol, SetCol, doc="See `GetCol` and `SetCol`");
+ %property(Row, GetRow, SetRow, doc="See `GetRow` and `SetRow`");
};
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxWANTS_CHARS,
- const wxString& name = wxPyPanelNameStr);
+ const wxString& name = wxPyGridNameStr);
%RenameCtor(PreGrid, wxGrid());
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxWANTS_CHARS,
- const wxString& name = wxPyPanelNameStr );
+ const wxString& name = wxPyGridNameStr );
// Override the global renamer to leave these as they are, for backwards
// compatibility
DocDeclA(
void, GetCellAlignment( int row, int col, int *OUTPUT, int *OUTPUT ),
- "GetCellAlignment() -> (horiz, vert)");
+ "GetCellAlignment(int row, int col) -> (horiz, vert)");
bool GetDefaultCellOverflow();
bool GetCellOverflow( int row, int col );
static wxVisualAttributes
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
+ %property(BatchCount, GetBatchCount, doc="See `GetBatchCount`");
+ %property(CellHighlightColour, GetCellHighlightColour, SetCellHighlightColour, doc="See `GetCellHighlightColour` and `SetCellHighlightColour`");
+ %property(CellHighlightPenWidth, GetCellHighlightPenWidth, SetCellHighlightPenWidth, doc="See `GetCellHighlightPenWidth` and `SetCellHighlightPenWidth`");
+ %property(CellHighlightROPenWidth, GetCellHighlightROPenWidth, SetCellHighlightROPenWidth, doc="See `GetCellHighlightROPenWidth` and `SetCellHighlightROPenWidth`");
+ %property(CellSize, GetCellSize, SetCellSize, doc="See `GetCellSize` and `SetCellSize`");
+ %property(ColLabelAlignment, GetColLabelAlignment, SetColLabelAlignment, doc="See `GetColLabelAlignment` and `SetColLabelAlignment`");
+ %property(ColLabelSize, GetColLabelSize, SetColLabelSize, doc="See `GetColLabelSize` and `SetColLabelSize`");
+ %property(ColLabelTextOrientation, GetColLabelTextOrientation, SetColLabelTextOrientation, doc="See `GetColLabelTextOrientation` and `SetColLabelTextOrientation`");
+ %property(ColMinimalAcceptableWidth, GetColMinimalAcceptableWidth, SetColMinimalAcceptableWidth, doc="See `GetColMinimalAcceptableWidth` and `SetColMinimalAcceptableWidth`");
+ %property(DefaultCellAlignment, GetDefaultCellAlignment, SetDefaultCellAlignment, doc="See `GetDefaultCellAlignment` and `SetDefaultCellAlignment`");
+ %property(DefaultCellBackgroundColour, GetDefaultCellBackgroundColour, SetDefaultCellBackgroundColour, doc="See `GetDefaultCellBackgroundColour` and `SetDefaultCellBackgroundColour`");
+ %property(DefaultCellFont, GetDefaultCellFont, SetDefaultCellFont, doc="See `GetDefaultCellFont` and `SetDefaultCellFont`");
+ %property(DefaultCellOverflow, GetDefaultCellOverflow, SetDefaultCellOverflow, doc="See `GetDefaultCellOverflow` and `SetDefaultCellOverflow`");
+ %property(DefaultCellTextColour, GetDefaultCellTextColour, SetDefaultCellTextColour, doc="See `GetDefaultCellTextColour` and `SetDefaultCellTextColour`");
+ %property(DefaultColLabelSize, GetDefaultColLabelSize, doc="See `GetDefaultColLabelSize`");
+ %property(DefaultColSize, GetDefaultColSize, SetDefaultColSize, doc="See `GetDefaultColSize` and `SetDefaultColSize`");
+ %property(DefaultEditor, GetDefaultEditor, SetDefaultEditor, doc="See `GetDefaultEditor` and `SetDefaultEditor`");
+ %property(DefaultGridLinePen, GetDefaultGridLinePen, doc="See `GetDefaultGridLinePen`");
+ %property(DefaultRenderer, GetDefaultRenderer, SetDefaultRenderer, doc="See `GetDefaultRenderer` and `SetDefaultRenderer`");
+ %property(DefaultRowLabelSize, GetDefaultRowLabelSize, doc="See `GetDefaultRowLabelSize`");
+ %property(DefaultRowSize, GetDefaultRowSize, SetDefaultRowSize, doc="See `GetDefaultRowSize` and `SetDefaultRowSize`");
+ %property(GridColLabelWindow, GetGridColLabelWindow, doc="See `GetGridColLabelWindow`");
+ %property(GridCornerLabelWindow, GetGridCornerLabelWindow, doc="See `GetGridCornerLabelWindow`");
+ %property(GridCursorCol, GetGridCursorCol, doc="See `GetGridCursorCol`");
+ %property(GridCursorRow, GetGridCursorRow, doc="See `GetGridCursorRow`");
+ %property(GridLineColour, GetGridLineColour, SetGridLineColour, doc="See `GetGridLineColour` and `SetGridLineColour`");
+ %property(GridRowLabelWindow, GetGridRowLabelWindow, doc="See `GetGridRowLabelWindow`");
+ %property(GridWindow, GetGridWindow, doc="See `GetGridWindow`");
+ %property(LabelBackgroundColour, GetLabelBackgroundColour, SetLabelBackgroundColour, doc="See `GetLabelBackgroundColour` and `SetLabelBackgroundColour`");
+ %property(LabelFont, GetLabelFont, SetLabelFont, doc="See `GetLabelFont` and `SetLabelFont`");
+ %property(LabelTextColour, GetLabelTextColour, SetLabelTextColour, doc="See `GetLabelTextColour` and `SetLabelTextColour`");
+ %property(NumberCols, GetNumberCols, doc="See `GetNumberCols`");
+ %property(NumberRows, GetNumberRows, doc="See `GetNumberRows`");
+ %property(RowLabelAlignment, GetRowLabelAlignment, SetRowLabelAlignment, doc="See `GetRowLabelAlignment` and `SetRowLabelAlignment`");
+ %property(RowLabelSize, GetRowLabelSize, SetRowLabelSize, doc="See `GetRowLabelSize` and `SetRowLabelSize`");
+ %property(RowMinimalAcceptableHeight, GetRowMinimalAcceptableHeight, SetRowMinimalAcceptableHeight, doc="See `GetRowMinimalAcceptableHeight` and `SetRowMinimalAcceptableHeight`");
+ %property(ScrollLineX, GetScrollLineX, SetScrollLineX, doc="See `GetScrollLineX` and `SetScrollLineX`");
+ %property(ScrollLineY, GetScrollLineY, SetScrollLineY, doc="See `GetScrollLineY` and `SetScrollLineY`");
+ %property(SelectedCells, GetSelectedCells, doc="See `GetSelectedCells`");
+ %property(SelectedCols, GetSelectedCols, doc="See `GetSelectedCols`");
+ %property(SelectedRows, GetSelectedRows, doc="See `GetSelectedRows`");
+ %property(SelectionBackground, GetSelectionBackground, SetSelectionBackground, doc="See `GetSelectionBackground` and `SetSelectionBackground`");
+ %property(SelectionBlockBottomRight, GetSelectionBlockBottomRight, doc="See `GetSelectionBlockBottomRight`");
+ %property(SelectionBlockTopLeft, GetSelectionBlockTopLeft, doc="See `GetSelectionBlockTopLeft`");
+ %property(SelectionForeground, GetSelectionForeground, SetSelectionForeground, doc="See `GetSelectionForeground` and `SetSelectionForeground`");
+ %property(SelectionMode, GetSelectionMode, SetSelectionMode, doc="See `GetSelectionMode` and `SetSelectionMode`");
+ %property(Table, GetTable, SetTable, doc="See `GetTable` and `SetTable`");
+
};
bool ShiftDown();
bool AltDown();
bool CmdDown();
+
+ %property(Col, GetCol, doc="See `GetCol`");
+ %property(Position, GetPosition, doc="See `GetPosition`");
+ %property(Row, GetRow, doc="See `GetRow`");
};
bool ShiftDown();
bool AltDown();
bool CmdDown();
+
+ %property(Position, GetPosition, doc="See `GetPosition`");
+ %property(RowOrCol, GetRowOrCol, doc="See `GetRowOrCol`");
};
bool ShiftDown();
bool AltDown();
bool CmdDown();
+
+ %property(BottomRightCoords, GetBottomRightCoords, doc="See `GetBottomRightCoords`");
+ %property(BottomRow, GetBottomRow, doc="See `GetBottomRow`");
+ %property(LeftCol, GetLeftCol, doc="See `GetLeftCol`");
+ %property(RightCol, GetRightCol, doc="See `GetRightCol`");
+ %property(TopLeftCoords, GetTopLeftCoords, doc="See `GetTopLeftCoords`");
+ %property(TopRow, GetTopRow, doc="See `GetTopRow`");
};
void SetRow(int row);
void SetCol(int col);
void SetControl(wxControl* ctrl);
+
+ %property(Col, GetCol, SetCol, doc="See `GetCol` and `SetCol`");
+ %property(Control, GetControl, SetControl, doc="See `GetControl` and `SetControl`");
+ %property(Row, GetRow, SetRow, doc="See `GetRow` and `SetRow`");
};