1
0
Fork 0
fgdata/Nasal/canvas/gui/widgets
James Turner ede0844631 GUI MenuItem/menuBar fixes:
- ensure createItem returns the item
- add an accessor for text()
- don't do lazy view creation for now
- skip aboutToShow until item iteration works for me
2023-01-24 13:27:04 +00:00
..
Button.nas Add more Nasal skeleton for new UI objects 2022-09-26 08:58:24 +01:00
CdlgWidgets.nas Update canvas dialog widget lib 2018-09-01 09:49:16 +03:00
CheckBox.nas canvas.gui: Add checkbox widget. 2014-06-17 21:02:59 +02:00
Dial.nas Add more Nasal skeleton for new UI objects 2022-09-26 08:58:24 +01:00
Frame.nas Add more Nasal skeleton for new UI objects 2022-09-26 08:58:24 +01:00
Label.nas Add more Nasal skeleton for new UI objects 2022-09-26 08:58:24 +01:00
LineEdit.nas Added real keyboard shortcut support for menu items 2023-01-11 11:47:27 +00:00
List.nas Added list widget 2023-01-24 13:17:02 +00:00
MenuBar.nas GUI MenuItem/menuBar fixes: 2023-01-24 13:27:04 +00:00
PopupMenu.nas GUI: add PUI combo-box mapping 2023-01-11 10:57:42 +00:00
PropertyWidgets.nas Added canvas checkbox subclass whose check state is always the bool value of a node and vice versa 2023-01-03 12:39:51 +00:00
RadioButton.nas Add more Nasal skeleton for new UI objects 2022-09-26 08:58:24 +01:00
Rule.nas Canvas: rule lines working with styling 2023-01-11 10:57:42 +00:00
ScrollArea.nas canvas.gui: ensure all LineEdit/ScrollArea methods are chainable. 2014-11-23 23:35:26 +01:00
Slider.nas Canvas widgets: style for Slider 2023-01-11 10:57:42 +00:00
TabWidget.nas Fix layouting 2023-01-24 13:15:53 +00:00