]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/menu.h
* Doc updates
[wxWidgets.git] / include / wx / gtk / menu.h
index 18844219c92eb6a0793b9bc1a1b479de570edd94..347acf3340bf89d1550fb3fe0246337b8cf93369 100644 (file)
@@ -128,6 +128,12 @@ public:
   inline void SetClientData( void* clientData ) { m_clientData = clientData; }
   inline void* GetClientData() const { return m_clientData; }
   
+  // Updates the UI for a menu and all submenus recursively.
+  // source is the object that has the update event handlers
+  // defined for it. If NULL, the menu or associated window
+  // will be used.
+  void UpdateUI(wxEvtHandler* source = (wxEvtHandler*) NULL);
+
 // implementation
   
   int FindMenuIdByMenuItem( GtkWidget *menuItem ) const;