xtd - Reference Guide
0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
xtd.forms
include
xtd
forms
iwin32_window.h
Go to the documentation of this file.
1
#pragma once
5
#include <cstdint>
6
#include <
xtd/interface.h
>
7
9
namespace
xtd
{
11
namespace
forms
{
19
class
iwin32_window
interface_
{
20
public
:
24
virtual
intptr_t
handle
()
const
= 0;
25
};
26
}
27
}
xtd::forms::iwin32_window
Provides an interface to expose Win32 HWND handles.
Definition:
iwin32_window.h:19
xtd::forms::iwin32_window::handle
virtual intptr_t handle() const =0
Gets the handle to the window represented by the implementer.
interface_
#define interface_
This keyword is use to represent an interface.
Definition:
interface.h:55
interface.h
Contains xtd::interface interface.
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition:
about_box.h:13
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition:
system_report.h:17
Generated on Mon Jul 17 2023 23:13:05 for xtd - Reference Guide by
Gammasoft
. All rights reserved.