+
+
+ DocDeclStr(
+ virtual void , ShowSearchButton( bool show ),
+ "Sets the search button visibility value on the search control. If
+there is a menu attached, the search button will be visible regardless
+of the search button visibility value. This has no effect in Mac OS X
+v10.3", "");
+
+ DocDeclStr(
+ virtual bool , IsSearchButtonVisible() const,
+ "Returns the search button visibility value. If there is a menu
+attached, the search button will be visible regardless of the search
+button visibility value. This always returns false in Mac OS X v10.3", "");
+
+ DocDeclStr(
+ virtual void , ShowCancelButton( bool show ),
+ "Shows or hides the cancel button.", "");
+
+ DocDeclStr(
+ virtual bool , IsCancelButtonVisible() const,
+ "Indicates whether the cancel button is visible. ", "");
+
+
+ DocDeclStr(
+ virtual void , SetDescriptiveText(const wxString& text),
+ "Set the text to be displayed when the user has not yet typed anything
+in the control.", "");
+
+ DocDeclStr(
+ virtual wxString , GetDescriptiveText() const,
+ "Get the text to be displayed when the user has not yet typed anything
+in the control.", "");
+
+
+ DocStr(SetSearchBitmap,
+ "Sets the bitmap to use for the search button. This currently does not
+work on the Mac.", "");
+ DocStr(SetSearchMenuBitmap,
+ "Sets the bitmap to use for the search button when there is a drop-down
+menu associated with the search control. This currently does not work
+on the Mac.", "");
+ DocStr(SetCancelBitmap,
+ "Sets the bitmap to use for the cancel button. This currently does not
+work on the Mac.", "");