代码搜索结果
找到约 50,122 项符合
Button 的代码
button.cpp
#include "GKL.h"
using namespace GKL;
Button::Button(Window *pWnd, int x, int y, int width, int height, const wchar_t *title, void (*onClick)(Button*)):
Control(pWnd, false, true),
COLOR_OUT
button.dsp
# Microsoft Developer Studio Project File - Name="button" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
button.c
/*
** $Id: button.c,v 1.12 2004/04/19 07:30:21 weiym Exp $
**
** button.c: The Button control demo program.
**
** Copyright (C) 2001 ~ 2002 Wei Yongming.
** Copyright (C) 2003 Feynman Software.
**
**
button.c
/*
** $Id: button.c,v 1.11 2005/01/06 07:42:09 limei Exp $
**
** Listing 20.1
**
** button.c: Sample program for MiniGUI Programming Guide
** Usage of BUTTON control.
**
** Copyright (C) 2004 Fey
button.h
// Button.h: interface for the Button class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BUTTON_H__74583B41_741D_11D4_825F_60000000105A__INCLUDED_)
button.cpp
// Button.cpp: implementation of the Button class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "pointtest.h"
#include "Button.h"
#i
button.sym
DSCH2
SYM #button
BB(-4,-4,5,4)
TITLE 0 0 #button
DATE 26.09.1999
MODEL 59
PIN(5,0,0,0)in
VIS 1
REC(-3,-3,6,6,red)
LIG(4,0,5,0)
LIG(-4,4,-4,-4)
LIG(4,4,-4,4)
LIG(4,-4,4,4)
LIG(-4,-4,4,-4
e898. changing the text of the approve button in a jfilechooser dialog.txt
The approve button is clicked by the user to indicate that the file has been selected. The default label for the approve button is either Open or Save, depending on the dialog type. This label can be
e735. disabling the close button on a jframe.txt
// Create a frame
JFrame frame = new JFrame();
// Get default close operation
int op = frame.getDefaultCloseOperation(); // HIDE_ON_CLOSE
// Set to ignore the button
e769. selecting a jradiobutton component in a button group.txt
// To create a radio button and button group,
// see e768 Creating a JRadioButton Component
// Select the radio button; the currently selected radio button is deselected.
// This