代码搜索:ListBox
找到约 6,307 项符合「ListBox」的源代码
代码结果 6,307
www.eeworm.com/read/455528/1611996
xpm listbox.xpm
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"32 32 83 1",
" c Gray0",
". c #080808080000",
"X c Gray3",
"o c #080808081010",
"O c #101008080808",
"+ c #101010101010"
www.eeworm.com/read/455188/1625355
java listbox.java
import java.util.*;
import javax.microedition.lcdui.*;
/*******************************************************************************
* 类功能:类似Windows列表框控件
***********************************
www.eeworm.com/read/452583/1653777
java listbox.java
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: ListBox.java
package
www.eeworm.com/read/451863/1659427
hcl listbox.hcl
# listbox.hcl --
# listbox example
proc reverseoptions {listb} {
set newlist {}
set l [getprop $listb selected]
foreach v $l {
lappend $newlist [not $v]
}
setprop $listb selected
www.eeworm.com/read/249144/4454476
xpm listbox.xpm
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"22 22 64 1",
" c Gray100",
". c Gray97",
"X c #e7e7e7",
"o c Gray84",
"O c Gray61",
"+ c Gray55",
"@ c Gray52",
"# c Gra
www.eeworm.com/read/249144/4454560
xpm listbox.xpm
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"32 32 83 1",
" c Gray0",
". c #080808080000",
"X c Gray3",
"o c #080808081010",
"O c #101008080808",
"+ c #101010101010"
www.eeworm.com/read/249142/4455976
cs listbox.cs
/*
*
导读:
1、ListBox是从ListControl中派生的,
其派生关系是 object --> Control --> WebControl --> ListControl --> ListBox
2、ListBox实现了,System.Web.UI.IPostBackDataHandler,
在其Items的Selected状态改变时,响应S
www.eeworm.com/read/248446/4470090
c listbox.c
/*
** $Id: listbox.c,v 1.56 2004/07/17 12:54:24 weiym Exp $
**
** listbox.c: the List Box Control module.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 1999 ~ 2002 Wei Yongming.
*
www.eeworm.com/read/248446/4470133
h listbox.h
/*
** $Id: listbox.h,v 1.10 2004/06/23 11:17:40 snig Exp $
**
** listbox.h: the head file of ListBox control.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 1999 ~ 2002, Wei Yongmin
www.eeworm.com/read/247136/4489279
c listbox.c
/*
*********************************************************************************************************
* uC/GUI
* Universal