コード例 #1
0
ファイル: Xlib.cs プロジェクト: pschuegr/IronAHK
 public static extern void XSetTextProperty(IntPtr Display, int Window, ref XTextProperty Prop, XAtom property);
コード例 #2
0
ファイル: Xlib.cs プロジェクト: pschuegr/IronAHK
 public static extern int XStringListToTextProperty(IntPtr[] argv, int argc, ref XTextProperty textprop);
コード例 #3
0
ファイル: Xlib.cs プロジェクト: pschuegr/IronAHK
 public static extern int XGetTextProperty(IntPtr Display, int Window, ref XTextProperty Return, XAtom Property);