kcApp.cpp: Update comments

This commit is contained in:
kevin 2013-04-16 07:35:16 -07:00
parent bc2e66ed98
commit 8fa3077826

View File

@ -85,14 +85,12 @@ kcApp::kcApp(cmCtx_t* ctx, cmPrH_t prH, cmTsMp1cH_t printqH, int w, int h, const
_createMenu(w,kMenuH); _createMenu(w,kMenuH);
end(); end();
// Create a text display object for console output andvadd it to the lower splitter area // Create a tab view
// Create a tab view and added it to the upper splitter area
add(_tabs = new Fl_Tabs(this->x(),this->y()+kMenuH,this->w(),this->h()-kMenuH)); add(_tabs = new Fl_Tabs(this->x(),this->y()+kMenuH,this->w(),this->h()-kMenuH));
_tabs->callback(_s_tab_cb,this); _tabs->callback(_s_tab_cb,this);
_tabs->end(); _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); _tabs->client_area(tx,ty,tw,th);
// Create the 'Setup' tab group // Create the 'Setup' tab group