17INLINE NativeWindowHandle::IntHandle::
18IntHandle(
size_t handle) : _handle(handle) {
24INLINE
size_t NativeWindowHandle::IntHandle::
32INLINE NativeWindowHandle::SubprocessHandle::
33SubprocessHandle(
const Filename &filename) : _filename(filename) {
39INLINE
const Filename &NativeWindowHandle::SubprocessHandle::
44#if defined(HAVE_X11) && !defined(CPPPARSER)
48INLINE NativeWindowHandle::X11Handle::
49X11Handle(X11_Window handle) : _handle(handle) {
53#if defined(HAVE_X11) && !defined(CPPPARSER)
57INLINE X11_Window NativeWindowHandle::X11Handle::
63#if defined(WIN32) && !defined(CPPPARSER)
67INLINE NativeWindowHandle::WinHandle::
68WinHandle(HWND handle) : _handle(handle) {
72#if defined(WIN32) && !defined(CPPPARSER)
76INLINE HWND NativeWindowHandle::WinHandle::
The name of a file, such as a texture file or an Egg file.