wxNullIconBundle
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -171,14 +171,15 @@ STANDARD_CURSOR = Cursor.__new__(Cursor)
|
|||||||
%immutable;
|
%immutable;
|
||||||
%threadWrapperOff;
|
%threadWrapperOff;
|
||||||
|
|
||||||
const wxBitmap wxNullBitmap;
|
const wxBitmap wxNullBitmap;
|
||||||
const wxIcon wxNullIcon;
|
const wxIcon wxNullIcon;
|
||||||
const wxCursor wxNullCursor;
|
const wxCursor wxNullCursor;
|
||||||
const wxPen wxNullPen;
|
const wxPen wxNullPen;
|
||||||
const wxBrush wxNullBrush;
|
const wxBrush wxNullBrush;
|
||||||
const wxPalette wxNullPalette;
|
const wxPalette wxNullPalette;
|
||||||
const wxFont wxNullFont;
|
const wxFont wxNullFont;
|
||||||
const wxColour wxNullColour;
|
const wxColour wxNullColour;
|
||||||
|
const wxIconBundle wxNullIconBundle;
|
||||||
|
|
||||||
%threadWrapperOn;
|
%threadWrapperOn;
|
||||||
%mutable;
|
%mutable;
|
||||||
|
Reference in New Issue
Block a user