kcApp.cpp: Update comments
This commit is contained in:
parent
bc2e66ed98
commit
8fa3077826
@ -85,14 +85,12 @@ kcApp::kcApp(cmCtx_t* ctx, cmPrH_t prH, cmTsMp1cH_t printqH, int w, int h, const
|
||||
_createMenu(w,kMenuH);
|
||||
end();
|
||||
|
||||
// Create a text display object for console output andvadd it to the lower splitter area
|
||||
|
||||
// Create a tab view and added it to the upper splitter area
|
||||
// Create a tab view
|
||||
add(_tabs = new Fl_Tabs(this->x(),this->y()+kMenuH,this->w(),this->h()-kMenuH));
|
||||
_tabs->callback(_s_tab_cb,this);
|
||||
_tabs->end();
|
||||
|
||||
int tx=x(),ty=y(),th=this->w(),tw=this->h();
|
||||
int tx=x(),ty=y(),th=this->h(),tw=this->w();
|
||||
_tabs->client_area(tx,ty,tw,th);
|
||||
|
||||
// Create the 'Setup' tab group
|
||||
|
Loading…
Reference in New Issue
Block a user