"wx.ART_REPORT_VIEW",
"wx.ART_LIST_VIEW",
"wx.ART_NEW_DIR",
+ "wx.ART_HARDDISK",
+ "wx.ART_FLOPPY",
+ "wx.ART_CDROM",
+ "wx.ART_REMOVABLE",
"wx.ART_FOLDER",
+ "wx.ART_FOLDER_OPEN",
"wx.ART_GO_DIR_UP",
"wx.ART_EXECUTABLE_FILE",
"wx.ART_NORMAL_FILE",
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);
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(),
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
);
wxART_REPORT_VIEW = wx._misc.ART_REPORT_VIEW
wxART_LIST_VIEW = wx._misc.ART_LIST_VIEW
wxART_NEW_DIR = wx._misc.ART_NEW_DIR
+wxART_HARDDISK = wx._misc.ART_HARDDISK
+wxART_FLOPPY = wx._misc.ART_FLOPPY
+wxART_CDROM = wx._misc.ART_CDROM
+wxART_REMOVABLE = wx._misc.ART_REMOVABLE
wxART_FOLDER = wx._misc.ART_FOLDER
+wxART_FOLDER_OPEN = wx._misc.ART_FOLDER_OPEN
wxART_GO_DIR_UP = wx._misc.ART_GO_DIR_UP
wxART_EXECUTABLE_FILE = wx._misc.ART_EXECUTABLE_FILE
wxART_NORMAL_FILE = wx._misc.ART_NORMAL_FILE