XSetWMClientMachine

Section: XLIB FUNCTIONS (3X11)
Updated: Release 6.3
Index xjman/web INDEX
 

名前

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;  

引き数

display
X サーバへの接続を指定する。
text_prop
使用する XTextProperty 構造体を指定する。
text_prop_return
XTextProperty 構造体が返される。
w
ウィンドウを指定する。
 

説明

簡易関数 XSetWMClientMachine は、 XSetTextProperty を呼び出して WM_CLIENT_MACHINE プロパティを設定する。

簡易関数 XGetWMClientMachine は、WM_CLIENT_MACHINE プロパティに対して XGetTextProperty を実行する。 この関数は成功時に 0 でないステーテスを返し、そうでない場合には ステータスとして 0 を返す。  

プロパティ

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


 

Index

名前
書式
引き数
説明
プロパティ
関連項目

This document was created by man2html, using the manual pages.
Time: 15:56:02 GMT, February 12, 2001