Added wx.RendererNative.DrawCheckButton.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -129,6 +129,7 @@ under the covers.
|
|||||||
|
|
||||||
Added wx.StandardPaths.GetDocumentsDir.
|
Added wx.StandardPaths.GetDocumentsDir.
|
||||||
|
|
||||||
|
Added wx.RendererNative.DrawCheckButton.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -183,7 +183,16 @@ you need. ``flags`` may have the ``wx.CONTROL_PRESSED`` or
|
|||||||
``wx.CONTROL_CURRENT`` bit set.", "");
|
``wx.CONTROL_CURRENT`` bit set.", "");
|
||||||
|
|
||||||
|
|
||||||
|
DocDeclStr(
|
||||||
|
virtual void , DrawCheckButton(wxWindow *win,
|
||||||
|
wxDC& dc,
|
||||||
|
const wxRect& rect,
|
||||||
|
int flags = 0),
|
||||||
|
"Draw a check button. Flags may use wx.CONTROL_CHECKED,
|
||||||
|
wx.CONTROL_UNDETERMINED and wx.CONTROL_CURRENT.", "");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
virtual wxSplitterRenderParams , GetSplitterParams(const wxWindow *win),
|
virtual wxSplitterRenderParams , GetSplitterParams(const wxWindow *win),
|
||||||
"Get the splitter parameters, see `wx.SplitterRenderParams`.", "");
|
"Get the splitter parameters, see `wx.SplitterRenderParams`.", "");
|
||||||
|
Reference in New Issue
Block a user