搜索结果

找到约 12 项符合 XtManageChild 的查询结果

Linux/Unix编程 n = 0 XtSetArg[args[n], XmNlabelString, label] n++ button = XmCreatePushButton[toplevel, "

n = 0 XtSetArg[args[n], XmNlabelString, label] n++ button = XmCreatePushButton[toplevel, "pushbutton", args, n] XtManageChild[button]
https://www.eeworm.com/dl/619/419355.html
下载: 192
查看: 1021

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