Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtWidgetCallCallbacks(3Xm) — RISC iX 1.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

XtWidgetCallCallbacks(3Xm)  —  UNIX Programmer’s Manual

NAME

XtWidgetCallCallbacks — a function that invokes the entries on a callback list.

SYNOPSIS

#include <Xm/Xm.h> void XtWidgetCallCallbacks (callbacks, call_data)
XtCallbackList callbacks;
Opaquecall_data;

DESCRIPTION

XtWidgetCallCallbacks calls the entries on a callback list.  The widget knows the address of the callback list and avoids extra processing by using this function.  The external version of this routine is XtCallCallbacks. 

callbacksSpecifies the callback list to execute. 

call_dataSpecifies a callback-list specific data value to pass to each of the callback procedures in the list. 

7th Edition

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026