Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

realize(4)

NAME

XtRealizeProc − interface definition for the realize() method. 

Synopsis

typedef void (*XtRealizeProc)(Widget, XtValueMask, XSetWindowAttributes *);

    Widget w;
    XtValueMask value_mask;
    XSetWindowAttributes *attributes;

Inputs

wSpecifies the widget. 

value_mask
Specifies which fields in the attributes structure to use. 

attributes
Specifies the window attributes to use in the XCreateWindow() call. 

Description

XtRealizeProc is the type of the Core realize() method.  See realize(4) for more information. 

See Also

realize(4). 

Copyright O’Reilly & Assoc.  —  X Toolkit Intrinsics Reference Manual © O’Reilly & Associates

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