?? text.hxx
字號:
// Text.hxx//#ifndef Text__hxx#define Text__hxx#include <X11/Intrinsic.h>#include "Component.hxx"class Text : public Component {public: Text(int width=130, int height=30); void setup(Widget parent); char *getText(); void eraseText();private: int my_width; int my_height;};#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -