From 12cce7eac519786066003173ab072505f2ad8bb0 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 13 Apr 2012 13:48:32 +0200 Subject: Documentation. --- client/widgets/altcombobox.h | 1 + client/widgets/button.h | 1 + client/widgets/checkbox.h | 1 + client/widgets/checkgroupbox.h | 1 + client/widgets/combobox.h | 1 + client/widgets/datetime.h | 1 + client/widgets/groupbox.h | 1 + client/widgets/label.h | 1 + client/widgets/lineedit.h | 1 + client/widgets/listbox.h | 1 + client/widgets/metawidget.h | 1 + client/widgets/multilist.h | 1 + client/widgets/radiobuttons.h | 1 + client/widgets/textedit.h | 1 + client/widgets/widget.h | 1 + client/widgets/window.h | 1 + 16 files changed, 16 insertions(+) (limited to 'client/widgets') diff --git a/client/widgets/altcombobox.h b/client/widgets/altcombobox.h index b0fb61c..73dee10 100644 --- a/client/widgets/altcombobox.h +++ b/client/widgets/altcombobox.h @@ -43,6 +43,7 @@ /*** * ComboBox Widget with Alternate Value * @tag altcombobox + * @clientside * @extends combobox * @screenshot Example: altitem selected. * diff --git a/client/widgets/button.h b/client/widgets/button.h index 0bd7db9..d9053a6 100644 --- a/client/widgets/button.h +++ b/client/widgets/button.h @@ -34,6 +34,7 @@ /*** * PushButton Widget * @tag button + * @clientside * @screenshot Example button *