搜索结果
找到约 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]
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]
}