wxsstaticline.h
来自「非常好用的可移植的多平台C/C++源代码编辑器」· C头文件 代码 · 共 24 行
H
24 行
#ifndef __WXSSTATICLINE_H
#define __WXSSTATICLINE_H
#include "../wxsdefwidget.h"
#include "wxsstdmanager.h"
WXS_ST_DECLARE(wxsStaticLineStyles)
WXS_EV_DECLARE(wxsStaticLineEvents)
wxsDWDeclareBegin(wxsStaticLineBase,propWidget,wxsStaticLineId)
wxsDWDeclareEnd()
class wxsStaticLine: public wxsStaticLineBase
{
public:
wxsStaticLine(wxsWidgetManager* Man,wxsWindowRes* Res);
protected:
virtual bool PropertiesUpdated(bool Validate,bool Correct);
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?