diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-03-07 16:34:35 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-03-07 16:34:48 +0100 |
| commit | 1985aefc0e502048f92b91beef87c0dfbe669fed (patch) | |
| tree | af62874def4590e437a47784b4428d975ceb262f /fluid/panels/codeview_panel.h | |
| parent | 42a04c064d4b31c3a85210311f3ada163c406a25 (diff) | |
Restructuring Fluid source files.
Diffstat (limited to 'fluid/panels/codeview_panel.h')
| -rw-r--r-- | fluid/panels/codeview_panel.h | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/fluid/panels/codeview_panel.h b/fluid/panels/codeview_panel.h new file mode 100644 index 000000000..6dbbde1b4 --- /dev/null +++ b/fluid/panels/codeview_panel.h @@ -0,0 +1,58 @@ +// +// Code dialogs for the Fast Light Tool Kit (FLTK). +// +// Copyright 1998-2023 by Bill Spitzak and others. +// +// This library is free software. Distribution and use rights are outlined in +// the file "COPYING" which should have been included with this file. If this +// file is missing or damaged, see the license at: +// +// https://www.fltk.org/COPYING.php +// +// Please see the following page on how to report bugs and issues: +// +// https://www.fltk.org/bugs.php +// + +// generated by Fast Light User Interface Designer (fluid) version 1.0500 + +#ifndef codeview_panel_h +#define codeview_panel_h +#include <FL/Fl.H> +extern int cv_code_choice; +void update_codeview_position(); +void update_codeview_position_cb(class Fl_Tabs*, void*); +void update_codeview_cb(class Fl_Button*, void*); +void update_codeview_timer(void*); +void codeview_defer_update(); +void codeview_toggle_visibility(); +#include <FL/Fl_Double_Window.H> +extern void toggle_codeview_cb(Fl_Double_Window*, void*); +extern Fl_Double_Window *codeview_panel; +#include <FL/Fl_Tabs.H> +extern Fl_Tabs *cv_tab; +#include <FL/Fl_Group.H> +extern Fl_Group *cv_source_tab; +#include "widgets/CodeEditor.h" +extern CodeViewer *cv_source; +extern CodeViewer *cv_header; +extern TextViewer *cv_strings; +extern TextViewer *cv_project; +extern Fl_Group *cv_find_row; +#include <FL/Fl_Button.H> +extern Fl_Button *cv_find_text_case; +#include <FL/Fl_Input.H> +extern Fl_Input *cv_find_text; +#include <FL/Fl_Box.H> +extern Fl_Group *cv_settings_row; +#include <FL/Fl_Light_Button.H> +extern Fl_Light_Button *cv_autorefresh; +extern Fl_Light_Button *cv_autoposition; +#include <FL/Fl_Choice.H> +extern Fl_Choice *cv_code_choice_w; +extern void toggle_codeview_b_cb(Fl_Button*, void*); +Fl_Double_Window* make_codeview(); +extern Fl_Menu_Item menu_cv_code_choice_w[]; +#endif + +// |
