搜索:textf

找到约 2 项符合「textf」的查询结果

结果 2
https://www.eeworm.com/dl/619/419358.html Linux/Unix编程

textf = XmCreateTextField[spinbox, "textf", args, n] XtManageChild[textf] //显示窗口 XtR

textf = XmCreateTextField[spinbox, "textf", args, n] XtManageChild[textf] //显示窗口 XtRealizeWidget[toplevel] //进入事件循环 XtAppMainLoop[app]
下载 113
·
查看 1043
https://www.eeworm.com/dl/619/419356.html Linux/Unix编程

for[i=0 i<XtNumber[items] i++]{ label = XmCreateLabel[rowcolumn, items[i], NULL, 0] Xt

for[i=0 i<XtNumber[items] i++]{ label = XmCreateLabel[rowcolumn, items[i], NULL, 0] XtManageChild[label] textf = XmCreateTextField[rowcolumn, "textf", NULL, 0] XtManageChild[textf] }
下载 34
·
查看 1063