mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 12:20:58 +00:00
Add Widget() constructor to create default widgets
This commit is contained in:
parent
d994d67a2a
commit
530edb4ae3
@ -49,7 +49,7 @@ namespace ui {
|
||||
// CTOR & DTOR
|
||||
// ===============================================================
|
||||
|
||||
Widget(WidgetType type);
|
||||
Widget(WidgetType type = kGenericWidget);
|
||||
virtual ~Widget();
|
||||
|
||||
// Safe way to delete a widget when it is not in the manager message
|
||||
|
Loading…
Reference in New Issue
Block a user