NazaraEngine/SDK/include/NDK/Widgets
Jérôme Leclercq 53aa9ea170 Layouts (#189)
* Layout WIP

* Widgets/BoxLayout: Fix layout algorithm

* Widgets/BoxLayout: Fix box layout algorithm for good

* SDK/Widgets: Remove padding

* Sdk/Widgets: Make use of minimum/preferred size

* Sdk/TextAreaWidget: Add Minimum/PreferredSize to TextArea

* Sdk/Widgets: Add height/width variants of get/set fixed, maximum, minimum and preferred size methods

* Sdk/BoxLayout: Remove useless code

* Sdk/TextAreaWidget: Fix compilation

* Widgets/TextAreaWidget: Fix cursor position
2018-09-11 21:03:44 +02:00
..
BoxLayout.hpp Layouts (#189) 2018-09-11 21:03:44 +02:00
BoxLayout.inl Layouts (#189) 2018-09-11 21:03:44 +02:00
ButtonWidget.hpp Layouts (#189) 2018-09-11 21:03:44 +02:00
ButtonWidget.inl Layouts (#189) 2018-09-11 21:03:44 +02:00
CheckboxWidget.hpp Layouts (#189) 2018-09-11 21:03:44 +02:00
CheckboxWidget.inl Layouts (#189) 2018-09-11 21:03:44 +02:00
Enums.hpp Layouts (#189) 2018-09-11 21:03:44 +02:00
ImageWidget.hpp Layouts (#189) 2018-09-11 21:03:44 +02:00
ImageWidget.inl Layouts (#189) 2018-09-11 21:03:44 +02:00
LabelWidget.hpp Layouts (#189) 2018-09-11 21:03:44 +02:00
LabelWidget.inl Layouts (#189) 2018-09-11 21:03:44 +02:00
ProgressBarWidget.hpp Layouts (#189) 2018-09-11 21:03:44 +02:00
ProgressBarWidget.inl Layouts (#189) 2018-09-11 21:03:44 +02:00
TextAreaWidget.hpp Layouts (#189) 2018-09-11 21:03:44 +02:00
TextAreaWidget.inl Layouts (#189) 2018-09-11 21:03:44 +02:00