diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-22 20:25:41 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-22 20:25:50 +0200 |
| commit | bf62959f1f76a5bafd3566a802b49fc2138a4763 (patch) | |
| tree | 4cfe161bcaae3be36904c3f7413d07813db21205 /fluid/Fl_Grid_Type.h | |
| parent | 1209e9dcd7e1e97bedc747d06ba4eea837562158 (diff) | |
FLUID: New layout of Grid tab.
Diffstat (limited to 'fluid/Fl_Grid_Type.h')
| -rw-r--r-- | fluid/Fl_Grid_Type.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/Fl_Grid_Type.h b/fluid/Fl_Grid_Type.h index 6ee1831ab..3ad25095c 100644 --- a/fluid/Fl_Grid_Type.h +++ b/fluid/Fl_Grid_Type.h @@ -45,6 +45,8 @@ public: void move_child(Fl_Type*, Fl_Type*) FL_OVERRIDE; void remove_child(Fl_Type*) FL_OVERRIDE; void child_resized(Fl_Widget_Type *child); + + static class Fl_Grid *selected(); }; #endif // _FLUID_FL_GRID_TYPE_H |
