]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/property.h
synchronize GTK2 minimum version in docs
[wxWidgets.git] / include / wx / propgrid / property.h
index 101cb91e6025ae132b7f2d75ccb81761678adc07..5bae8cc4afc90eb1ad2217833aefa88cd2e9aa3f 100644 (file)
@@ -650,6 +650,11 @@ wxPG_PROP_BEING_DELETED             = 0x00200000
 */
 #define wxPG_FILE_DIALOG_TITLE              wxS("DialogTitle")
 
+/** Specific to wxFileProperty and derivatives, long, default is 0.
+    Sets a specific wxFileDialog style for the file dialog.
+*/
+#define wxPG_FILE_DIALOG_STYLE              wxS("DialogStyle")
+
 /** Specific to wxDirProperty, wxString, default is empty.
     Sets a specific message for the dir dialog.
 */
@@ -966,7 +971,7 @@ public:
     }
 
     /** Gets a unsigned number identifying this list. */
-    wxPGChoicesId GetId() const { return (wxPGChoicesId) m_data; };
+    wxPGChoicesId GetId() const { return (wxPGChoicesId) m_data; }
 
     const wxString& GetLabel( unsigned int ind ) const
     {
@@ -2390,7 +2395,7 @@ protected:
     /**
         Returns true if child property is selected.
     */
-    bool IsChildSelected() const;
+    bool IsChildSelected( bool recursive = false ) const;
 
     // Removes child property with given pointer. Does not delete it.
     void RemoveChild( wxPGProperty* p );