wxsradiobox.h
来自「非常好用的可移植的多平台C/C++源代码编辑器」· C头文件 代码 · 共 31 行
H
31 行
#ifndef __WXSRADIOBOX_H
#define __WXSRADIOBOX_H
#include "../wxsdefwidget.h"
#include "wxsstdmanager.h"
WXS_ST_DECLARE(wxsRadioBoxStyles)
WXS_EV_DECLARE(wxsRadioBoxEvents)
wxsDWDeclareBegin(wxsRadioBoxBase,propWidget,wxsRadioBoxId)
wxString label;
wxArrayString arrayChoices;
int defaultChoice;
int dimension;
wxsDWDeclareEnd()
class wxsRadioBox: public wxsRadioBoxBase
{
public:
wxsRadioBox(wxsWidgetManager* Man,wxsWindowRes* Res):
wxsRadioBoxBase(Man,Res)
{}
protected:
virtual wxWindow* MyCreatePreview(wxWindow* Parent);
virtual wxString GetProducingCode(wxsCodeParams& Params);
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?