mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-06 23:06:24 +09:00
Load settings from config file
This commit is contained in:
@@ -29,6 +29,7 @@ namespace gsr {
|
||||
|
||||
void add_widget(std::unique_ptr<Widget> widget);
|
||||
void remove_widget(Widget *widget);
|
||||
void clear();
|
||||
// Return true from |callback| to continue
|
||||
void for_each_child_widget(std::function<bool(std::unique_ptr<Widget> &widget)> callback);
|
||||
// Returns nullptr if index is invalid
|
||||
|
||||
Reference in New Issue
Block a user