浏览代码

kcApp.cpp: Update comments

master
kevin 11 年前
父节点
当前提交
8fa3077826
共有 1 个文件被更改,包括 2 次插入4 次删除
  1. 2
    4
      src/kc/kcApp.cpp

+ 2
- 4
src/kc/kcApp.cpp 查看文件

85
   _createMenu(w,kMenuH);
85
   _createMenu(w,kMenuH);
86
   end();
86
   end();
87
 
87
 
88
-  // Create a text display object for console output andvadd it to the lower splitter area
89
-
90
-  // Create a tab view and added it to the upper splitter area
88
+  // Create a tab view 
91
   add(_tabs = new Fl_Tabs(this->x(),this->y()+kMenuH,this->w(),this->h()-kMenuH));
89
   add(_tabs = new Fl_Tabs(this->x(),this->y()+kMenuH,this->w(),this->h()-kMenuH));
92
   _tabs->callback(_s_tab_cb,this);
90
   _tabs->callback(_s_tab_cb,this);
93
   _tabs->end();
91
   _tabs->end();
94
 
92
 
95
-  int tx=x(),ty=y(),th=this->w(),tw=this->h();
93
+  int tx=x(),ty=y(),th=this->h(),tw=this->w();
96
   _tabs->client_area(tx,ty,tw,th);
94
   _tabs->client_area(tx,ty,tw,th);
97
 
95
 
98
   // Create the 'Setup' tab group
96
   // Create the 'Setup' tab group

正在加载...
取消
保存