Expand description
Build HTML messages.
StructsΒ§
- Html
Widget πConfig - The immutable config fields to build a HTML widget tree.
EnumsΒ§
- List
Type π - The type of bullet for a list.
- Node
Group π - A group of nodes, representing the nodes contained in a single widget.
FunctionsΒ§
- group_
inline_ πnodes - Group subsequent nodes that are inline.
- label_
for_ πinline_ html - Construct a
GtkLabel
for the given inline nodes. - new_
message_ πlabel - Construct a new label for displaying a messageβs content.
- widget_
for_ πdetails - Create a widget for a details disclosure element.
- widget_
for_ πdetails_ summary - Create a widget for a details disclosure elementβs summary.
- widget_
for_ πhtml_ block - Create a widget for the given HTML block node.
- widget_
for_ πhtml_ nodes - Create a widget for the given HTML nodes in the given room.
- widget_
for_ πlist - Create a widget for a list.
- widget_
for_ πpreformatted_ text - Create a widget for preformatted text.