diff options
| author | Matthias Melcher <github@matthiasm.com> | 2022-11-09 23:12:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-09 23:12:55 +0100 |
| commit | 56cba05672faa953f3e078de6a2db2992dd888b9 (patch) | |
| tree | 8eca88e7f9293ff5c8052762c4d195dd719692a8 /fluid/function_panel.h | |
| parent | f41861976b35bfeceed0ffca1b3b97dd89257a55 (diff) | |
Fluid Fl_Widget::image() path fixes. (#536)
* Adding strings and design file to source view panel
* Fluid: Fixed source dir recursion, fixed relative image reading path.
* Renaming source_dir to designfile_dir in some functions.
Diffstat (limited to 'fluid/function_panel.h')
| -rw-r--r-- | fluid/function_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/function_panel.h b/fluid/function_panel.h index 4c87f2dae..d94e02dc4 100644 --- a/fluid/function_panel.h +++ b/fluid/function_panel.h @@ -114,6 +114,8 @@ extern void update_sourceview_position_cb(Fl_Tabs*, void*); extern Fl_Tabs *sv_tab; extern CodeViewer *sv_source; extern CodeViewer *sv_header; +extern DesignViewer *sv_strings; +extern DesignViewer *sv_design; extern void update_sourceview_cb(Fl_Button*, void*); extern Fl_Light_Button *sv_autorefresh; extern Fl_Light_Button *sv_autoposition; |
