diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-11-29 12:57:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-29 12:57:08 +0100 |
| commit | 349b818d3fd4f568160537616857b9ff7d68d3aa (patch) | |
| tree | aa4deb3b74345abf0dd6584bd9e3139c5812e43d /fluid/nodes/Group_Node.h | |
| parent | 725be0116f1d4dbcd64a99b555572341f2d29eda (diff) | |
Fluid: convert modal panels into tabs in the widget panel (#1339)
Diffstat (limited to 'fluid/nodes/Group_Node.h')
| -rw-r--r-- | fluid/nodes/Group_Node.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/nodes/Group_Node.h b/fluid/nodes/Group_Node.h index 6b6fe9fcd..1aea39df5 100644 --- a/fluid/nodes/Group_Node.h +++ b/fluid/nodes/Group_Node.h @@ -229,6 +229,8 @@ public: Widget_Node *_make() override {return new Tile_Node();} Type type() const override { return Type::Tile; } bool is_a(Type inType) const override { return (inType==Type::Tile) ? true : super::is_a(inType); } + Fl_Widget *enter_live_mode(int top=0) override; + void leave_live_mode() override; void copy_properties() override; }; |
