搜索结果

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

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

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

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] }
https://www.eeworm.com/dl/619/419356.html
下载: 34
查看: 1024