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: Flowbox: widget expanding

2014-11-05 Thread Tristan Van Berkom
On Wed, 2014-11-05 at 10:56 +0100, Cedric Bellegarde wrote: Here the code: First, please remember to Reply-All or reply to the list, this is not a private discussion I'm having. #!/usr/bin/python from gi.repository import Gtk win = Gtk.Window() flow = Gtk.FlowBox() b1 =

Re: Can put a GtkLayout in a GtkListBox

2014-11-05 Thread Tristan Van Berkom
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 locations and draw on etc, it has the special

Re: Can put a GtkLayout in a GtkListBox

2014-11-05 Thread Cedric Bellegarde
Ok, so here another question... I want to implement drag and drop in a gtklistbox. If i add buttons to gtklistbox, set button as drag source, it works. If i add complex widgets to gtklistbox, as my container (gtkgrid) doesn't have a window, it fails to be a drag source. That's why i'm

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:

glib2 magazines: values in chunk-data pretty low

2014-11-05 Thread Mgr . Martin Žember
Hello! I am wondering about this and I probably misunderstand something: (gdb) Continuing. Breakpoint 4, allocator_add_slab (allocator=0x738cc260 allocator, chunk_size=32, ix=1) at gslice.c:1285 1285 chunk-next = (ChunkLink*) ((guint8*) chunk + chunk_size); 1: chunk-data =

Re: Can put a GtkLayout in a GtkListBox

2014-11-05 Thread Cédric Bellegarde
Ok, just need to add an eventbox... regards, -- Cédric Le mer. 5 nov. 2014 à 14:41, Cedric Bellegarde gnu...@gmail.com a écrit : Ok, so here another question... I want to implement drag and drop in a gtklistbox. If i add buttons to gtklistbox, set button as drag source, it works. If i add

Re: out of date langage bindings page for D binding

2014-11-05 Thread Mathieu Dupuy
Hello. A binding page changed again. New home page for gtkd is http://gtkd.org/ Please update http://www.gtk.org/language-bindings.php :) On Wed, Mar 13, 2013 at 4:36 PM, Martyn Russell mar...@lanedo.com wrote: On 13/03/13 15:21, Mathieu Dupuy wrote: * you didn't update the gtk-haskell

fontconfig 2.8.0 and freetype 2.5.3 with vs2010

2014-11-05 Thread narcisse doudieu siewe
Hello, I try to compile fontconfig-2.8.0 with freetype-2.5.3 support but there is a problem in the linker LINK : fatal error LNK1181: impossible d'ouvrir le fichier en entrée 'freetype.lib' someone may help me please? ___ gtk-devel-list mailing list

Re: gnome in the future?

2014-11-05 Thread narcisse doudieu siewe
Ok, but the port and the themes for windows? also the recent version of Gtk enabling animations is also a problem. Compiling Gtk+ on windows is very hard when using MinGw Le Lundi 6 octobre 2014 16h11, Matthias Clasen matthias.cla...@gmail.com a écrit : It is hard to know what to reply to

Gtk theme in GTK# (Windows)

2014-11-05 Thread don-prog
I'm trying to change the theme in GTK# (*OS: Windows, IDE: Xamarin*). But I get next issues: 1. I was able to find only one theme which correctly render, it is Orta. All was well, except for *lags and freezes*. Here is my code: string Resource_File = Orta\\gtk-2.0\\gtkrc;

Gtk theme in GTK# (Windows)

2014-11-05 Thread don-prog
I'm trying to change the theme in GTK# (*OS: Windows, IDE: Xamarin*). But I get next issues: 1. I was able to find only one theme which correctly render, it is Orta. All was well, except for *lags and freezes*. Here is my code: string Resource_File = Orta\\gtk-2.0\\gtkrc;

to subscribe in developers mailing list

2014-11-05 Thread Surabhi Anand
please subscribe me to gtk mailing list so that i can be a part of development.thank u ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Use the user's gtk theme in gtk-inspector

2014-11-05 Thread Simon
Would it be a good idea to use the user’s gtk theme by default in gtk-inspector? The current default theme is hardcoded to |Adwaita|, see this change https://mail.gnome.org/archives/commits-list/2014-June/msg02856.html. Simon ​ ___ gtk-devel-list

Re: How can I use CSS styling in my GTK# application?

2014-11-05 Thread Marcus Karlsson
On Thu, Oct 30, 2014 at 04:23:50AM -0700, don-prog wrote: How can I use CSS styling in my GTK# application? I heard before that it is impossible to use CSS themes in GTK#, but after that I found this example of using css styling in GTK#

GtkPlug question

2014-11-05 Thread Zoltan Boszormenyi
Hi, I have a two part browser plugin that I have written several years ago. The part that resides in /usr/lib/mozilla/plugins calls an external application (the other part), and passes the window XID it gets via the Netscape browser API. This external application was written for GTK 2.x and

Re: Use the user's gtk theme in gtk-inspector

2014-11-05 Thread Matthias Clasen
On Fri, Oct 24, 2014 at 8:19 AM, Simon simonz...@gmail.com wrote: Would it be a good idea to use the user's gtk theme by default in gtk-inspector? The current default theme is hardcoded to Adwaita, see this change. Thats a misunderstanding of what that change does. It simply ensures that