radiobox.cpp

来自「很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.」· C++ 代码 · 共 32 行

CPP
32
字号
/////////////////////////////////////////////////////////////////////////////// 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 + =
减小字号Ctrl + -
显示快捷键?