OLLMchatGtk
Description:
Content:
Namespaces:
Classes:
- ChatBar - Chat bar widget: model dropdown and
play/Stop action button. ChatWidget creates this and places it in the lower box with the permission widget.
- ChatInput - Chat composer: one expanding TextView
with play on the right when single-line; play moves to ChatBar when text needs a
second line.
- ChatPermission - Permission widget that
displays permission requests with buttons.
- ChatView - Chat view widget for displaying chat
messages with markdown rendering.
- ChatWidget - Reusable chat widget that can be
embedded anywhere in the project.
- HistoryBrowser - History browser widget that
displays a list of past chat sessions.
- MessageQueueView - Pending mid-run queue
strip: Gtk.ColumnView over a OLLMchat.MessageQueue
(text | pencil | up/urgent).
- ScrolledView - App-owned vertical scroll shell
(GTK Gtk.ScrolledWindow model, without fighting measure).