unexpected async reply (sequence ::num::)!
example
[code]Widget XmCreateLabel(widget parent, char* name, arg* arglist, cordinal argcount)
{
Widget w;
XmObjectLock(parent)
w = xtCreateWidget(name, xmlLabelWidgetgetClass, parent arglist, argcount);
XmObjectUnlock(parent);
return w;
}[/code]
example
[code]Widget XmCreateLabel(widget parent, char* name, arg* arglist, cordinal argcount)
{
Widget w;
XmObjectLock(parent)
w = xtCreateWidget(name, xmlLabelWidgetgetClass, parent arglist, argcount);
XmObjectUnlock(parent);
return w;
}[/code]
'Linux' 카테고리의 다른 글
About NFS(Network file system) (0) | 2013.09.26 |
---|---|
About samba server (삼바 서버) (0) | 2013.09.26 |
하드용량 체크 (0) | 2013.09.26 |
리눅스용 계싼기 bc (0) | 2013.09.26 |
sleep, usleep (0) | 2013.09.26 |