TGUI/tests/Widgets
Bruno Van de Velde fef92953c4 Added SelectionChanged signal to TextBox (#97) 2019-05-11 18:26:26 +02:00
..
BitmapButton.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Button.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Canvas.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
ChatBox.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
CheckBox.cpp Added tests for new signals 2019-02-23 10:36:18 +01:00
ChildWindow.cpp Fixed some warnings 2019-04-06 11:52:55 +02:00
ClickableWidget.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
ComboBox.cpp Added ChangeItemOnScroll property to ComboBox 2019-03-16 14:00:41 +01:00
EditBox.cpp Return false from EditBox::setInputValidator when regex is invalid 2019-03-02 14:08:12 +01:00
Grid.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Group.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
HorizontalLayout.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
HorizontalWrap.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Knob.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Label.cpp Added mousePressed and mouseReleased functions to Widget that get called for any mouse button (closes #96) 2019-05-04 15:54:05 +02:00
ListBox.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
ListView.cpp Added right click signal to ListView 2019-02-27 20:13:05 +01:00
MenuBar.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
MessageBox.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Panel.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Picture.cpp Added mousePressed and mouseReleased functions to Widget that get called for any mouse button (closes #96) 2019-05-04 15:54:05 +02:00
ProgressBar.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
RadioButton.cpp Added tests for new signals 2019-02-23 10:36:18 +01:00
RadioButtonGroup.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
RangeSlider.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
ScrollablePanel.cpp No longer deprecate ScrollablePanel::getScrollbarWidth since it is needed to find the width when the renderer property is 0 2019-02-16 22:50:39 +01:00
Scrollbar.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Slider.cpp Added mousePressed and mouseReleased functions to Widget that get called for any mouse button (closes #96) 2019-05-04 15:54:05 +02:00
SpinButton.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Tabs.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
TextBox.cpp Added SelectionChanged signal to TextBox (#97) 2019-05-11 18:26:26 +02:00
TreeView.cpp Selecting item in TreeView could go wrong if some items were collapsed 2019-03-27 12:26:39 +01:00
VerticalLayout.cpp Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00