diff options
| author | Matthias Melcher <github@matthiasm.com> | 2024-08-14 01:46:38 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2024-08-14 01:52:37 +0200 |
| commit | ede61089be8d5593be0d1908d40971159cc0eab3 (patch) | |
| tree | 280e7bb0d852834cf2da74f892a5e36c8b3c9960 /fluid/widget_panel.h | |
| parent | a9e989cc2d30fafef72a42c79e9a41b101cbaba7 (diff) | |
FLUID: add image spacing control
Diffstat (limited to 'fluid/widget_panel.h')
| -rw-r--r-- | fluid/widget_panel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/widget_panel.h b/fluid/widget_panel.h index 14f11abc8..759cd9081 100644 --- a/fluid/widget_panel.h +++ b/fluid/widget_panel.h @@ -144,6 +144,7 @@ extern void textsize_cb(Fl_Value_Input*, void*); extern void textcolor_cb(Fl_Button*, void*); extern Fl_Button *w_textcolor; extern void textcolor_menu_cb(Fl_Menu_Button*, void*); +extern void image_spacing_cb(Fl_Value_Input*, void*); extern void compact_cb(Fl_Light_Button*, void*); extern Fl_Group *wp_cpp_tab; extern Fl_Group *wp_cpp_class; |
