代码搜索结果
找到约 10,000 项符合
Button 的代码
button.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
button.ctl
VERSION 5.00
Begin VB.UserControl Button
AutoRedraw = -1 'True
BackColor = &H0000C0C0&
ClientHeight = 1080
ClientLeft = 0
ClientTop = 0
Cl
button.h
/* $Id: button.h,v 1.35.4.1 2005/04/06 08:47:09 jonas Exp $ */
#ifndef EL__BFU_BUTTON_H
#define EL__BFU_BUTTON_H
#include "bfu/common.h"
#include "util/align.h"
struct dialog;
struct terminal;
stru
button.c
/* Button widget handlers. */
/* $Id: button.c,v 1.81.4.3 2005/04/06 08:54:58 jonas Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include
#include "elinks.h"
#include "bfu/b
button.h
#ifndef _CTEXTBUTTON_H
#define _CTEXTBUTTON_H
class CTextButton
{
public:
VOID ClickFreeAllBtn(VOID);
INT GetButtonCount(VOID);
CMTxtBtn* GetButton(INT nIndex);
CTextButton();
button.cpp
// 弥措 滚瓢狼 荐
#include "stdafx.h"
#define MAX_TXT_BUTTON_COUNT 5
/////////////////////////////////////////////////////////////////////////
// CTextButton : 积己磊
/////////////////////////////////
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.h
/**********************************************************************
** Copyright (C) 2000-2005 Trolltech AS and its licensors.
** All rights reserved.
**
** This file is part of the Qtopia Environ
button.cc
/////////////////////////////////////////////////////////////
// Flash Plugin and Player
// Copyright (C) 1998 Olivier Debon
//
// This program is free software; you can redistribute it and/or
// mod
button.h
/////////////////////////////////////////////////////////////
// Flash Plugin and Player
// Copyright (C) 1998 Olivier Debon
//
// This program is free software; you can redistribute it and/or
// mod