xtd
0.2.0
Toggle main menu visibility
Home
Categories
Documentation
Namespaces
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Typedefs
a
b
c
d
e
f
i
l
m
n
o
p
r
s
t
u
v
x
Enumerations
Related Symbols
o
Files
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
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.hpp:54
Generated on Sun Dec 1 2024 09:55:44 for xtd by
Gammasoft
. All rights reserved.