wxsgridsizer.h
来自「非常好用的可移植的多平台C/C++源代码编辑器」· C头文件 代码 · 共 14 行
H
14 行
#ifndef WXSGRIDSIZER_H
#define WXSGRIDSIZER_H
#include "../wxsdefsizer.h"
wxsDSDeclareBegin(GridSizer,wxsGridSizerId)
int Cols;
int Rows;
int VGap;
int HGap;
wxsDSDeclareEnd()
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?