diff options
| author | Matthias Melcher <git@matthiasm.com> | 2019-01-14 01:43:17 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2019-01-14 01:43:17 +0100 |
| commit | 6ff11dd8d0c811d1ddb5c9f753ace8f73bbfede1 (patch) | |
| tree | 0b2cb93b140c7a92d89e36ba850f23339c0a3405 /fluid/alignment_panel.fl | |
| parent | 6a61772c80dee13b4ff120b4b3e53259eae52a78 (diff) | |
Added Fl_Simple_Terminal to Fluid.
Diffstat (limited to 'fluid/alignment_panel.fl')
| -rw-r--r-- | fluid/alignment_panel.fl | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl index 7a3892777..e2445970a 100644 --- a/fluid/alignment_panel.fl +++ b/fluid/alignment_panel.fl @@ -28,9 +28,6 @@ decl {\#include <FL/Fl_Text_Buffer.H>} {public local decl {\#include <FL/Fl_Text_Display.H>} {public local } -decl {\#include <FL/Fl_Simple_Terminal.H>} {public local -} - decl {\#include <FL/filename.H>} {public local } @@ -350,12 +347,11 @@ Function {make_shell_window()} {open } } Fl_Window shell_run_window { - label {Shell Command Output} open selected + label {Shell Command Output} open xywh {454 363 555 430} type Double resizable visible } { - Fl_Box shell_run_terminal { - xywh {10 10 535 375} box DOWN_BOX color 0 resizable - class Fl_Simple_Terminal + Fl_Simple_Terminal shell_run_terminal { + xywh {10 10 535 375} resizable } Fl_Return_Button shell_run_button { label Close |
