User contributions
From GiderosMobile
- 06:14, 17 October 2023 diff hist +49 UI
- 05:41, 17 October 2023 diff hist +577 N UI.TimePicker Created page with "__NOTOC__ '''Available since:''' Gideros 2023.1<br/> '''Class:''' UI<br/> === Description === Creates a TimePicker widget. <syntaxhighlight lang="lua"> UI.TimePicker.new(..."
- 05:38, 17 October 2023 diff hist +55 UI
- 05:33, 17 October 2023 diff hist +2,401 N UI.TextField Created page with "__NOTOC__ '''Available since:''' Gideros 2023.1<br/> '''Class:''' UI<br/> === Description === Creates TextField widgets. The widget can be a '''TextField''', a '''ButtonT..."
- 05:22, 17 October 2023 diff hist +52 UI
- 03:29, 17 October 2023 diff hist +1,708 N UI.Table Created page with "__NOTOC__ '''Available since:''' Gideros 2023.1<br/> '''Class:''' UI<br/> === Description === Creates a Table widget. <syntaxhighlight lang="lua"> UI.Table.new(columns,di..."
- 02:51, 17 October 2023 diff hist +108 UI
- 01:45, 17 October 2023 diff hist +1,668 N UI.Splitpane Created page with "__NOTOC__ '''Available since:''' Gideros 2023.1<br/> '''Class:''' UI<br/> === Description === Creates a Splitpane widget. <syntaxhighlight lang="lua"> UI.Splitpane.new(ve..."
- 01:40, 17 October 2023 diff hist +53 UI
- 00:12, 17 October 2023 diff hist +376 UI.Spinner
- 20:13, 16 October 2023 diff hist +1,067 N UI.Spinner Created page with "__NOTOC__ '''Available since:''' Gideros 2023.1<br/> '''Class:''' UI<br/> === Description === Creates a Spinner widget. <syntaxhighlight lang="lua"> UI.Spinner.new(params..."
- 20:04, 16 October 2023 diff hist +49 UI
- 00:53, 16 October 2023 diff hist +85 UI.Slider
- 00:42, 16 October 2023 diff hist -823 UI
- 00:41, 16 October 2023 diff hist +861 UI.Slider
- 00:37, 16 October 2023 diff hist +1,486 N UI.Slider Created page with "__NOTOC__ '''Available since:''' Gideros 2023.1<br/> '''Class:''' UI<br/> === Description === Creates Slider widgets. The widget can be a '''Slider''', or an '''ArcSlider..."
- 00:19, 16 October 2023 diff hist +46 UI
- 00:04, 16 October 2023 diff hist +1,088 N UI.Progress Created page with "__NOTOC__ '''Available since:''' Gideros 2023.1<br/> '''Class:''' UI<br/> === Description === Creates Progress widgets. The widget can be a '''CircularProgress''', a '''P..."
- 23:54, 15 October 2023 diff hist +50 UI
- 23:38, 15 October 2023 diff hist +493 N UI.Panel Created page with "__NOTOC__ '''Available since:''' Gideros 2023.1<br/> '''Class:''' UI<br/> === Description === Creates a Panel widget. <syntaxhighlight lang="lua"> UI.Panel.new(color) </s..."
- 23:36, 15 October 2023 diff hist +45 UI
- 22:52, 15 October 2023 diff hist +716 N UI.Label Created page with "__NOTOC__ '''Available since:''' Gideros 2023.1<br/> '''Class:''' UI<br/> === Description === Creates a Label widget. <syntaxhighlight lang="lua"> UI.Label.new(text,layou..."
- 22:39, 15 October 2023 diff hist +45 UI
- 21:18, 15 October 2023 diff hist +707 N UI.Keyboard Created page with "__NOTOC__ '''Available since:''' Gideros 2023.1<br/> '''Class:''' UI<br/> === Description === Creates a Keyboard widget. You choose one by setting it to true. <syntaxhigh..."
- 21:13, 15 October 2023 diff hist +51 UI
- 19:57, 15 October 2023 diff hist +5,092 N UI.Accordion Created page with "__NOTOC__ '''Available since:''' Gideros 2023.1<br/> '''Class:''' UI<br/> === Description === Creates an Accordion widget. <syntaxhighlight lang="lua"> UI.Accordion.new()..."
- 19:53, 15 October 2023 diff hist -6 UI
- 02:55, 15 October 2023 diff hist +1 UI.Checkbox
- 02:55, 15 October 2023 diff hist +1 UI.Calendar
- 02:53, 15 October 2023 diff hist +1 UI.Combobox
- 02:53, 15 October 2023 diff hist +521 N UI.ImageText Created page with "__NOTOC__ '''Available since:''' Gideros 2023.1<br/> '''Class:''' UI<br/> === Description === Creates an ImageText widget. <syntaxhighlight lang="lua"> UI.ImageText.new()..."
- 02:51, 15 October 2023 diff hist +54 UI
- 02:36, 15 October 2023 diff hist +1,013 N UI.Combobox Created page with "__NOTOC__ '''Available since:''' Gideros 2023.1<br/> '''Class:''' UI<br/> === Description === Creates Combobox widgets. The widget can be a '''Combobox''' or a '''Combobo..."
- 02:33, 15 October 2023 diff hist +50 UI
- 01:34, 15 October 2023 diff hist +788 N UI.Checkbox Created page with "__NOTOC__ '''Available since:''' Gideros 2023.1<br/> '''Class:''' UI<br/> === Description === Creates Checkbox widgets. The widget can be a '''Checkbox''' or a '''Radio''..."
- 01:30, 15 October 2023 diff hist +50 UI
- 01:17, 15 October 2023 diff hist +943 N UI.Calendar Created page with "__NOTOC__ '''Available since:''' Gideros 2023.1<br/> '''Class:''' UI<br/> === Description === Creates Calendar widgets. The widget can be a '''Calendar''' or a '''DatePic..."
- 00:56, 15 October 2023 diff hist +50 UI
- 22:48, 14 October 2023 diff hist +4 Os.date current
- 22:47, 14 October 2023 diff hist +30 Os.date
- 22:46, 14 October 2023 diff hist +34 Os.time current
- 22:37, 14 October 2023 diff hist +1,816 Os.date
- 22:23, 14 October 2023 diff hist 0 Os.setlocale current
- 21:46, 14 October 2023 diff hist +140 Os.time
- 16:43, 14 October 2023 diff hist +2,609 N UI.Button Created page with "__NOTOC__ '''Available since:''' Gideros 2023.1<br/> '''Class:''' UI<br/> === Description === Creates Button widgets. The widget can be a '''Button''', a '''ToggleButton'..."
- 16:07, 14 October 2023 diff hist +46 UI
- 16:00, 14 October 2023 diff hist +1,736 N UI.Builder Created page with "__NOTOC__ '''Available since:''' Gideros 2023.1<br/> '''Class:''' UI<br/> === Description === Builds UI layouts. <syntaxhighlight lang="lua"> UI.Builder(layout) </syntaxh..."
- 15:51, 14 October 2023 diff hist +127 UI
- 03:04, 14 October 2023 diff hist +595 N UI.BreadCrumbs Created page with "__NOTOC__ '''Available since:''' Gideros 2023.1<br/> '''Class:''' UI<br/> === Description === Creates a BreadCrumbs widget. <syntaxhighlight lang="lua"> UI.BreadCrumbs.ne..."
- 03:00, 14 October 2023 diff hist +57 UI