fixed FixedSizeTabs()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -94,8 +94,7 @@ public:
|
||||
// -----------
|
||||
|
||||
// return TRUE if all tabs have the same width
|
||||
bool FixedSizeTabs() const
|
||||
{ return GetWindowStyle() & wxNB_FIXEDWIDTH != 0; }
|
||||
bool FixedSizeTabs() const { return HasFlag(wxNB_FIXEDWIDTH); }
|
||||
|
||||
// return wxTOP/wxBOTTOM/wxRIGHT/wxLEFT
|
||||
wxDirection GetTabOrientation() const;
|
||||
|
Reference in New Issue
Block a user