代码搜索结果

找到约 10,000 项符合 Button 的代码

button.c

#include #include #include #include #include #include #include #include

button.c

#include "windows.h" #include "windowsx.h" #include "wintools.h" /* * WINCTL Custom Control Library * Push button Custom Control * This control implements a custom pushbutton control. * * 4/8/98

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.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

/* ** $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 Yongming.

button.h

/* ********************************************************************************************************* * uC/GUI * Universal

button.c

/* ********************************************************************************************************* * uC/GUI * Universal

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

_button.h

/* COW : Character Oriented Windows _button.h : button specific stuff */ /* bits : 0..1 => bst (button state) 2 => fButtonDown 3 => first in group */ /* button states */

button.c

/* COW : Character Oriented Windows (COW USER DIALOG) button.c : button functions */ #define COW #include #include #include #include #include