代码搜索结果
找到约 10,000 项符合
Button 的代码
button.cs
///
/// Button.cs
///
/// by Dave Peckham
/// August 2002
/// Irvine, California
///
/// A button that emulates the Apple Aqua user interface guidelines.
/// This button grows horizo
button.xml
拼写检查
spellcheck.gif
0
button.cpp
#include
const int ID_SAY_HELLO = 1000;
const int ID_SAY_GOODBYE = 1001;
/**
A frame with buttons that add greetings to a
text control.
*/
class ButtonFrame : public wxFrame
{
publi