gui2/taddon_uninstall_list: Add wiki documentation
This commit is contained in:
parent
73ff9dd06f
commit
26043c9202
1 changed files with 22 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue