Re: Does gtk2 provide a case 'in'-sensitive text search via 'gtk_text_iter_..._search'?

2017-01-26 Thread Eric Cashon via gtk-app-devel-list
I worked on this a little more and tried to make it UTF-8 compliant. Highlighted the text also. It should still be efficient since it is only doing a single pass over each char. I am sure there are things that I haven't considered but it does a little more than the first try at it. https://

Screencasting GNOME Under Wayland

2017-01-26 Thread M . Hanny Sabbagh
Hello. I am working on a simple screen recorder for GNOME under Wayland, built with GTK+. Because Wayland doesn't allow capturing the screen due to security reasons. I was trying to capture the desktop in the same way as the built-in screencast tool. Using the D-Bus API. This is the last t

Re: Prefered way to change the main window initial size

2017-01-26 Thread elboulangero
Hey, maybe I'm asking a very silly question, but still, if anyone who could point me in the right direction, it would really be appreciated. Thanks ! ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinf

caret-color (and caret-width?)

2017-01-26 Thread Richard Shann
I see at https://developer.gnome.org/gtk3/stable/chap-css-properties.html that there is a caret-color property. Is it possible to change the thickness of the text caret? and, how exactly is caret-color supposed to be set I have: str = "GtkTextView {caret-color: rgb(255,0,80);}"; gcp= gtk_css_pr

Re: gtk_window_set_geometry_hints()

2017-01-26 Thread Kevin Connor Arpe
Hello, I did not see any replies to this message. Was it sent to the wrong mailing list? On Sun, Jan 22, 2017 at 10:26 PM, Kevin Connor Arpe wrote: > Hello, > > Reading the docs/source for v3.22 of gtk_window_set_geometry_hints() > shows... > Ref: https://git.gnome.org/browse/gtk+/tree/gtk/ >