summaryrefslogtreecommitdiff
path: root/fluid/sourceview_panel.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2024-04-17 17:51:32 +0200
committerGitHub <noreply@github.com>2024-04-17 17:51:32 +0200
commitfd791a068e39e06785adc44693f4c533d3d6c903 (patch)
treeef7ff684b38f646165e80c142e454cd7ef077e2e /fluid/sourceview_panel.h
parentb4cf1a9824f2c4ba9596044962d3af36e3ca3d99 (diff)
Separate FLUID user documentation, screen shot automation (#936)
* CMake integration, no autotiools * alignment panel is now correctly renamed to setting panel * source view is now correctly renamed to code view * Merge FLTK FLUID docs into FLUID user manual. * Add two simple entry tutorials * Remove FLUID chapter form FLTK docs. * GitHub action to generate HTML and PDF docs and make the available as artefacts
Diffstat (limited to 'fluid/sourceview_panel.h')
-rw-r--r--fluid/sourceview_panel.h55
1 files changed, 0 insertions, 55 deletions
diff --git a/fluid/sourceview_panel.h b/fluid/sourceview_panel.h
deleted file mode 100644
index 281aa41ff..000000000
--- a/fluid/sourceview_panel.h
+++ /dev/null
@@ -1,55 +0,0 @@
-//
-// 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.0400
-
-#ifndef sourceview_panel_h
-#define sourceview_panel_h
-#include <FL/Fl.H>
-extern int sv_code_choice;
-void update_sourceview_position();
-void update_sourceview_position_cb(class Fl_Tabs*, void*);
-void update_sourceview_cb(class Fl_Button*, void*);
-void update_sourceview_timer(void*);
-void sourceview_defer_update();
-void sourceview_toggle_visibility();
-#include <FL/Fl_Double_Window.H>
-extern void toggle_sourceview_cb(Fl_Double_Window*, void*);
-extern Fl_Double_Window *sourceview_panel;
-#include <FL/Fl_Tabs.H>
-extern Fl_Tabs *sv_tab;
-#include <FL/Fl_Group.H>
-#include "CodeEditor.h"
-extern CodeViewer *sv_source;
-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;
-extern Fl_Light_Button *sv_autoposition;
-#include <FL/Fl_Choice.H>
-extern Fl_Choice *sv_code_choice_w;
-extern void toggle_sourceview_b_cb(Fl_Button*, void*);
-Fl_Double_Window* make_sourceview();
-extern Fl_Menu_Item menu_sv_code_choice_w[];
-#endif
-
-//