Query: xtregisterextensionselector
OS: hpux
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XtRegisterExtensionSelector(3X) XT FUNCTIONS XtRegisterExtensionSelector(3X)NAMEXtRegisterExtensionSelector - extension event handlingSYNTAXvoid XtRegisterExtensionSelector(display, min_event_type, max_event_type, proc, client_data) Display* display; int min_event_type; int max_event_type; XtExtensionSelectProc proc; XtPointer client_data;ARGUMENTSdisplay Specifies the display. min_event_type, max_event_type Specifies the range of event types for this extension. proc Specifies the proc. client_data Specifies additional data to be passed to the event handler.DESCRIPTIONThe XtRegisterExtensionSelector function registers a procedure to arrange for the delivery of extension events to widgets. If min_event_type and max_event_type match the parameters to a previous call to XtRegisterExtensionSelector for the same display, the proc and client_data replace the previously registered values. If the range specified by min_event_type and max_event_type overlaps the range of the parameters to a previous call for the same display in any other way, an error results.SEE ALSOXtExtensionSelectProc(3X) XtGetKeyboardFocusWidget(3X) XtInsertEventTyeHandler(3X), XtRemoveEventTypeHandler(3X) XtSetEventDispatch(3X), XtDispatchEventToWidget(3X) X Version 11 Release 6 XtRegisterExtensionSelector(3X)
Similar Topics in the Unix Linux Community |
---|
named pipe with persistent buffer |
Formatting problem with sizes from /proc/partitions |