added update UI event code to toolbar, could
someone test this git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -45,6 +45,7 @@ extern const wxChar *wxToolBarNameStr;
|
||||
|
||||
class wxToolBar: public wxControl
|
||||
{
|
||||
DECLARE_EVENT_TABLE()
|
||||
DECLARE_DYNAMIC_CLASS(wxToolBar)
|
||||
|
||||
public:
|
||||
@@ -102,6 +103,8 @@ class wxToolBar: public wxControl
|
||||
|
||||
virtual void SetToolLongHelp(int toolIndex, const wxString& helpString);
|
||||
virtual void SetToolShortHelp(int toolIndex, const wxString& helpString);
|
||||
|
||||
void OnIdle( wxIdleEvent &ievent );
|
||||
|
||||
// implementation
|
||||
|
||||
|
Reference in New Issue
Block a user