A group of toolbars
PtWidget → PtBasic → PtContainer → PtToolbarGroup
For more information, see the diagram of the widget hierarchy.
<photon/PtToolbarGroup.h>
A PtToolbarGroup is a container that manages its children, which must be of the PtToolbar class or one of its subclasses.
You can drag the toolbars in the group to expand or shrink them.
Resource | C type | Pt type | Default |
---|---|---|---|
Pt_ARG_ORIENTATION | char | Scalar | Pt_HORIZONTAL |
Pt_ARG_TG_FLAGS | uint16_t | Flag | 0 |
C type | Pt type | Default |
---|---|---|
char | Scalar | Pt_HORIZONTAL |
Indicates whether the toolbar group is to be drawn vertically or horizontally. Possible values:
This resource overrides the orientation specified for the toolbar group's children. |
C type | Pt type | Default |
---|---|---|
uint16_t | Flag | 0 |
Flags that control the behavior of the widget:
If the widget modifies an inherited resource, the “Default override” column indicates the new value. This modification affects any subclasses of the widget.