From 0c7fe6f2209681ba6520217f0994435a98c82beb Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Fri, 2 May 2008 04:52:42 +0000 Subject: [PATCH] Commented out appearance sections in docs temporarily until screenshots are added. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/animate.h | 2 +- interface/bmpbuttn.h | 2 +- interface/bmpcbox.h | 2 +- interface/button.h | 2 +- interface/filepicker.h | 4 ++-- interface/fontpicker.h | 2 +- interface/htmllbox.h | 4 ++-- interface/hyperlink.h | 2 +- interface/listbox.h | 2 +- interface/listctrl.h | 4 ++-- interface/odcombo.h | 2 +- interface/radiobox.h | 2 +- interface/radiobut.h | 2 +- interface/slider.h | 2 +- interface/spinbutt.h | 2 +- interface/spinctrl.h | 2 +- interface/statbmp.h | 2 +- interface/statbox.h | 2 +- interface/stattext.h | 2 +- interface/textctrl.h | 2 +- interface/tglbtn.h | 4 ++-- interface/treectrl.h | 2 +- 22 files changed, 26 insertions(+), 26 deletions(-) diff --git a/interface/animate.h b/interface/animate.h index f840408f43..0224b8fb05 100644 --- a/interface/animate.h +++ b/interface/animate.h @@ -50,7 +50,7 @@ enum wxAnimationType @nativeimpl{wxgtk,wxmsw} - @appearance{animationctrl.png} + @see wxAnimation */ diff --git a/interface/bmpbuttn.h b/interface/bmpbuttn.h index 4c01ecd34e..f7297b01b2 100644 --- a/interface/bmpbuttn.h +++ b/interface/bmpbuttn.h @@ -62,7 +62,7 @@ @library{wxcore} @category{ctrl} - @appearance{bitmapbutton.png} + @see wxButton */ diff --git a/interface/bmpcbox.h b/interface/bmpcbox.h index 194bf7a95a..765058513b 100644 --- a/interface/bmpcbox.h +++ b/interface/bmpcbox.h @@ -49,7 +49,7 @@ @library{wxadv} @category{ctrl} - @appearance{bitmapcombobox.png} + @see wxComboBox, wxChoice, wxOwnerDrawnComboBox, wxCommandEvent */ diff --git a/interface/button.h b/interface/button.h index afb7dee205..0c9d66734e 100644 --- a/interface/button.h +++ b/interface/button.h @@ -39,7 +39,7 @@ @library{wxcore} @category{ctrl} - @appearance{button.png} + @see wxBitmapButton */ diff --git a/interface/filepicker.h b/interface/filepicker.h index 023f303051..480c701847 100644 --- a/interface/filepicker.h +++ b/interface/filepicker.h @@ -43,7 +43,7 @@ @library{wxcore} @category{pickers} - @appearance{filepickerctrl.png} + @see wxFileDialog, wxFileDirPickerEvent */ @@ -161,7 +161,7 @@ public: @library{wxcore} @category{pickers} - @appearance{dirpickerctrl.png} + @see wxDirDialog, wxFileDirPickerEvent */ diff --git a/interface/fontpicker.h b/interface/fontpicker.h index c813540a7d..c4e0343854 100644 --- a/interface/fontpicker.h +++ b/interface/fontpicker.h @@ -38,7 +38,7 @@ @library{wxcore} @category{pickers} - @appearance{fontpickerctrl.png} + @see wxFontDialog, wxFontPickerEvent */ diff --git a/interface/htmllbox.h b/interface/htmllbox.h index 8b487f1ec5..150398f04b 100644 --- a/interface/htmllbox.h +++ b/interface/htmllbox.h @@ -18,7 +18,7 @@ @library{wxhtml} @category{ctrl} - @appearance{htmllistbox.png} + @see wxSimpleHtmlListBox */ @@ -177,7 +177,7 @@ public: @library{wxhtml} @category{ctrl} - @appearance{simplehtmllistbox.png} + @see wxSimpleHtmlListBox::Create */ diff --git a/interface/hyperlink.h b/interface/hyperlink.h index 2f77a1f339..5982f6d1ca 100644 --- a/interface/hyperlink.h +++ b/interface/hyperlink.h @@ -72,7 +72,7 @@ public: @library{wxadv} @category{ctrl} - @appearance{hyperlinkctrl.png} + @see wxURL, wxHyperlinkEvent */ diff --git a/interface/listbox.h b/interface/listbox.h index 6c75a0bf92..8f5eb48ff0 100644 --- a/interface/listbox.h +++ b/interface/listbox.h @@ -54,7 +54,7 @@ @library{wxcore} @category{ctrl} - @appearance{listbox.png} + @see wxChoice, wxComboBox, wxListCtrl, wxCommandEvent */ diff --git a/interface/listctrl.h b/interface/listctrl.h index 48550a861a..b750af1a55 100644 --- a/interface/listctrl.h +++ b/interface/listctrl.h @@ -84,7 +84,7 @@ @library{wxcore} @category{ctrl} - @appearance{listctrl.png} + @see @ref overview_wxlistctrloverview "wxListCtrl overview", wxListView, wxListBox, wxTreeCtrl, wxImageList, wxListEvent, wxListItem @@ -1122,7 +1122,7 @@ public: @library{wxcore} @category{ctrl} - @appearance{listview.png} + @see wxListView::SetColumnImage */ diff --git a/interface/odcombo.h b/interface/odcombo.h index c4e0bc01b8..a47cd424e8 100644 --- a/interface/odcombo.h +++ b/interface/odcombo.h @@ -57,7 +57,7 @@ enum wxOwnerDrawnComboBoxPaintingFlags @library{wxadv} @category{ctrl} - @appearance{ownerdrawncombobox.png} + @see wxComboCtrl, wxComboBox, wxVListBox, wxCommandEvent */ diff --git a/interface/radiobox.h b/interface/radiobox.h index 7085f562e5..143e0b800f 100644 --- a/interface/radiobox.h +++ b/interface/radiobox.h @@ -33,7 +33,7 @@ @library{wxcore} @category{ctrl} - @appearance{radiobox.png} + @see @ref overview_eventhandling, wxRadioButton, wxCheckBox */ diff --git a/interface/radiobut.h b/interface/radiobut.h index a95ce6659e..11d32f510e 100644 --- a/interface/radiobut.h +++ b/interface/radiobut.h @@ -39,7 +39,7 @@ @library{wxcore} @category{ctrl} - @appearance{radiobutton.png} + @see @ref overview_eventhandling, wxRadioBox, wxCheckBox */ diff --git a/interface/slider.h b/interface/slider.h index 415fe1938c..1faadc7fa3 100644 --- a/interface/slider.h +++ b/interface/slider.h @@ -43,7 +43,7 @@ @library{wxcore} @category{ctrl} - @appearance{slider.png} + @see @ref overview_eventhandlingoverview, wxScrollBar */ diff --git a/interface/spinbutt.h b/interface/spinbutt.h index e5af2d0435..b748cc4e2c 100644 --- a/interface/spinbutt.h +++ b/interface/spinbutt.h @@ -68,7 +68,7 @@ public: @library{wxcore} @category{ctrl} - @appearance{spinbutton.png} + @see wxSpinCtrl */ diff --git a/interface/spinctrl.h b/interface/spinctrl.h index f61d48efb5..f96a9aeca2 100644 --- a/interface/spinctrl.h +++ b/interface/spinctrl.h @@ -22,7 +22,7 @@ @library{wxcore} @category{ctrl} - @appearance{spinctrl.png} + @see @ref overview_eventhandlingoverview, wxSpinButton, wxControl */ diff --git a/interface/statbmp.h b/interface/statbmp.h index 90d67b147d..6a100128f4 100644 --- a/interface/statbmp.h +++ b/interface/statbmp.h @@ -18,7 +18,7 @@ @library{wxcore} @category{ctrl} - @appearance{staticbitmap.png} + @see wxStaticBitmap, wxStaticBox */ diff --git a/interface/statbox.h b/interface/statbox.h index c5a0d4207d..d4708b51cf 100644 --- a/interface/statbox.h +++ b/interface/statbox.h @@ -25,7 +25,7 @@ @library{wxcore} @category{ctrl} - @appearance{staticbox.png} + @see wxStaticText */ diff --git a/interface/stattext.h b/interface/stattext.h index ff97b8f149..f4a7369ae7 100644 --- a/interface/stattext.h +++ b/interface/stattext.h @@ -40,7 +40,7 @@ @library{wxcore} @category{ctrl} - @appearance{statictext.png} + @see wxStaticBitmap, wxStaticBox */ diff --git a/interface/textctrl.h b/interface/textctrl.h index b91d166a11..1c205b2db8 100644 --- a/interface/textctrl.h +++ b/interface/textctrl.h @@ -695,7 +695,7 @@ public: @library{wxcore} @category{ctrl} - @appearance{textctrl.png} + @see wxTextCtrl::Create, wxValidator */ diff --git a/interface/tglbtn.h b/interface/tglbtn.h index f52024d99c..5384e9c50d 100644 --- a/interface/tglbtn.h +++ b/interface/tglbtn.h @@ -27,7 +27,7 @@ @library{wxcore} @category{ctrl} - @appearance{togglebutton.png} + @see wxCheckBox, wxButton, wxBitmapToggleButton */ @@ -120,7 +120,7 @@ public: @library{wxcore} @category{ctrl} - @appearance{bitmaptogglebutton.png} + */ class wxBitmapToggleButton : public wxControl { diff --git a/interface/treectrl.h b/interface/treectrl.h index e63eef6432..42476c50f5 100644 --- a/interface/treectrl.h +++ b/interface/treectrl.h @@ -121,7 +121,7 @@ public: @library{wxcore} @category{ctrl} - @appearance{treectrl.png} + @see wxTreeItemData, @ref overview_wxtreectrloverview "wxTreeCtrl overview", wxListBox, wxListCtrl, wxImageList, wxTreeEvent -- 2.45.2