Lots of changes for wxPython to start using many of the new featues in
wxWindows 2.5 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -91,6 +91,20 @@ enum wxToolBarToolStyle
|
||||
wxTOOL_STYLE_CONTROL
|
||||
};
|
||||
|
||||
enum {
|
||||
wxTB_HORIZONTAL,
|
||||
wxTB_VERTICAL,
|
||||
wxTB_3DBUTTONS,
|
||||
wxTB_FLAT,
|
||||
wxTB_DOCKABLE,
|
||||
wxTB_NOICONS,
|
||||
wxTB_TEXT,
|
||||
wxTB_NODIVIDER,
|
||||
wxTB_NOALIGN,
|
||||
wxTB_HORZ_LAYOUT,
|
||||
wxTB_HORZ_TEXT,
|
||||
};
|
||||
|
||||
|
||||
|
||||
class wxToolBarToolBase : public wxObject {
|
||||
@@ -382,6 +396,8 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
// returns tool pos, or wxNOT_FOUND if tool isn't found
|
||||
int GetToolPos(int id) const;
|
||||
|
||||
bool GetToolState(int id);
|
||||
bool GetToolEnabled(int id);
|
||||
|
||||
Reference in New Issue
Block a user