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