代码搜索:comboBox
找到约 9,239 项符合「comboBox」的源代码
代码结果 9,239
www.eeworm.com/read/474814/1388901
test combobox.test
# This file is a Tcl script to test out [incr Widgets] Combobox class.
# It is organized in the standard fashion for Tcl tests with the following
# notation for test case labels:
#
# 1.x - Construct
www.eeworm.com/read/474814/1388961
n combobox.n
'\"
'\" Copyright (c) 1995 John S. Sigler
'\" Copyright (c) 1997 Mitch Gorman
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF
www.eeworm.com/read/474814/1389108
tcl combobox.tcl
# combobox.tcl --
#
# Tests the ComboBox widget.
#
# Copyright (c) 1996, Expert Interface Technologies
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and
www.eeworm.com/read/474814/1389254
tcl combobox.tcl
# Tix Demostration Program
#
# This sample program is structured in such a way so that it can be
# executed from the Tix demo program "widget": it must have a
# procedure called "RunSample". It should
www.eeworm.com/read/474814/1389279
xbm combobox.xbm
#define combobox_width 32
#define combobox_height 32
static unsigned char combobox_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0xfc, 0xff, 0xff, 0x3e, 0x04
www.eeworm.com/read/474814/1389289
xpm combobox.xpm
/* XPM */
static char * combobox_xpm[] = {
"50 40 6 1",
" s None c None",
". c black",
"X c white",
"o c #FFFF80808080",
"O c gray70",
"+ c #808000008080",
"
www.eeworm.com/read/473367/1399886
js combobox.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/472881/1403215
c combobox.c
/*--------------------------------------------------------------------------
** ComboBox.c Twin From: Twin/controls
**
**
**------------------------- < Licens
www.eeworm.com/read/470938/1436101
js combobox.js
/*
* File : $Source: $
* Date : $Date: $
* Version: $Revision: $
*
* This library is part of OpenCms -
* the Open Source Content Mananagement System
*
* Copyright (c) 2005 Alkacon
www.eeworm.com/read/464631/1526062
cpp combobox.cpp
// Windows/Control/ComboBox.cpp
// #define _UNICODE
// #define UNICODE
#include "StdAfx.h"
#ifndef _UNICODE
#include "Common/StringConvert.h"
#endif
#include "Windows/Control/ComboBox.h