summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-02-06 19:54:42 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-02-06 19:54:42 +0300
commita6e331495d25c06f6ccd8c584267febb4d7cf5b3 (patch)
tree42d332ffb247f326752bc3d152a7d6e163449b8a /include
parente1d76341e84037b4c58bbb3d3b36769fc26d209c (diff)
CCtrlTreeOpts::OnFillOptions - a callback to untie options filling from the dialog creation
Diffstat (limited to 'include')
-rw-r--r--include/m_gui.h2
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
{