Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XAllocClassHint(3X11)

XAllocIconSize(3X11)

XAllocSizeHints(3X11)

XAllocWMHints(3X11)

XSetCommand(3X11)

XSetTransientForHint(3X11)

XSetTextProperty(3X11)

XSetWMColormapWindows(3X11)

XSetWMIconName(3X11)

XSetWMName(3X11)

XSetWMProperties(3X11)

XSetWMProtocols(3X11)

XStringListToTextProperty(3X11)

XSetWMClientMachine(3X11)  —  NEWS-OS Programmer’s Manual

関数

XSetWMClientMachine, XGetWMClientMachine − ウィンドウのWM_CLIENT_MACHINE属性を設定または読む

シンタックス

void XSetWMClientMachine(display, w, text_prop)
      Display ∗display;
      Window w;
      XTextProperty ∗text_prop; Status XGetWMClientMachine(display, w, text_prop_return)
      Display ∗display;
      Window w;
      XTextProperty ∗text_prop_return;

引数

displayXサーバへの接続を指定します。

text_propXTextProperty 構造体を指定します。

text_prop_return
XTextProperty 構造体を返します。

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

解説

XSetWMClientMachine 関数はWM_CLIENT_MACHINE属性の XSetTextProperty を行います。 XSetTextProperty (9.1.3章を参照)を使い、クライアントのマシン属性を設定出来ます。 XGetWMClientMachine 関数はWM_CLIENT_MACHINE属性の XGetTextProperty を行います。 XGetTextProperty (9.1.3章を参照)を使い、クライアントのマシン属性を読み出せます。

属性

WM_CLIENT_MACHINE
アプリケーションが実行中のマシン名(文字列)

関連事項

XAllocClassHint(3X11), XAllocIconSize(3X11), XAllocSizeHints(3X11), XAllocWMHints(3X11), XSetCommand(3X11), XSetTransientForHint(3X11), XSetTextProperty(3X11), XSetWMColormapWindows(3X11), XSetWMIconName(3X11), XSetWMName(3X11), XSetWMProperties(3X11), XSetWMProtocols(3X11), XStringListToTextProperty(3X11)
Xlib − C Language X Interface

NEWS-OSRelease 4.1C

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