XtRegisterDrawable(3) | Library Functions Manual | XtRegisterDrawable(3) |
void XtRegisterDrawable(Display* display, Drawable drawable, Widget widget);
void XtUnregisterDrawable(Display* display, Drawable drawable);
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 XtRegisterDrawable. If the drawable is the window of a widget in the client's widget tree the results of calling XtUnregisterDrawable are undefined.
X Version 11 | XT FUNCTIONS |