Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XGetTransientForHint(3X11) — NEWS-os 3.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XSetClassHint(3X11)

XSetCommand(3X11)

XSetIconName(3X11)

XSetIconSizeHints(3X11)

XSetNormalHints(3X11)

XSetSizeHints(3X11)

XSetStandardProperties(3X11)

XSetWMHints(3X11)

XSetZoomHints(3X11)

XStoreName(3X11)

XSetTransientForHint(3X11)  —  UNIX Programmer’s Manual

名称

XSetTransientForHint, XGetTransientForHint - TRANSIENT_FOR ヒントを 設定または問い合わせる

形式

XSetTransientForHint(display, w, prop_window)
      Display ∗display;
      Window w;
      Window prop_window; Status XGetTransientForHint(display, w, prop_window_return)
      Display ∗display;
      Window w;
      Window ∗prop_window_return;

引数

displayX サーバへのコネクションを指定します。

wウィンドウを指定します。

prop_windowWM_TRANSIENT_FOR プロパティを設定するウィンドウを指定します。

prop_window_return
指定されたウィンドウの WM_TRANSIENT_FOR プロパティを返します。

解説

XSetTransientForHint 関数は、指定されたウィンドウの WM_TRANSIENT_FOR プロパティを、 指定された prop_window に設定します。 .PN XSetTransientForHint は、 BadAlloc および BadWindow エラーを生じることがあります。 XGetTransientForHint 関数は、指定されたウィンドウの WM_TRANSIENT_FOR プロパティを返します。 .PN XGetTransientForHint は、 BadWindow エラーを生じることがあります。

プロパティ

WM_TRANSIENT_FOR

診断

BadAlloc サーバが要求されたリソースまたはサーバメモリの割当てに失敗した。

BadWindow
Window 引数の値が定義された Window を指さない。

関連事項

XSetClassHint(3X11), XSetCommand(3X11), XSetIconName(3X11), XSetIconSizeHints(3X11), XSetNormalHints(3X11), XSetSizeHints(3X11), XSetStandardProperties(3X11), XSetWMHints(3X11), XSetZoomHints(3X11), XStoreName(3X11)
Xlib − C Language X Interface

NEWS-OSRelease 3.3

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