xtd - Reference Guide
0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Toggle main menu visibility
Home
Categories
Documentation
Namespaces
Classes
Class List
Class Index
Class Hierarchy
Files
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Loading...
Searching...
No Matches
xtd.forms
include
xtd
forms
horizontal_control_layout_style_collection.h
Go to the documentation of this file.
1
4
#pragma once
5
#include <utility>
6
#include <vector>
7
#include "
control_ref.h
"
8
#include "
horizontal_control_layout_style.h
"
9
11
namespace
xtd
{
13
namespace
forms
{
20
using
horizontal_control_layout_style_collection
= std::vector<std::pair<control_ref, horizontal_control_layout_style>>;
21
}
22
}
control_ref.h
Contains xtd::forms::control_ref typedef.
xtd::forms::horizontal_control_layout_style_collection
std::vector< std::pair< control_ref, horizontal_control_layout_style > > horizontal_control_layout_style_collection
A collection that stores horizontal_control_layout_style objects.
Definition:
horizontal_control_layout_style_collection.h:20
horizontal_control_layout_style.h
Contains xtd::forms::horizontal_control_layout_style class.
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition:
about_box.h:13
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition:
system_report.h:17
Generated on Sat Jan 28 2023 18:12:25 for xtd - Reference Guide by
Gammasoft
. All rights reserved.