GUI example chat

Where I can found a gui example od chat?
I need multiline , selectable widget but not editable

Maybe look at the Polari project ? Its source code is on the GNOME Gitlab. You might start with chatView.js

Why using javascript and html for simple chat?
I search small project.
Only simple widget with text and window with scroller.
similar this:

th-4191718714

multiline, without graphics. Only text and meybe color

Polari doesn’t use HTML, It uses Javascript bindings of Gtk. As yo can see in the source code, It extends GtkTextView: class TextView extends Gtk.TextView { You can translate in any language you want, C, C++ Vala… as long as they have Gtk bindings.

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.