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