XmVaCreateNotebook (3) Linux Manual Page
XmVaCreateNotebook, XmVaCreateManagedNotebook — A Notebook widget convenience creation functions. Synopsis #include <Xm/Notebook.h> Widget XmVaCreateNotebook( Widget parent, String name, …); Widget XmVaCreateManagedNotebook( Widget parent, String name, …); Description These functions create an instance of a ToggleButtonGadget widget and returns the associated widget ID. These routines use the ANSI C variable-length argument list (varargs) calling convention. The…
