Linux.pl
Opcje wyszukiwania podręcznika man:
Lista stron man zaczynających się od znaku:
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z   ALPHA   NUM   OTHER   ALL
XtRegisterDrawable(3)            XT FUNCTIONS            XtRegisterDrawable(3)

NAME
       XtRegisterDrawable - register a drawable with the Intrinsics event dis-
       patcher

SYNTAX
       void XtRegisterDrawable(Display* display, Drawable drawable, Widget
              widget);

       void XtUnregisterDrawable(Display* display, Drawable drawable);

ARGUMENTS
       display   Specifies the drawable's display.

       drawable  Specifies the drawable to register.

       widget    Specifies the widget to register the drawable for.

DESCRIPTION
       XtRegisterDrawable associates the specified drawable with the specified
       widget so that future calls to XtWindowToWidget with the drawable will
       return the widget. The default event dispatcher will dispatch future
       core events that arrive with the drawable to the widget as though the
       event contained the widget's window, but the event itself will not be
       changed in any way when being passed to even handler or action proce-
       dures.

       If the drawable is already registered with another widget, or if the
       drawable is the window of a widget in the client's widget tree, the
       results of calling XtRegisterDrawable are undefined.

       XtUnregisterDrawable removes an association created with XtRegister-
       Drawable.  If the drawable is the window of a widget in the client's
       widget tree the results of calling XtUnregisterDrawable are undefined.

SEE ALSO
       X Toolkit Intrinsics - C Language Interface
       Xlib - C Language X Interface

X Version 11                      libXt 1.1.4            XtRegisterDrawable(3)

Czas wygenerowania: 0.00050 sek.


Created with the man page lookup class by Andrew Collington.
Based on a C man page viewer by Vadim Pavlov
Unicode soft-hyphen fix (as used by RedHat) by Dan Edwards
Some optimisations by Eli Argon
Caching idea and code contribution by James Richardson

Copyright © 2003-2023 Linux.pl
Hosted by Hosting Linux.pl