unreal.ToolBarStyle
¶
- class unreal.ToolBarStyle(background_brush: SlateBrush = Ellipsis, expand_brush: SlateBrush = Ellipsis, separator_brush: SlateBrush = Ellipsis, label_style: TextBlockStyle = Ellipsis, editable_text_style: EditableTextBoxStyle = Ellipsis, toggle_button: CheckBoxStyle = Ellipsis, combo_button_style: ComboButtonStyle = Ellipsis, settings_button_style: ButtonStyle = Ellipsis, settings_combo_button: ComboButtonStyle = Ellipsis, settings_toggle_button: CheckBoxStyle = Ellipsis, button_style: ButtonStyle = Ellipsis, label_padding: Margin = Ellipsis, separator_padding: Margin = Ellipsis, combo_button_padding: Margin = Ellipsis, button_padding: Margin = Ellipsis, check_box_padding: Margin = Ellipsis, block_padding: Margin = Ellipsis, indented_block_padding: Margin = Ellipsis, background_padding: Margin = Ellipsis, icon_size: Vector2D = Ellipsis, show_labels: bool = False)¶
Bases:
SlateWidgetStyle
Represents the appearance of a toolbar
C++ Source:
Module: SlateCore
File: ToolBarStyle.h
Editor Properties: (see get_editor_property/set_editor_property)
background_brush
(SlateBrush): [Read-Write] Background Brush: The brush used for the background of the toolbarbackground_padding
(Margin): [Read-Write] Background Paddingblock_padding
(Margin): [Read-Write] Block Paddingbutton_padding
(Margin): [Read-Write] Button Paddingbutton_style
(ButtonStyle): [Read-Write] Button Stylecheck_box_padding
(Margin): [Read-Write] Check Box Paddingcombo_button_padding
(Margin): [Read-Write] Combo Button Paddingcombo_button_style
(ComboButtonStyle): [Read-Write] Combo Button Styleeditable_text_style
(EditableTextBoxStyle): [Read-Write] Editable Text Styleexpand_brush
(SlateBrush): [Read-Write] Expand Brush: The brush used for the expand arrow when the toolbar runs out of room and needs to display toolbar items in a menuicon_size
(Vector2D): [Read-Write] Icon Sizeindented_block_padding
(Margin): [Read-Write] Indented Block Paddinglabel_padding
(Margin): [Read-Write] Label Paddinglabel_style
(TextBlockStyle): [Read-Write] Label Styleseparator_brush
(SlateBrush): [Read-Write] Separator Brushseparator_padding
(Margin): [Read-Write] Separator Paddingsettings_button_style
(ButtonStyle): [Read-Write] Settings Button Stylesettings_combo_button
(ComboButtonStyle): [Read-Write] Settings Combo Buttonsettings_toggle_button
(CheckBoxStyle): [Read-Write] Settings Toggle Buttonshow_labels
(bool): [Read-Write] Show Labelstoggle_button
(CheckBoxStyle): [Read-Write] Toggle Button
- property background_brush: SlateBrush¶
[Read-Write] Background Brush: The brush used for the background of the toolbar
- Type:
- property button_style: ButtonStyle¶
[Read-Write] Button Style
- Type:
- property combo_button_style: ComboButtonStyle¶
[Read-Write] Combo Button Style
- Type:
- property editable_text_style: EditableTextBoxStyle¶
[Read-Write] Editable Text Style
- Type:
- property expand_brush: SlateBrush¶
[Read-Write] Expand Brush: The brush used for the expand arrow when the toolbar runs out of room and needs to display toolbar items in a menu
- Type:
- property label_style: TextBlockStyle¶
[Read-Write] Label Style
- Type:
- property separator_brush: SlateBrush¶
[Read-Write] Separator Brush
- Type:
- property settings_button_style: ButtonStyle¶
[Read-Write] Settings Button Style
- Type:
- property settings_combo_button: ComboButtonStyle¶
[Read-Write] Settings Combo Button
- Type:
- property settings_toggle_button: CheckBoxStyle¶
[Read-Write] Settings Toggle Button
- Type:
- property toggle_button: CheckBoxStyle¶
[Read-Write] Toggle Button
- Type: