BatteryProps¶
class¶
Optional css class names. Either space-delimited classes, or an array of class names. Built-in hitokage components will always contain their type as a class name.
format¶
@codyduong TODO add some descriptions here
halign¶
Sets the horizontal alignment of widget
. Defaults to 'Fill'
height_request¶
Override for height request of the widget.
If this is -1
, the natural request will be used.
hexpand¶
Whether to expand horizontally. Defaults to false
icons¶
id¶
A unique identifier.
This is not enforced or checked by hitokage, it is simply used in utility methods such
as get_child_by_id
.
valign¶
Sets the vertical alignment of widget
. Defaults to 'Fill'
.
vexpand¶
Whether to expand vertically. Defaults to false
width_request¶
Override for width request of the widget.
If this is -1
, the natural request will be used.