diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-21 17:45:30 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-21 17:45:40 +0200 |
| commit | 0c35212467f3b0d1aa632a1febb06c09f4b170f1 (patch) | |
| tree | c56c12e3f9090950ce560f392f5d4228b6de1d2d /fluid/widget_panel.h | |
| parent | e18762bff8bb2abfccc5c86086832a19c109c417 (diff) | |
FLUID: grid becomes a bit more interactive
Diffstat (limited to 'fluid/widget_panel.h')
| -rw-r--r-- | fluid/widget_panel.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fluid/widget_panel.h b/fluid/widget_panel.h index 4440175c3..67158c9df 100644 --- a/fluid/widget_panel.h +++ b/fluid/widget_panel.h @@ -150,6 +150,12 @@ extern void grid_set_col_cb(Fluid_Coord_Input*, void*); extern void grid_align_cb(Fl_Choice*, void*); extern void grid_set_rowspan_cb(Fluid_Coord_Input*, void*); extern void grid_set_colspan_cb(Fluid_Coord_Input*, void*); +extern void grid_row_height(Fluid_Coord_Input*, void*); +extern void grid_row_weight(Fluid_Coord_Input*, void*); +extern void grid_row_gap(Fluid_Coord_Input*, void*); +extern void grid_col_width(Fluid_Coord_Input*, void*); +extern void grid_col_weight(Fluid_Coord_Input*, void*); +extern void grid_col_gap(Fluid_Coord_Input*, void*); extern void live_mode_cb(Fl_Button*, void*); extern Fl_Button *wLiveMode; extern void overlay_cb(Fl_Button*, void*); |
