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