[Prev] [Next] [Top] [Bottom] [Contents] (103 out of 193)

SaPrintOutCBS

A callback to print an SaCallbackStruct callback structure to standard out.

Synopsis

#include "SaPopCalls.h"

void SaPrintOutCBS(Widget w, XtPointer client_data, SaCallbackStruct *cbs);

Arguments

w
Not used.
client_data
Not used.
cbs
SaCallbackStruct callback structure.

Return Values

None.

Description

SaPrintOutCBS prints an SaCallbackStruct callback structure to standard out. The data will be output to the X terminal or anything attached to standard out. If cbs is NULL, no action is taken.

See Also


[Prev] [Next] [Top] [Bottom] [Contents] (103 out of 193)