From b9e7232d262389e5e732c0bc661cbde58c24e2a3 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 3 Nov 2002 04:50:54 +0000 Subject: Set Fl_Text_Editor fields to Courier font for easier programming git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2823 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/function_panel.fl | 1 + 1 file changed, 1 insertion(+) (limited to 'fluid/function_panel.fl') diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index 19f620641..f9c790815 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -57,6 +57,7 @@ Function {make_code_panel()} {open Fl_Text_Editor code_input {selected xywh {12 12 521 116} box NO_BOX resizable code0 {o->buffer(new Fl_Text_Buffer);} + code1 {o->textfont(FL_COURIER);} } } Fl_Return_Button code_panel_ok { -- cgit v1.2.3