代码搜索结果
找到约 50,122 项符合
Button 的代码
button.h
/*
** $Id: button.h,v 1.7 2003/09/04 03:40:35 weiym Exp $
**
** button.h: the head file of Button Control module.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 1999 ~ 2002 Wei Yong
button.java
/*
* Button.java
*
* Created on 2005
button.java
// Button.java
// Sends ButtonEvents to ButtonListeners when accessed
package com.deitel.jhtp5.elevator.model;
// Deitel packages
import com.deitel.jhtp5.elevator.event.*;
public class Button
button.java
package com.javapatterns.bridge.peer;
public class Button extends Component {
public String getLabel(){ return label; }
public void setLabel(String label){ this.label = label; }
button.cpp
#include "button.h"
#include
#include
#include
#include
#include
#include
#include
#include
button.c
/* -------------- button.c -------------- */
#include "dflat.h"
void PaintMsg(DFWINDOW wnd, DF_CTLWINDOW *ct, DFRECT *rc)
{
if (DfIsVisible(wnd))
{
if (DfTestAttribute(wnd, D
button.c
/* File: button.c -- Button type widgets
*
* Copyright (C) 1993 Johannes Ruscheinski
* Copyright (C) 1993 David Metcalfe
* Copyright (C) 1994 Alexandre Julliard
*
* This library is free so
button.h
/*
COW : Character Oriented Windows
button.h : button cow private interface
*/
DWORD FARPUBLIC ButtonWndProc(PWND, WORD, WORD, DWORD);
/* button control styles */
#define BS_AUTO