wxslistbox.h
来自「非常好用的可移植的多平台C/C++源代码编辑器」· C头文件 代码 · 共 23 行
H
23 行
#ifndef __WXSLISTBOX_H
#define __WXSLISTBOX_H
#include "../wxsdefwidget.h"
#include "wxsstdmanager.h"
WXS_ST_DECLARE(wxsListBoxStyles)
WXS_EV_DECLARE(wxsListBoxEvents)
wxsDWDeclareBegin(wxsListBox,propWidget,wxsListBoxId)
// for default constructor
//int n; // Number of strings with which to initialise the control
//wxString choices[3]; //An array of strings with which to initialise the control
// for constructor 2
wxArrayString arrayChoices;
int defaultChoice;
wxsDWDeclareEnd()
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?