diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-02-06 19:54:42 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-02-06 19:54:42 +0300 |
| commit | a6e331495d25c06f6ccd8c584267febb4d7cf5b3 (patch) | |
| tree | 42d332ffb247f326752bc3d152a7d6e163449b8a /include | |
| parent | e1d76341e84037b4c58bbb3d3b36769fc26d209c (diff) | |
CCtrlTreeOpts::OnFillOptions - a callback to untie options filling from the dialog creation
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_gui.h b/include/m_gui.h index 98a275828a..211e2e4520 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -1371,6 +1371,8 @@ public: void OnInit() override;
bool OnApply() override;
+ CCallback<CCtrlTreeOpts> OnFillOptions;
+
protected:
struct COptionsItem
{
|
