xtd 0.2.0
xtd_about_box.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/static>
6#include "iwin32_window.hpp"
7#include "../forms_export.hpp"
8
10namespace xtd {
12 namespace forms {
27 public:
29
33 static void show(const iwin32_window& owner);
34
36 static void show();
38 };
39 }
40}
Provides an interface to expose Win32 HWND handles.
Definition iwin32_window.hpp:23
Represents a dialog box that displays about box.
Definition xtd_about_box.hpp:26
static void show(const iwin32_window &owner)
Displays the xtd about box in front of the specified window.
static void show()
Displays the xtd about box.
Contains forms_export_ keyword.
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.hpp:37
#define forms_export_
Define shared library export.
Definition forms_export.hpp:13
Contains xtd::forms::iwin32_window interface.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition texts.hpp:219
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8