From d90102f9d22f7da2a21c42e6f7e953ca479c6671 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 28 Apr 2006 01:00:41 +0000 Subject: 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 --- fluid/function_panel.fl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fluid/function_panel.fl') diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index f6900bad5..ae8b9fff2 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -402,7 +402,7 @@ Function {make_widgetbin()} {open } Fl_Button {} { user_data {"declblock"} - callback type_make_cb selected + callback type_make_cb tooltip {Declaration Block} xywh {30 55 25 25} box THIN_UP_BOX code0 {o->image(pixmap[11]);} } @@ -702,17 +702,17 @@ Function {make_sourceview()} {open Fl_Text_Editor sv_source { xywh {20 50 480 390} textfont 4 textsize 11 resizable code0 {\#include "CodeEditor.h"} - class CodeEditor + class CodeViewer } } Fl_Group {} { - label Header open + label Header open selected xywh {10 35 500 415} labelsize 13 } { Fl_Text_Editor sv_header { xywh {20 50 480 390} textfont 4 textsize 11 resizable code0 {\#include "CodeEditor.h"} - class CodeEditor + class CodeViewer } } } -- cgit v1.2.3