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:
Robin Dunn
2003-07-24 00:28:34 +00:00
parent e4a7bbfc1e
commit 3ef86e32dd
61 changed files with 5696 additions and 1666 deletions

View File

@@ -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);