Added wxBU_ALIGN_MASK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c874715013
commit
e7e14318e7
@ -7,6 +7,7 @@
|
|||||||
%rename(BU_TOP) wxBU_TOP;
|
%rename(BU_TOP) wxBU_TOP;
|
||||||
%rename(BU_RIGHT) wxBU_RIGHT;
|
%rename(BU_RIGHT) wxBU_RIGHT;
|
||||||
%rename(BU_BOTTOM) wxBU_BOTTOM;
|
%rename(BU_BOTTOM) wxBU_BOTTOM;
|
||||||
|
%rename(BU_ALIGN_MASK) wxBU_ALIGN_MASK;
|
||||||
%rename(BU_EXACTFIT) wxBU_EXACTFIT;
|
%rename(BU_EXACTFIT) wxBU_EXACTFIT;
|
||||||
%rename(BU_AUTODRAW) wxBU_AUTODRAW;
|
%rename(BU_AUTODRAW) wxBU_AUTODRAW;
|
||||||
%rename(Button) wxButton;
|
%rename(Button) wxButton;
|
||||||
|
@ -24,6 +24,8 @@ enum {
|
|||||||
wxBU_RIGHT,
|
wxBU_RIGHT,
|
||||||
wxBU_BOTTOM,
|
wxBU_BOTTOM,
|
||||||
|
|
||||||
|
wxBU_ALIGN_MASK,
|
||||||
|
|
||||||
wxBU_EXACTFIT,
|
wxBU_EXACTFIT,
|
||||||
wxBU_AUTODRAW,
|
wxBU_AUTODRAW,
|
||||||
};
|
};
|
||||||
|
@ -24,6 +24,7 @@ wxBU_LEFT = wx._controls.BU_LEFT
|
|||||||
wxBU_TOP = wx._controls.BU_TOP
|
wxBU_TOP = wx._controls.BU_TOP
|
||||||
wxBU_RIGHT = wx._controls.BU_RIGHT
|
wxBU_RIGHT = wx._controls.BU_RIGHT
|
||||||
wxBU_BOTTOM = wx._controls.BU_BOTTOM
|
wxBU_BOTTOM = wx._controls.BU_BOTTOM
|
||||||
|
wxBU_ALIGN_MASK = wx._controls.BU_ALIGN_MASK
|
||||||
wxBU_EXACTFIT = wx._controls.BU_EXACTFIT
|
wxBU_EXACTFIT = wx._controls.BU_EXACTFIT
|
||||||
wxBU_AUTODRAW = wx._controls.BU_AUTODRAW
|
wxBU_AUTODRAW = wx._controls.BU_AUTODRAW
|
||||||
wxButton = wx._controls.Button
|
wxButton = wx._controls.Button
|
||||||
|
Loading…
Reference in New Issue
Block a user