From ad6cbc4192b112a930242e730c27cd4a5ba29a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kleines=20Filmr=C3=B6llchen?= Date: Wed, 14 Dec 2022 17:13:22 +0100 Subject: Base: Move GML documentation into subsection That was the whole point of this endeavour :^) --- Base/usr/share/man/man5/GML-Widget-Button.md | 34 ---------------------------- 1 file changed, 34 deletions(-) delete mode 100644 Base/usr/share/man/man5/GML-Widget-Button.md (limited to 'Base/usr/share/man/man5/GML-Widget-Button.md') diff --git a/Base/usr/share/man/man5/GML-Widget-Button.md b/Base/usr/share/man/man5/GML-Widget-Button.md deleted file mode 100644 index 05964f9575..0000000000 --- a/Base/usr/share/man/man5/GML-Widget-Button.md +++ /dev/null @@ -1,34 +0,0 @@ -## Name - -## Description - -Defines a GUI Button widget. - -## Synopsis - -`@GUI::Button` - -## Examples - -```gml -@GUI::Button { - name: "normal_button" - text: "Button" -} - -@GUI::Button { - name: "disabled_normal_button" - text: "Disabled" - enabled: false -} -``` - -## Registered Properties - -| Property | Type | Possible values | Description | -| ------------ | ------ | --------------- | ----------------------------------------------------------------------------------------------------- | -| button_style | enum | Normal, Coolbar | Sets the style of the button | -| text | string | Any string | Sets the label text | -| checked | bool | true or false | Whether the button is checked; this only applies to checkable subclasses | -| checkable | bool | true or false | Whether the button can be checked; this only applies to checkable subclasses | -| exclusive | bool | true or false | Whether the button's check state is exclusive to its group; this only applies to checkable subclasses | -- cgit v1.2.3