diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2006-04-28 01:00:41 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2006-04-28 01:00:41 +0000 |
| commit | d90102f9d22f7da2a21c42e6f7e953ca479c6671 (patch) | |
| tree | 41d1cb07269f3c260d501ac2930b56aaac75fb7b /fluid/function_panel.h | |
| parent | f74a812003bab965e02e6811eb90d111bff90139 (diff) | |
Fluid Code Viewer is now truly a viewer, not an editor. I would love to allow text editing in the Code Viewer and re-enter the code into the UI, but that is currently close to impossible to implement
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5039 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.h')
| -rw-r--r-- | fluid/function_panel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/function_panel.h b/fluid/function_panel.h index cd8c5254c..cd87a096b 100644 --- a/fluid/function_panel.h +++ b/fluid/function_panel.h @@ -97,8 +97,8 @@ extern Fl_Double_Window *sourceview_panel; #include <FL/Fl_Tabs.H> extern void update_sourceview_position_cb(Fl_Tabs*, void*); extern Fl_Tabs *sv_tab; -extern CodeEditor *sv_source; -extern CodeEditor *sv_header; +extern CodeViewer *sv_source; +extern CodeViewer *sv_header; extern void update_sourceview_cb(Fl_Button*, void*); extern Fl_Light_Button *sv_autorefresh; extern Fl_Light_Button *sv_autoposition; |
