Esempio n. 1
0
        internal override bool GetText(IntPtr handle, out string text)
        {
            X11Hwnd hwnd = (X11Hwnd)Hwnd.ObjectFromHandle(handle);

            text = "";
            return(hwnd != null && hwnd.GetText(out text));
        }