Re: Custom GtkHeaderBar

2017-04-13 Thread Takao Fujiwara
Thanks for the example. But I'd pull the CSS color of GtkHeaderBar to follow the theme colors instead of the hardcoded draw_box(). As I attached in the previous mail, calling gtk_widget_class_set_css_name(class, "headerbar") can set the themed background-color but the behavior is different

Re: A toggled toggle button visually almost indistinct from untoggled

2017-04-13 Thread Dan Stromberg
On Thu, Apr 13, 2017 at 3:55 PM, Emmanuele Bassi wrote: > On 13 April 2017 at 23:44, Dan Stromberg > wrote: > > > Does anyone have any suggestions? I miss being able to tell which > buttons > > I've clicked! > > Care to point to a screenshot, so

Re: A toggled toggle button visually almost indistinct from untoggled

2017-04-13 Thread Emmanuele Bassi
On 13 April 2017 at 23:44, Dan Stromberg wrote: > Does anyone have any suggestions? I miss being able to tell which buttons > I've clicked! Care to point to a screenshot, so it's possible to understand what you see - and what you expect? The default Adwaita theme

A toggled toggle button visually almost indistinct from untoggled

2017-04-13 Thread Dan Stromberg
Hi folks. When I try to run one of my Python applications (http://stromberg.dnsalias. org/~strombrg/hcm.html) using a very recent built of GTK+ (gobject introspection), I get lots of toggle buttons, as expected. However, when I click one of those toggle buttons, the visual change is almost

Re: how to customise gtk-doc output

2017-04-13 Thread jcupitt
Hi Stefan, > headers/footers customizable. Right now they are generated by the > docbook stylesheets and this makes it slow. Feel free to file a bug an > mention what changes you did. This will help me to design this features. OK, bug here: https://bugzilla.gnome.org/show_bug.cgi?id=781291

Re: Custom GtkHeaderBar

2017-04-13 Thread Eric Cashon via gtk-app-devel-list
Hi Fujiwara, The GtkBox is going to use the background window for it's color. The box just does the layout. If you create a header bar from a box you will have to draw on the background where your header bar is going to be. This can get a little tricky to get the measurements that you need. A

Re: how to customise gtk-doc output

2017-04-13 Thread Stefan Sauer
On 04/12/2017 03:14 PM, jcup...@gmail.com wrote: > On 12 April 2017 at 13:23, Sébastien Wilmet wrote: >> On Wed, Apr 05, 2017 at 10:24:00AM +0100, jcup...@gmail.com wrote: >>> I'd like to customise the gtk-doc output for my project: I'd like a >>> new header, and some tracker

Re: gio enhancement.

2017-04-13 Thread Philip Withnall
Hi, On Thu, 2017-04-13 at 10:14 +0200, Bruggemann Eddie wrote: > Hi to everybody, > > Some ideas for enhance GIO. > > --- > > Why not include encrypting into GIO per example a function: > > ```C > > GFile *g_file_encrypt(GFile *file, GEnryptAlgo algorithm) ; > > ``` > > --- > > Or For

Re: gio enhancement.

2017-04-13 Thread Sébastien Wilmet
Hi, On Thu, Apr 13, 2017 at 10:14:08AM +0200, Bruggemann Eddie wrote: > Or For multimedia files (Video, Music, Image) providing a way to access the > meta-data: > > in a type like this: > > GMediaFileInfo > > --- > > Else because Gtk has a library for the font (pango) for drawing (cairo) for

gio enhancement.

2017-04-13 Thread Bruggemann Eddie
Hi to everybody, Some ideas for enhance GIO. --- Why not include encrypting into GIO per example a function: ```C GFile *g_file_encrypt(GFile *file, GEnryptAlgo algorithm) ; ``` --- Or For multimedia files (Video, Music, Image) providing a way to access the meta-data: in a type like