summaryrefslogtreecommitdiff
path: root/fluid/Fl_Grid_Type.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2024-10-22 12:41:48 +0200
committerMatthias Melcher <github@matthiasm.com>2024-10-22 12:41:48 +0200
commitfb5c6522005d08c547bf93cddfc9cd156a59fd81 (patch)
treeff8440807c8775b560a7aaac01902d6f616e7f6f /fluid/Fl_Grid_Type.h
parent18e5c8232abf3da066468828c905fb63e0ab5484 (diff)
FLUID: quick fix for live preview of Grid: #1092
- Grid Type live preview support was not implemented - this is not a final fix, but just to avoid a crash - additional work needed for Flex and Grid
Diffstat (limited to 'fluid/Fl_Grid_Type.h')
-rw-r--r--fluid/Fl_Grid_Type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/Fl_Grid_Type.h b/fluid/Fl_Grid_Type.h
index 4c922f97d..1fd59277b 100644
--- a/fluid/Fl_Grid_Type.h
+++ b/fluid/Fl_Grid_Type.h
@@ -61,6 +61,8 @@ public:
void read_property(Fd_Project_Reader &f, const char *) FL_OVERRIDE;
void write_parent_properties(Fd_Project_Writer &f, Fl_Type *child, bool encapsulate) FL_OVERRIDE;
void read_parent_property(Fd_Project_Reader &f, Fl_Type *child, const char *property) FL_OVERRIDE;
+ Fl_Widget *enter_live_mode(int top=0) FL_OVERRIDE;
+ void leave_live_mode() FL_OVERRIDE;
void copy_properties() FL_OVERRIDE;
void write_code1(Fd_Code_Writer& f) FL_OVERRIDE;
void write_code2(Fd_Code_Writer& f) FL_OVERRIDE;