gui2/taddon_uninstall_list: Add wiki documentation

This commit is contained in:
Ignacio R. Morelle 2012-02-29 20:41:19 +00:00
parent 73ff9dd06f
commit 26043c9202

View file

@ -31,6 +31,28 @@
namespace gui2 {
/*WIKI
* @page = GUIWindowDefinitionWML
* @order = 2_addon_uninstall_list
*
* == Add-on uninstall list ==
*
* Dialog with a checkbox list for choosing installed add-ons to remove.
*
* @begin{table}{dialog_widgets}
*
* addons_list & & listbox & m &
* A listbox containing add-on selection entries. $
*
* -checkbox & & toggle_button & m &
* A toggle button allowing the user to mark/unmark the add-on. $
*
* -name & & control & o &
* The name of the add-on. $
*
* @end{table}
*/
REGISTER_DIALOG(addon_uninstall_list)
void taddon_uninstall_list::pre_show(CVideo& /*video*/, twindow& window)