xtd - Reference Guide  0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
message_loop_callback.h
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/delegate.h>
6
8namespace xtd {
10 namespace forms {
19 using message_loop_callback = delegate<bool()>;
20 }
21}
Contains xtd::delegate delegate.
delegate< bool()> message_loop_callback
Represents a method that will check whether the hosting environment is still sending messages.
Definition message_loop_callback.h:19
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition about_box.h:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition system_report.h:17