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.
Loading...
Searching...
No Matches
xtd.forms
include
xtd
forms
splitter_panel.h
Go to the documentation of this file.
1
4
#pragma once
5
#include "
panel.h
"
6
8
namespace
xtd
{
10
namespace
forms
{
12
class
split_container;
14
23
class
splitter_panel
:
public
panel
{
24
friend
class
split_container
;
25
protected
:
27
splitter_panel
() =
default
;
28
};
29
}
30
}
xtd::forms::panel
Used to group collections of controls.
Definition:
panel.h:21
xtd::forms::split_container
Represents a control consisting of a movable bar that divides a container's display area into two res...
Definition:
split_container.h:23
xtd::forms::splitter_panel
Creates a panel that is associated with a split_container.
Definition:
splitter_panel.h:23
xtd::forms::splitter_panel::splitter_panel
splitter_panel()=default
Initializes a new instance of splitter_panel.
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
panel.h
Contains xtd::forms::panel container.
Generated on Sat Jan 28 2023 18:12:26 for xtd - Reference Guide by
Gammasoft
. All rights reserved.