예제 #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);