Module widgets

Source
Expand description

Build HTML messages.

StructsΒ§

HtmlWidgetConfig πŸ”’
The immutable config fields to build a HTML widget tree.

EnumsΒ§

ListType πŸ”’
The type of bullet for a list.
NodeGroup πŸ”’
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.