⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 radiobox.cpp

📁 很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.
💻 CPP
字号:
/////////////////////////////////////////////////////////////////////////////// Name:        src/mac/classic/radiobox.cpp// Purpose:     wxRadioBox// Author:      Stefan Csomor// Modified by: JS Lair (99/11/15) first implementation// Created:     1998-01-01// RCS-ID:      $Id: radiobox.cpp,v 1.15 2006/06/13 11:30:35 ABX Exp $// Copyright:   (c) Stefan Csomor// Licence:     wxWindows licence///////////////////////////////////////////////////////////////////////////////-------------------------------------------------------------------------------------//         headers//-------------------------------------------------------------------------------------#include "wx/wxprec.h"#if wxUSE_RADIOBOX#include "wx/radiobox.h"#ifndef WX_PRECOMP    #include "wx/radiobut.h"    #include "wx/arrstr.h"#endif#include "wx/mac/uma.h"IMPLEMENT_DYNAMIC_CLASS(wxRadioBox, wxControl)//-------------------------------------------------------------------------------------//         

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -