21 INLINE NativeWindowHandle::IntHandle::
22 IntHandle(
size_t handle) : _handle(handle) {
30 INLINE
size_t NativeWindowHandle::IntHandle::
40 INLINE NativeWindowHandle::SubprocessHandle::
41 SubprocessHandle(
const Filename &filename) : _filename(filename) {
49 INLINE
const Filename &NativeWindowHandle::SubprocessHandle::
50 get_filename()
const {
54 #if defined(HAVE_X11) && !defined(CPPPARSER) 60 INLINE NativeWindowHandle::X11Handle::
61 X11Handle(X11_Window handle) : _handle(handle) {
65 #if defined(HAVE_X11) && !defined(CPPPARSER) 71 INLINE X11_Window NativeWindowHandle::X11Handle::
77 #if defined(WIN32) && !defined(CPPPARSER) 83 INLINE NativeWindowHandle::WinHandle::
84 WinHandle(HWND handle) : _handle(handle) {
88 #if defined(WIN32) && !defined(CPPPARSER) 94 INLINE HWND NativeWindowHandle::WinHandle::
The name of a file, such as a texture file or an Egg file.