コード例 #1
0
ファイル: Xlib.cs プロジェクト: 1j01/node-ahk
			public extern static void XSetTextProperty(IntPtr Display, int Window, ref XTextProperty Prop, XAtom property);
コード例 #2
0
 public static extern int XSetWMName(IntPtr display, IntPtr window, ref XTextProperty text_prop);
コード例 #3
0
ファイル: Xlib.cs プロジェクト: 1j01/node-ahk
 extern public static int XStringListToTextProperty
         (IntPtr[] argv, int argc, ref XTextProperty textprop);
コード例 #4
0
ファイル: Xlib.cs プロジェクト: 1j01/node-ahk
			public extern static int XGetTextProperty(IntPtr Display, int Window, ref XTextProperty Return, XAtom Property);
コード例 #5
0
ファイル: lib.cs プロジェクト: RoseLeBlood/libral
 extern public static void _XSetWMIconName(IntPtr x11display, IntPtr x11window, ref XTextProperty textProperty);
コード例 #6
0
ファイル: Glx.cs プロジェクト: MagmaiKH/OpenGL.Net
		public extern static int XSetWMName(IntPtr display, IntPtr window, ref XTextProperty text_prop);
コード例 #7
0
ファイル: lib.cs プロジェクト: RoseLeBlood/libral
 extern public static TInt XStringListToTextProperty([MarshalAs(UnmanagedType.LPStr)] ref string list, TInt count, ref XTextProperty textProperty);
コード例 #8
0
ファイル: lib.cs プロジェクト: RoseLeBlood/libral
 extern public static TInt XStringListToTextProperty(ref TChar[] list, TInt count, ref XTextProperty textProperty);
コード例 #9
0
ファイル: Functions.cs プロジェクト: tevfikoguz/AI4CAD-3D
 internal extern static int XSetWMName(IntPtr display, IntPtr window, ref XTextProperty text_prop);
コード例 #10
0
ファイル: PlatformInvokes.cs プロジェクト: RaptorOne/IronAHK
 public static extern void XSetTextProperty(IntPtr Display, int Window, ref XTextProperty Prop, Atom property);
コード例 #11
0
ファイル: PlatformInvokes.cs プロジェクト: RaptorOne/IronAHK
 public static extern int XGetTextProperty(IntPtr Display, int Window, ref XTextProperty Return, Atom Property);