Exemple #1
0
			public extern static void XSetTextProperty(IntPtr Display, int Window, ref XTextProperty Prop, XAtom property);
Exemple #2
0
 public static extern int XSetWMName(IntPtr display, IntPtr window, ref XTextProperty text_prop);
Exemple #3
0
 extern public static int XStringListToTextProperty
         (IntPtr[] argv, int argc, ref XTextProperty textprop);
Exemple #4
0
			public extern static int XGetTextProperty(IntPtr Display, int Window, ref XTextProperty Return, XAtom Property);
Exemple #5
0
 extern public static void _XSetWMIconName(IntPtr x11display, IntPtr x11window, ref XTextProperty textProperty);
Exemple #6
0
		public extern static int XSetWMName(IntPtr display, IntPtr window, ref XTextProperty text_prop);
Exemple #7
0
 extern public static TInt XStringListToTextProperty([MarshalAs(UnmanagedType.LPStr)] ref string list, TInt count, ref XTextProperty textProperty);
Exemple #8
0
 extern public static TInt XStringListToTextProperty(ref TChar[] list, TInt count, ref XTextProperty textProperty);
Exemple #9
0
 internal extern static int XSetWMName(IntPtr display, IntPtr window, ref XTextProperty text_prop);
Exemple #10
0
 public static extern void XSetTextProperty(IntPtr Display, int Window, ref XTextProperty Prop, Atom property);
Exemple #11
0
 public static extern int XGetTextProperty(IntPtr Display, int Window, ref XTextProperty Return, Atom Property);