Re: The Future?

2019-03-13 Thread Kasper Peeters
> Care to file an issue: > > https://gitlab.gnome.org/Infrastructure/gtk-web > > to update the wording? Done, see https://gitlab.gnome.org/Infrastructure/gtk-web/merge_requests/5 Thanks, Kasper ___ gtk-list mailing list gtk-list@gnome.org https:/

Re: The Future?

2019-03-10 Thread Kasper Peeters
> Care to file an issue: > > https://gitlab.gnome.org/Infrastructure/gtk-web > > to update the wording? Sure, no problem. Cheers, Kasper ___ gtk-list mailing list gtk-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-list

Re: The Future?

2019-03-10 Thread Kasper Peeters
> 1. GTK is not so cross-platform anymore: on Windows and macOS, you > are supposed to build your own library binaries (gvsbuild for Windows > and jhbuild for macOS exist, but are not foolproof). That's definitely not true; on Windows there's vcpkg and on macOS there is Homebrew; both let you inst

Re: documentation pages broken

2019-02-14 Thread Kasper Peeters
structure in place that automated > everything to the point of not being maintained any more. > > Ciao, > Emmanuele. > > On Thu, 14 Feb 2019 at 20:05, Kasper Peeters > wrote: > > > > > Full story: the API documentation for many of the C++ bindings >

Re: documentation pages broken

2019-02-14 Thread Kasper Peeters
> > Full story: the API documentation for many of the C++ bindings at > > > > https://developer.gnome.org/references > > > > is currently broken. > > > > > This is unexpected. > > Can you file an issue on the GitLab issue tracker for the libraries > without a reference? There is one already,

documentation pages broken

2019-02-14 Thread Kasper Peeters
TL;DR: can someone who is responsible or knows someone who is responsible for the developer API pages please read the text below, there is a serious issue with many GNOME libraries NOT having any API documentation online. Full story: the API documentation for many of the C++ bindings at https:/

Style tabs with css

2016-09-21 Thread Kasper Peeters
Is it possible to style 'tab' characters in a TextView widget such that they become distinguishable from ordinary spaces? I tried looking for a list of all CSS properties known to TextView but couldn't find any. Thanks. Kasper ___ gtk-list mailing list g

Re: Changing background of TextView makes selection invisible

2015-06-14 Thread Kasper Peeters
> Before you start following the page it is owth noting that > gtk_widget_override_color(), which function is recommended here for > you want to do No, that overrides the color of the text of the widget, not the background color. There is 'gtk_override_background_color' (also deprecated since 3.1

Changing background of TextView makes selection invisible

2015-06-13 Thread Kasper Peeters
I am trying to make the background colour of all TextViews white, using something along the lines of (this is gtkmm, but the problem is the same in pure gtk): Glib::ustring data = "GtkTextView { background: white; }"; auto css = Gtk::CssProvider::create(); css->load_from_data(data); auto s

text in margin of textview

2006-04-18 Thread Kasper Peeters
Hi, I am looking for a way to write text in the margin of a TextView widget, something along the lines of a line of text another line of text margin note third line of text more text even more text another note text text text

avoiding word-break at underscore

2003-02-25 Thread Kasper Peeters
The textview widget, when in WORD_WRAP mode, considers underscores and * characters to be word boundaries. Is there any way to avoid this? Kasper ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list