代码搜索:Checkbox
找到约 9,800 项符合「Checkbox」的源代码
代码结果 9,800
www.eeworm.com/read/403922/11499200
html function.newt-checkbox-tree-get-current.html
Returns checkbox tree selected item
www.eeworm.com/read/403922/11501298
html function.newt-checkbox-tree-add-item.html
Adds new item to the checkbox tree
www.eeworm.com/read/403922/11503892
html function.newt-checkbox-tree-find-item.html
Finds an item in the checkbox tree
www.eeworm.com/read/386118/8763517
pas unitbasic3.pas
unit UnitBasic3;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Mask, ImgList, Menus, ComCtrls, ToolWin, ExtCtrls;
type
www.eeworm.com/read/386118/8764033
~pas unitbasic3.~pas
unit UnitBasic3;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Mask, ImgList, Menus, ComCtrls, ToolWin, ExtCtrls;
type
www.eeworm.com/read/382749/9003430
py 007-multilist.py
import appuifw
colors = [u"red", u"green", u"blue", u"brown"]
selections = appuifw.multi_selection_list(colors, 'checkbox', 1)
print "Checkbox selected:", selections
selections = appuifw.multi_sel