代码搜索结果
找到约 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
{{IS_NOTE
Purpose:
Description:
History:
Tue Dec 13 14:58:40 2005, Created by tomyeh
}}IS_NOTE
Copyright (C) 2005 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
T
button.java
/* Button.java
{{IS_NOTE
Purpose:
Description:
History:
Wed Jun 8 10:31:02 2005, Created by tomyeh
}}IS_NOTE
Copyright (C) 2005 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
T
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.cpp
#include //WM_**
#include
#include //Sgos api
namespace System{
int Button::OnSize( int w, int h ){
Width = w;
Height = h;
Label::OnSize(w,h);
}
B
button-min.js
/*
* Ext JS Library 2.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
Ext.Button=Ext.extend(Ext.Component,{hidden:false,disabled:false,pr
button.c
#include
#include
#include
String app_resources[] = {
"*Command.Label: Click left mouse button", NULL,
};
XrmOptionDescRec options[] = {
button.hxx
// Button.hxx
//
#ifndef Button__hxx
#define Button__hxx
#include
#include "Component.hxx"
typedef void (*button_callback)(void);
class Button : public Component {
public:
Butto