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
x
y
z
Typedefs
a
b
c
d
e
f
i
k
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
target_name.cpp
Shows how to set target name with cmake target_name().
#include <xtd/forms/application>
#include <xtd/forms/form>
using namespace
xtd::forms
;
auto
main() ->
int
{
application::run(form::create(
"Application name"
));
}
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition
xtd_about_box.hpp:12
Generated on Sun Mar 9 2025 23:56:03 for xtd by
Gammasoft
. All rights reserved.