Go to the source code of this file.
|
| gui2 |
| Generic file dialog.
|
|
|
template<class T > |
T & | gui2::get_parent (widget &child) |
| Returns the first parent of a widget with a certain type. More...
|
|
template<class T > |
NOT_DANGLING T * | gui2::find_widget (utils::const_clone_ptr< widget, T > widget, const std::string &id, const bool must_be_active, const bool must_exist) |
| Gets a widget with the wanted id. More...
|
|
template<class T > |
NOT_DANGLING T & | gui2::find_widget (utils::const_clone_ptr< widget, T > widget, const std::string &id, const bool must_be_active) |
| Gets a widget with the wanted id. More...
|
|
template<typename T > |
void | gui2::on_widget (utils::const_clone_ptr< widget, T > parent, const std::string &id, std::function< void(T &)> func) |
|