Windows PowerShell command on Get-command XtUnmapWidget
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man XtUnmapWidget

XT FUNCTIONS XtMapWidget(3xt)

NAME

XtMapWidget, XtSetMappedWhenManaged, XtUnmapWidget - map and

unmap widgets SYNTAX

cc [ flag... ] file... -lXt [ library... ]

int XtMapWidget(Widget w); void XtSetMappedWhenManaged(Widget w, Boolean

map_when_managed);

int XtUnmapWidget(Widget w);

ARGUMENTS

map_when_managed

Specifies a Boolean value that indicates the new

value of the map_when_managed field.

w Specifies the widget.

DESCRIPTION

If the widget is realized and managed and if the new value

of map_when_managed is True, XtSetMappedWhenManaged maps the

window. If the widget is realized and managed and if the

new value of map_when_managed is False, it unmaps the win-

dow. XtSetMappedWhenManaged is a convenience function that

is equivalent to (but slightly faster than) calling XtSet-

Values and setting the new value for the mappedWhenManaged resource. As an alternative to using XtSetMappedWhenManaged

to control mapping, a client may set mapped_when_managed to

False and use XtMapWidget and XtUnmapWidget explicitly.

SEE ALSO

XtManageChildren(3Xt)

X Toolkit Intrinsics - C Language Interface

Xlib - C Language X Interface

ATTRIBUTES

See attributes(5) for descriptions of the following attri-

butes: X Version 11 Last change: libXt 1.0.8 1 XT FUNCTIONS XtMapWidget(3xt)

__________________________________________________________________

| ATTRIBUTE TYPE | ATTRIBUTE VALUE |

|_____________________________|___________________________________|

| Availability | x11/library/toolkit/libxt |

|_____________________________|___________________________________|

| Interface Stability | Committed |

|_____________________________|___________________________________|

| MT-Level | See XtToolkitThreadInitialize(3XT)|

|_____________________________|___________________________________|

X Version 11 Last change: libXt 1.0.8 2




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™