Re: Ülease get gtk3 css definition to be similar to gtk pixbuf!

2015-07-25 Thread Matthias Clasen
We will be discussing how to document the evolving GTK+ css capabilities in a clearer way at Guadec in a few weeks. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Ülease get gtk3 css definition to be similar to gtk pixbuf!

2015-07-25 Thread Matthias Clasen
We will be discussing how to document the evolving GTK+ css capabilities in a clearer way at Guadec in a few weeks. ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Scrolling a Cairo drawing-area or Gtk layout

2015-07-25 Thread Roger Matthews
/*Hello, if there is anybody willing to help with this problem I would be very appreciative and thanks in advance. Here is some code and my problem is this: */ /*I create two windows, one with spinbuttons for parameter entry, and the other shows a cairo line which results from a simple straight

Re: vte widget improvement idea

2015-07-25 Thread Bernhard Schuster
The most sane thing would probably to treat the whole content of the paste as single command which implicitly means ignoring newlines or escaping them. The user can then ack the whole array of commands by a single enter key press. I find the idea in general pretty good. On Thu, Jun 11, 2015,

Ülease get gtk3 css definition to be similar to gtk pixbuf!

2015-07-25 Thread Frieder Saugschmerle
Hi, in cinnamon themes you can simply write: border-image: url(XXX.png) YZ; on gtk2 it was: engine pixmap { image { file = XXX.png border = {YZ, YZ, YZ, YZ} stretch = TRUE } } Its very very time intensive to devellop a good gtk3 theme without having the possibility to use a normal stretched

GtkSourceCompletion skip lines

2015-07-25 Thread alpha150
Hi, I'm using gtksourceview 2.10.x on win32. GtkSourceCompletion skip lines, for example with the following code: #define ABCD #define ABCDE Only ABCD will be available for completion. My source code is the following: textview_ea_h = gtk_text_view_new(); GtkTextBuffer * buf =

Changing text size in GtkTextView, using GtkTextTag scale property

2015-07-25 Thread Cactus
Hello. I have several objects GtkTextTag with different size property. And there is another object GtkTextTag, which applies to all the text in GtkTextBuffer. Call it default_tag I'm trying to change the scale properties of an default_tag object so that all the text in proportion to the size