added wxSizerFlags::Left/Right()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -69,6 +69,8 @@ public:
|
||||
wxSizerFlags& Expand() { return Align(wxEXPAND); }
|
||||
wxSizerFlags& Centre() { return Align(wxCENTRE); }
|
||||
wxSizerFlags& Center() { return Centre(); }
|
||||
wxSizerFlags& Left() { return Align(wxALIGN_LEFT); }
|
||||
wxSizerFlags& Right() { return Align(wxALIGN_RIGHT); }
|
||||
|
||||
|
||||
wxSizerFlags& Border(int direction, int borderInPixels)
|
||||
|
Reference in New Issue
Block a user