Re: "draw" icon with string

2018-09-01 Thread Emmanuele Bassi via gtk-app-devel-list
On Sun, 2 Sep 2018 at 02:02, Chris Moller wrote: > You probably can't do that--GTK has gotten just about impossible to > customise--but if you can do it at all, you'll probably have to use CSS. > Please, avoid this kind of unhelpful reply in the future. Ciao, Emmanuele. On 01/09/18 17:20,

Re: "draw" icon with string

2018-09-01 Thread Emmanuele Bassi via gtk-app-devel-list
On Sat, 1 Sep 2018 at 22:20, c.buhtz--- via gtk-app-devel-list < gtk-app-devel-list@gnome.org> wrote: > I want to use my own drag-icon in a Gtk.TreeView where this is set as > an instance of GdkPixbuf.Pixbuf. > > I can I create/draw a pixbuf and create Text, background and border > color in it? >

Re: "draw" icon with string

2018-09-01 Thread Chris Moller
You probably can't do that--GTK has gotten just about impossible to customise--but if you can do it at all, you'll probably have to use CSS. On 01/09/18 17:20, c.buhtz--- via gtk-app-devel-list wrote: I want to use my own drag-icon in a Gtk.TreeView where this is set as an instance of

Creating menus and toolbars based on actions

2018-09-01 Thread Mitko Haralanov via gtk-list
Hi, I am attempting to write an application using gtk3 and I want to include a menu bar and toolbar in my application. Since the menu and tool bars will have duplicate items, I want to base both on actions. This way a menu item and a tool button that do the same thing point to the same action.

"draw" icon with string

2018-09-01 Thread c.buhtz--- via gtk-app-devel-list
I want to use my own drag-icon in a Gtk.TreeView where this is set as an instance of GdkPixbuf.Pixbuf. I can I create/draw a pixbuf and create Text, background and border color in it? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org