代码搜索结果

找到约 50,122 项符合 Button 的代码

button.h

/* ** $Id: button.h,v 1.2 2003/10/21 02:59:20 allen Exp $ ** ** button.h: skin command button interfaces. ** ** Copyright (C) 2002, 2003 Feynman Software, all rights reserved. ** ** Use of this source

button.c

/* ** $Id: button.c,v 1.10 2003/10/30 04:49:49 weiym Exp $ ** ** button.c: skin command button implementation. ** ** Copyright (C) 2003 Feynman Software. ** ** Current maintainer: Allen ** ** Create d

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

/* @(#)button.h 1.1 92/07/30 SMI */ /* * Copyright (c) 1984 by Sun Microsystems, Inc. */ /* * Structures and macros used in manipulating buttons */ /* * Draw and maintain a set of buttons. *

button.c

#ifndef lint #ifdef sccs static char sccsid[] = "@(#)button.c 1.1 92/07/30 Copyr 1984 Sun Micro"; #endif #endif /* * Copyright (c) 1984 by Sun Microsystems, Inc. */ #include #include

button.h

/***************************************************************************** * button.h: Button control ***************************************************************************** * Copyright (

button.cpp

/***************************************************************************** * button.cpp: Button control ***************************************************************************** * Copyright

button.dsp

# Microsoft Developer Studio Project File - Name="button" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Ap

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