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

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

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.16)

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

TextView background color: bug or misunderstanding?

2015-07-04 Thread Kasper Peeters
I am trying to make the background colour of all TextViews white, using gtk_widget_override_background_color() This does make the background white, but it also makes the color used for selection highlight white. As a result, I can't see anymore what I am selecting. So I thought this might be

querying text-scaling from remote system

2017-02-07 Thread Kasper Peeters
I am having some trouble trying to make an app play nicely with text-scaling-factor settings. I need to have access to this setting in order to be able to scale some images drawn on a canvas so they match text drawn with gtk. If I run things locally, I can query

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

gtk on windows 10

2018-03-09 Thread Kasper Peeters
I have successfully compiled a previously linux-only gtk-based program on Windows 10 using the vcpkg packages. Things run, but the look is not good yet. What is the up-to-date status of getting gtk apps on Windows 10 to look as native as possible? I tried a etc\gtk-3.0\settings.ini file with

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

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

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

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,

Re: documentation pages broken

2019-02-14 Thread Kasper Peeters
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++ bind