?? buttonctrl.h
字號:
#ifndef BUTTONCTRL_H_INCLUDED
#define BUTTONCTRL_H_INCLUDED
#include <wx/button.h>#include <wx/event.h>extern "C" {class ButtonCtrl: public wxButton{ public: ButtonCtrl(wxWindow *parent, wxWindowID id, const wxString& value, const wxPoint& point, const wxSize& size, long style = 0); ~ButtonCtrl(); private: enum Identifiers { }; void OnFocusSet(wxFocusEvent& event); void OnFocusKill(wxFocusEvent& event); DECLARE_EVENT_TABLE();};}
#endif // BUTTONCTRL_H_INCLUDED
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -