]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/filepicker.h
fix signature of wxClipboard::UserPrimarySelection; in particular change the default...
[wxWidgets.git] / interface / wx / filepicker.h
index 2cb91adc9752507c15a0fcff02ea3dbd8a774441..5df6c196fdfff53e45ba06d2bd91bce51156cc3c 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxFilePickerCtrl
-    @wxheader{filepicker.h}
 
     This control allows the user to select a file. The generic implementation is
     a button which brings up a wxFileDialog when clicked. Native implementation
@@ -130,7 +129,6 @@ public:
 
 /**
     @class wxDirPickerCtrl
-    @wxheader{filepicker.h}
 
     This control allows the user to select a directory. The generic implementation
     is
@@ -244,7 +242,6 @@ public:
 
 /**
     @class wxFileDirPickerEvent
-    @wxheader{filepicker.h}
 
     This event class is used for the events generated by
     wxFilePickerCtrl and by wxDirPickerCtrl.