Skip to content
Snippets Groups Projects
Commit 4ef93b01 authored by slevy's avatar slevy
Browse files

Expose ppui.cmd.

parent 3d456b84
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ decl {\#include "partiview.H"} {}
Function {make_window()} {open
} {
Fl_Window {ppui.mainwin} {open
xywh {578 91 385 445} box DOWN_BOX color 96 resizable visible
xywh {583 114 385 445} box DOWN_BOX color 96 resizable visible
} {
Fl_Pack {} {open
xywh {0 0 385 445} color 96 resizable
......@@ -221,7 +221,7 @@ Function {make_window()} {open
Fl_Tile {ppui.maintile} {open
xywh {0 126 385 319} color 139 resizable
} {
Fl_Group {ppui.cmdhist} {
Fl_Group {ppui.cmdhist} {open
xywh {0 126 385 75} box DOWN_BOX color 96
code0 {\#include "Hist.H"}
class Hist
......@@ -240,8 +240,8 @@ Function {make_window()} {open
label {Cmd:}
xywh {0 176 30 25} labelsize 12 labelcolor 3
}
Fl_Input {} {
callback pp_cmd_cb
Fl_Input {ppui.cmd} {
callback pp_cmd_cb selected
xywh {30 176 355 25} color 38 selection_color 9 labelfont 1 labelsize 10 labelcolor 3 when 10 textcolor 55 resizable
code0 {o->cursor_color( o->textcolor() );}
code1 {o->hist( ppui.cmdhist );}
......@@ -265,10 +265,10 @@ Function {make_window()} {open
}
}
Fl_Window {ppui.hrdiagwin} {open
xywh {632 507 284 234} resizable
xywh {637 530 284 234} resizable
code0 {o->hide();} visible
} {
Fl_Group {ppui.hrdiag} {open selected
Fl_Group {ppui.hrdiag} {open
xywh {0 0 284 234} box DOWN_BOX color 0 resizable
class Fl_Plot
} {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment