xtd 0.2.0
Loading...
Searching...
No Matches
xtd_about_dialog.h
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/forms/layout/arranged_element_collection>
7#include <xtd/forms/dialog_appearance>
8#include <xtd/forms/iwin32_window>
9#include <xtd/drawing/icon>
10#include <xtd/delegate>
11#include <xtd/ustring>
12
14namespace xtd {
16 namespace forms {
29 struct data;
30
31 public:
33
38
40
43 void show();
45 void show(const iwin32_window& owner);
47
48 private:
49 std::shared_ptr<data> data_;
50 };
51 }
52}
Provides the base implementation and enables object sharing between applications.
Definition component.h:23
Provides an interface to expose Win32 HWND handles.
Definition iwin32_window.h:21
Represents a dialog box that displays about dialog.
Definition xtd_about_dialog.h:28
void show()
Runs xtd about dialog box.
void show(const iwin32_window &owner)
Runs xtd about dialog box.
xtd_about_dialog()
Initializes a new instance of the xtd_about_dialog class.
Contains xtd::forms::component class.
#define forms_export_
Define shared library export.
Definition forms_export.h:13
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10