学海网 文档下载 文档下载导航
设为首页 | 加入收藏
搜索 请输入内容:  
 导航当前位置: 文档下载 > 所有分类 > IT/计算机 > 计算机软件及应用 > button

button

windows程序设计

/* 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 software; you can redistribute it and/or

* modify it under the terms of the GNU Lesser General Public

* License as published by the Free Software Foundation; either

* version 2.1 of the License, or (at your option) any later version. *

* This library is distributed in the hope that it will be useful,

* but WITHOUT ANY WARRANTY; without even the implied warranty of

* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU

* Lesser General Public License for more details.

*

* You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software

* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

*/

#include <user32.h>

/* GetWindowLong offsets for window extra information */

#define STATE_GWL_OFFSET 0

#define HFONT_GWL_OFFSET (sizeof(LONG))

#define HIMAGE_GWL_OFFSET

(HFONT_GWL_OFFSET*sizeof(LONG))

#define NB_EXTRA_BYTES

(HIMAGE_GWL_OFFSET*sizeof(LONG))

/* Button state values */

#define BUTTON_UNCHECKED 0x00

#define BUTTON_CHECKED 0x01

#define BUTTON_3STATE 0x02

#define BUTTON_HIGHLIGHTED 0x04

#define BUTTON_HASFOCUS 0x08

第1页

TOP相关主题

  • buttom
  • button 样式
  • button onclick
  • buttons
  • android button
  • butterfly
  • button 图片
  • html button

我要评论

相关文档

  • 基本按钮Button

    android-interface-design_basic design_basic-buttons/ 这个快速提示告诉您可以通过下面的步骤在你的 Android 应用程序中创建一个简单的 Button 或者 ImageButton 控件...

  • button button

    button button_英语学习_外语学习_教育专区。Unit 11 Button, Button L/O/G/O Text Appreciation Warming Up drainage oil adulterated wine counte...

  • button

    #include "bmpbutton.h" #include "resource.h" //定义全局常量字符串类名 const TCHAR mainClassName[]=TEXT("bmpbuttonmain"); //定义句柄 HINSTANCE hInst; ...

  • .net button按钮

    .net button 按钮 返回上一步 返回上一页 其实要完成此功能主要用到的技术还是# 方法一: 在 asp.net 的 aspx 里面的源代码中 <input type="button onclick="...

  • Button元素

    JavaScript 之 Button Button TYPE 属性为“button”的 HTML INPUT 标签可创建此种对象。对于一个给定的表单, JavaScript 运行时刻引擎将为每个按钮创建一个独立的 ...

  • VC按钮

    按钮控件包括命令按钮 (Pushbutton)、 检查框(Check Box)、 单选按钮(Radio Button)、 组框(Group Box) 和自绘式按钮(Owner-draw Button)。命令按钮的作用是对...

  • JavaFX2.0按钮Button

    Image imageOk = new Image(getClass().getResourceAsStream("ok.png")); Button button3 = new Button("Accept", new ImageView(imageOk)); 由于 Button ...

  • HTML常用按钮代码

    html 常用按钮代码 html 另存为/打印/刷新/查看原文件等按钮的代码 ■打开■ <input name=Button onClick=document.all.WebBrowser.ExecWB(1,1) type=button ...

  • Button控件

    Button控件_计算机软件及应用_IT/计算机_专业资料。控制 Asp.net 的 Button 控件的提交动作 2010-06-01 18:23512人阅读评论(0)收藏举报 asp.net 开发中, ...

  • Button

    Button 类_计算机软件及应用_IT/计算机_专业资料。Button 类 .NET Framework 4.5 其他版本 此主题尚未评级 - 评价此主题 表示 Windows 按钮控件。 继承层次结构...

站点地图 | 文档上传 | 侵权投诉 | 手机版
新浪认证  诚信网站  绿色网站  可信网站   非经营性网站备案
本站所有资源均来自互联网,本站只负责收集和整理,均不承担任何法律责任,如有侵权等其它行为请联系我们.
文档下载 Copyright 2013 doc.xuehai.net All Rights Reserved.  email
返回顶部