diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-05 22:18:56 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-05 22:19:03 +0100 |
| commit | e690e76da1555e61bd6bde89d00215b11352f8b2 (patch) | |
| tree | 048cf12b8c35a60b0b983dbb8303f800a9b3da11 /fluid/widget_panel.h | |
| parent | 95daa77c497254919d17b23de56397788b291ecf (diff) | |
FLUID: Adds undo for all grid operations.
Diffstat (limited to 'fluid/widget_panel.h')
| -rw-r--r-- | fluid/widget_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/widget_panel.h b/fluid/widget_panel.h index 437029df4..83e1f9766 100644 --- a/fluid/widget_panel.h +++ b/fluid/widget_panel.h @@ -143,6 +143,8 @@ extern void grid_set_col_cb(Fluid_Coord_Input*, void*); extern Fluid_Coord_Input *widget_grid_col_input; extern void grid_dec_col_cb(Fl_Button*, void*); extern void grid_inc_col_cb(Fl_Button*, void*); +extern Fl_Box *widget_grid_transient; +extern Fl_Box *widget_grid_unlinked; extern void grid_align_horizontal_cb(Fl_Choice*, void*); extern void grid_align_vertical_cb(Fl_Choice*, void*); extern void grid_set_min_wdt_cb(Fluid_Coord_Input*, void*); |
