]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dirctrl.h
Handle Shift-TAB correctly in wxOSX/Carbon wxComboBox.
[wxWidgets.git] / interface / wx / dirctrl.h
index 0b50fa03ac6c3f1214c0ce138f7850396728ab8a..37c96d45a058be783324ec76799033d5c9eabb34 100644 (file)
@@ -46,7 +46,13 @@ enum
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{genericdirctrl.png}
+    @appearance{genericdirctrl}
+    @event{EVT_DIRCTRL_CHANGED(id, func)}
+          Selected directory has changed.
+          Processes a @c wxEVT_COMMAND_DIRCTRL_CHANGED event type.
+          Notice that this event is generated even for the changes done by the
+          program itself and not only those done by the user.
+          @since 2.9.5
 */
 class wxGenericDirCtrl : public wxControl
 {
@@ -162,6 +168,13 @@ public:
     */
     virtual wxString GetPath() const;
 
+    /**
+        Gets the path corresponding to the given tree control item.
+
+        @since 2.9.5
+    */
+    wxString GetPath(wxTreeItemId itemId) const;
+
     /**
         Fills the array @a paths with the selected directories and filenames.
     */