diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2002-11-03 04:50:54 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2002-11-03 04:50:54 +0000 |
| commit | b9e7232d262389e5e732c0bc661cbde58c24e2a3 (patch) | |
| tree | fc38088eb12bbea292adb232444e1f6aebc2db56 /fluid/function_panel.fl | |
| parent | c3de2a22c058b26700cce7ebeb26ca20072dc50f (diff) | |
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
Diffstat (limited to 'fluid/function_panel.fl')
| -rw-r--r-- | fluid/function_panel.fl | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
