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