Get dim-label color

2014-11-06 Thread Cedric Bellegarde
Hello, i'm looking for a way to get Gtk.STYLE_CLASS_DIM_LABEL color Tried to play with style context but failed. Thanks, -- Cédric Bellegarde ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Can put a GtkLayout in a GtkListBox

2014-11-05 Thread Cedric Bellegarde
Hello, in this code, adding a layout to a GtkListBox do not show layout content :( What am i missing? regards, from gi.repository import Gtk class mywindow(Gtk.Window): def __init__(self): Gtk.Window.__init__(self, title=Hello) box = Gtk.ListBox() label =

Re: Can put a GtkLayout in a GtkListBox

2014-11-05 Thread Cedric Bellegarde
Van Berkom tris...@upstairslabs.com a écrit : On Wed, 2014-11-05 at 13:08 +0100, Cedric Bellegarde wrote: Hello, in this code, adding a layout to a GtkListBox do not show layout content :( What am i missing? A GtkLayout is like a GtkViewport which you can place widgets at specific

Re: Flowbox: widget expanding

2014-11-05 Thread Cedric Bellegarde
Thanks, it works https://github.com/gnumdk/lollypop/commit/3a715b75c065d74d68d3c5896b61dcb18822a265 regards, -- Cédric Bellegarde Le mer. 5 nov. 2014 à 13:24, Tristan Van Berkom tris...@upstairslabs.com a écrit : On Wed, 2014-11-05 at 10:56 +0100, Cedric Bellegarde wrote: Here the code

Flowbox: widget expanding

2014-11-04 Thread Cedric Bellegarde
Hello, i'm looking for a way to stop widgets vertically expand in a gtkflowbox()... Look at exemple, if you resize the window, button gets vertical space... Any idea? -- Cédric Bellegarde ___ gtk-app-devel-list mailing list