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

See partipanel.fl.

parent f85ad0f6
No related branches found
No related tags found
No related merge requests found
0.6a
0.6b
......@@ -4,8 +4,8 @@
#include "partiview.H"
Fl_Menu_Item menu_ppui[] = {
{"inertia", 0, (Fl_Callback*)pp_inertia_on_cb, 0, 0, 0, 0, 12, 3},
{"H-R Diagram", 0, (Fl_Callback*)pp_hrdiag_on_cb, 0, 2, 0, 0, 14, 0},
{"inertia", 0, (Fl_Callback*)pp_inertia_on_cb, 0, 2, 0, 0, 12, 3},
{"H-R Diagram", 0, (Fl_Callback*)pp_hrdiag_on_cb, 0, 2, 0, 0, 14, 3},
{0}
};
......@@ -55,7 +55,8 @@ Fl_Window* make_window() {
o->color(96);
{ Fl_Group* o = ppui.toprow = new Fl_Group(0, 0, 385, 35);
{ Fl_Menu_Button* o = ppui.more = new Fl_Menu_Button(0, 0, 30, 20, "More");
o->color(35);
o->color(137);
o->selection_color(8);
o->labelsize(12);
o->labelcolor(3);
o->align(FL_ALIGN_BOTTOM);
......@@ -71,7 +72,7 @@ Fl_Window* make_window() {
o->box(FL_FLAT_BOX);
o->color(96);
{ Fl_Menu_Button* o = ppui.obj = new Fl_Menu_Button(35, 0, 25, 20, "[gN]");
o->color(35);
o->color(137);
o->labelsize(12);
o->labelcolor(3);
o->callback((Fl_Callback*)pp_obj_cb);
......@@ -83,7 +84,7 @@ Fl_Window* make_window() {
o->box(FL_FLAT_BOX);
o->color(96);
{ Fl_Menu_Button* o = ppui.nav = new Fl_Menu_Button(65, 0, 32, 20, "Navi ");
o->color(35);
o->color(137);
o->labelsize(12);
o->labelcolor(3);
o->textsize(12);
......
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