Little tweaks to match recent wxWidgets updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -54,7 +54,12 @@ MAKE_CONST_WXSTRING(ART_TIP);
|
||||
MAKE_CONST_WXSTRING(ART_REPORT_VIEW);
|
||||
MAKE_CONST_WXSTRING(ART_LIST_VIEW);
|
||||
MAKE_CONST_WXSTRING(ART_NEW_DIR);
|
||||
MAKE_CONST_WXSTRING(ART_HARDDISK);
|
||||
MAKE_CONST_WXSTRING(ART_FLOPPY);
|
||||
MAKE_CONST_WXSTRING(ART_CDROM);
|
||||
MAKE_CONST_WXSTRING(ART_REMOVABLE);
|
||||
MAKE_CONST_WXSTRING(ART_FOLDER);
|
||||
MAKE_CONST_WXSTRING(ART_FOLDER_OPEN);
|
||||
MAKE_CONST_WXSTRING(ART_GO_DIR_UP);
|
||||
MAKE_CONST_WXSTRING(ART_EXECUTABLE_FILE);
|
||||
MAKE_CONST_WXSTRING(ART_NORMAL_FILE);
|
||||
|
@@ -89,6 +89,11 @@ styles.", "");
|
||||
have a wx.STIPPLE style, then the return value may be non-None but an
|
||||
uninitialised bitmap (`wx.Bitmap.Ok` returns False).", "");
|
||||
|
||||
|
||||
DocDeclStr(
|
||||
bool , IsHatch() const,
|
||||
"Is the current style a hatch type?", "");
|
||||
|
||||
|
||||
DocDeclStr(
|
||||
bool , Ok(),
|
||||
|
@@ -972,7 +972,7 @@ public:
|
||||
const wxString& normal_face = wxPyEmptyString,
|
||||
const wxString& fixed_face = wxPyEmptyString);
|
||||
|
||||
int Render(int x, int y, int from = 0, int dont_render = false, int to = INT_MAX,
|
||||
int Render(int x, int y, int from = 0, int dont_render = false, int maxHeight = INT_MAX,
|
||||
//int *known_pagebreaks = NULL, int number_of_pages = 0
|
||||
int* choices=NULL, int LCOUNT = 0
|
||||
);
|
||||
|
Reference in New Issue
Block a user