diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-24 16:14:25 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-24 16:14:30 +0200 |
| commit | 38b529c01b085a5e23f5fdd9664e41245d3947a8 (patch) | |
| tree | 1456f8332ab0f8dd2e42b39ae39c50634c1b594b /fluid/sourceview_panel.h | |
| parent | 238b3a1be4d4bcc816ca886947e81fadfbe33012 (diff) | |
FLUID: Adds text search to source, header, and project view
Diffstat (limited to 'fluid/sourceview_panel.h')
| -rw-r--r-- | fluid/sourceview_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/sourceview_panel.h b/fluid/sourceview_panel.h index 0893fe395..281aa41ff 100644 --- a/fluid/sourceview_panel.h +++ b/fluid/sourceview_panel.h @@ -38,7 +38,9 @@ extern CodeViewer *sv_header; extern TextViewer *sv_strings; extern TextViewer *sv_project; #include <FL/Fl_Button.H> +extern Fl_Button *sv_find_text_case; #include <FL/Fl_Input.H> +extern Fl_Input *sv_find_text; #include <FL/Fl_Box.H> #include <FL/Fl_Light_Button.H> extern Fl_Light_Button *sv_autorefresh; |
