FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
Widget create_separator
(
Widget
parent_id
)
Definition at line
358
of file
didMarkus.c
.
Referenced by
gui_create_main_menu()
.
359
{
360
Widget w;
361
Arg arglist[10];
362
int
n = 0;
363
364
w = XmCreateSeparator(parent_id,
"separator"
,
365
arglist,n);
366
XtManageChild(w);
367
return
(w);
368
}
Here is the caller graph for this function:
dim
src
did
didMarkus.c
Generated on Sun Sep 18 2016 20:50:27 for FACT++ by
1.8.11