代码搜索:ListBox
找到约 6,307 项符合「ListBox」的源代码
代码结果 6,307
www.eeworm.com/read/443278/1750485
wgt listbox.wgt
Class ListBox
Lib bwidget
Icon ../lib/Widgets/bwidget/listbox.gif
TreeLabel BWidget List Box
CreateCmd ListBox
MegaWidget yes
DefaultValues -foreground
DefaultOptions -background w
www.eeworm.com/read/443278/1750508
wgt listbox.wgt
# $Id: listbox.wgt,v 1.10 2005/11/11 07:54:52 kenparkerjr Exp $
##############################################################################
#
# Visual TCL - A cross-platform application develo
www.eeworm.com/read/443278/1750551
tcl listbox.tcl
#!/bin/sh
# the next line restarts using wish\
exec wish "$0" "$@"
if {![info exists vTcl(sourcing)]} {
package require Tk
switch $tcl_platform(platform) {
windows {
o
www.eeworm.com/read/443235/1751559
js listbox.js
// JavaScript Document
function moveLeft() {
var left = $("lslt");
var right = $("rslt");
var ids = new Array();
for(var i=0;i
www.eeworm.com/read/443064/1752465
js listbox.js
function f_a(obj)
{
var s="";
for(var i in obj)
s += i + "=" + obj[i] + " ";
alert(s);
}
function f_add(SAElement,SBElement)
{
for(i=SAElement.options.length - 1; i>=0; i--)
{
i
www.eeworm.com/read/432815/1889458
h listbox.h
/**
*file listbox.h
*@
*/
#ifndef _COMPONENT_LISTBOX
#define _COMPONENT_LISTBOX
#include "component.h"
#include "scrollbar.h"
typedef struct listbox listbox_t;
typedef int (*draw_
www.eeworm.com/read/431358/1907595
c listbox.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/431358/1907741
h listbox.h
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/431121/1910105
c listbox.c
/*
*********************************************************************************************************
* uC/GUI
* Universal graphic software for embedded applications
*