XtAddCallbacks(3)


HOME

XtAddCallback

NAME
SYNTAX
ARGUMENTS
DESCRIPTION
SEE ALSO

NAME

XtAddCallback, XtAddCallbacks, XtRemoveCallback, XtRemoveCallbacks, XtRemoveAllCallbacks − add and remove callback procedures

SYNTAX

void XtAddCallback(Widget w, String callback_name, XtCallbackProc callback, XtPointer client_data);

void XtAddCallbacks(Widget w, String callback_name, XtCallbackList callbacks);

void XtRemoveCallback(Widget w, String callback_name, XtCallbackProc callback, XtPointer client_data);

void XtRemoveCallbacks(Widget w, String callback_name, XtCallbackList callbacks);

void XtRemoveAllCallbacks(Widget w, String callback_name,

ARGUMENTS

callback

Specifies the callback procedure.

callbacks

Specifies the null-terminated list of callback procedures and corresponding client data.

callback_name

Specifies the callback list to which the procedure is to be appended or deleted.

client_data

Specifies the argument that is to be passed to the specified procedure when it is invoked by XtCallbacks or NULL, or the client data to match on the registered callback procedures.

w

Specifies the widget.

DESCRIPTION

The XtAddCallback function adds the specified callback procedure to the specified widget’s callback list.

The XtAddCallbacks add the specified list of callbacks to the specified widget’s callback list.

The XtRemoveCallback function removes a callback only if both the procedure and the client data match.

The XtRemoveCallbacks function removes the specified callback procedures from the specified widget’s callback list.

The XtRemoveAllCallbacks function removes all the callback procedures from the specified widget’s callback list.

SEE ALSO

XtCallCallbacks(3Xt)
X Toolkit Intrinsics − C Language Interface
Xlib − C Language X Interface



More Linux Commands

manpages/xfwp.1x.html
xfwp(1x) - X firewall proxy (Commands - Linux man page).....
The X firewall proxy (xfwp) is an application layer gateway proxy that may be run on a network firewall host to forward X traffic across the firewall. Used in c

manpages/Tcl_GetNameOfExecutable.3.html
Tcl_GetNameOfExecutable(3) - identify or return the name of
The Tcl_FindExecutable procedure computes the full path name of the executable file from which the application was invoked and saves it for Tcls internal use. T

manpages/isgraph_l.3.html
isgraph_l(3) character classification functions (Man Page)
These functions check whether c, which must have the value of an unsigned char or EOF, falls into a certain character class according to the specified locale. T

manpages/Tk_SizeOfImage.3.html
Tk_SizeOfImage(3) - use an image in a widget (Man Page).....
These procedures are invoked by widgets that wish to display images. Tk_GetImage is invoked by a widget when it first decides to display an image. name gives th

manpages/iswlower.3.html
iswlower(3) - test for lowercase wide character (Man Page)
The iswlower() function is the wide-character equivalent of the islower(3) function. It tests whether wc is a wide character belonging to the wide-character cla

manpages/has_mouse_sp.3ncurses.html
has_mouse_sp(3ncurses) - curses screen-pointer extension....
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th

manpages/savetty.3ncurses.html
savetty(3ncurses) - low-level curses routines (Man Page)....
The following routines give low-level access to various curses capabilities. These routines typically are used inside library routines. The def_prog_mode and de

manpages/Tk_CanvasPsPath.3.html
Tk_CanvasPsPath(3) - utility procedures for generating Posts
These procedures are called by canvas type managers to carry out common functions related to generating Postscript. Most of the procedures take a canvas argumen

manpages/aseqdump.1.html
aseqdump(1) - show the events received at an ALSA sequencer
aseqdump is a command-line utility that prints the sequencer events it receives as text. To stop receiving, press Ctrl+C. OPTIONS -h,--help Prints a list of opt

manpages/XcmsTekHVCQueryMaxC.3.html
XcmsTekHVCQueryMaxC(3) - obtain the TekHVC coordinates......
The XcmsTekHVCQueryMaxC function, given a Hue and Value, determines the maximum Chroma in TekHVC color space displayable by the screen. It returns the maximum C

manpages/tigetnum.3ncurses.html
tiparm(3ncurses) - curses interfaces to terminfo database...
These low-level routines must be called by programs that have to deal directly with the terminfo database to handle certain terminal capabilities, such as progr

manpages/Tcl_LimitTypeReset.3.html
Tcl_LimitTypeReset(3) - manage and check resource limits on
Tcls interpreter resource limit subsystem allows for close control over how much computation time a script may use, and is useful for cases where a program is d





We can't live, work or learn in freedom unless the software we use is free.