scummvm/gui/widgets
Thierry Crozat b1fcd15cad GUI: Allow scaling dialog and widget sizes in constructors
The resize() function has the option to do the scaling, but
adding it to the construtor avoids having to then call resize().
Also this makes more explicit that by default the sizes are not
scaled. The reason for not scaling by default is because values
with get from the ThemeEngine are already scaled.
2023-03-25 11:27:02 +01:00
..
editable.cpp GUI: Allow scaling dialog and widget sizes in constructors 2023-03-25 11:27:02 +01:00
editable.h GUI: Allow scaling dialog and widget sizes in constructors 2023-03-25 11:27:02 +01:00
edittext.cpp GUI: Allow scaling dialog and widget sizes in constructors 2023-03-25 11:27:02 +01:00
edittext.h GUI: Allow scaling dialog and widget sizes in constructors 2023-03-25 11:27:02 +01:00
grid.cpp GUI: Darken thumbnails of invalid entries 2023-03-20 19:26:44 +01:00
grid.h GUI: Darken thumbnails of invalid entries 2023-03-20 19:26:44 +01:00
groupedlist.cpp
groupedlist.h
list.cpp GUI: Allow scaling dialog and widget sizes in constructors 2023-03-25 11:27:02 +01:00
list.h GUI: Allow scaling dialog and widget sizes in constructors 2023-03-25 11:27:02 +01:00
popup.cpp GUI: Automatically extend the width of single column pop-up dialogs 2022-12-25 16:26:26 +01:00
popup.h
scrollbar.cpp
scrollbar.h
scrollcontainer.cpp
scrollcontainer.h
tab.cpp
tab.h