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