示例#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);