xtd
0.2.0
Loading...
Searching...
No Matches
application.cpp
Shows how to create an application with
xtd::forms::application
class.
Windows
macOS
Gnome
#include <xtd/forms/application>
#include <xtd/forms/form>
auto
main() ->
int
{
xtd::forms::application::run
(
xtd::forms::form
{});
}
xtd::forms::application::run
static void run()
Begins running a standard application message loop on the current thread, without a form.
xtd::forms::form
Represents a window or dialog box that makes up an application's user interface.
Definition
form.h:54
Generated on Thu Oct 17 2024 16:02:57 for xtd by
Gammasoft
. All rights reserved.