Re: gtkcellrenderpixbuf and icon size

2014-05-21 Thread Mycroft
rastersoft rastersoft.com> writes: > > Hi all: > > I'm using a gtkCellRenderPixbuf, and want to use my own pictures as > icons. I'm loading them with Gdk.Pixbuf.from_file_at_size(), and works > fine; the problem is that I don't know how to know the right icon size. > With 16x16 seems fine, b

Re: gtk_entry text cursor

2014-05-12 Thread Mycroft
John Coppens jcoppens.com> writes: > > On Sun, 11 May 2014 18:50:51 + (UTC) > Mycroft web.de> wrote: > > > How to set the cursor position in a gtk_entry. > > gtk_editable_set_position(GTK_EDITABLE(w), pos); > > w is the gtkEntry... pos

gtk_entry text cursor

2014-05-11 Thread Mycroft
Hallo How to set the cursor position in a gtk_entry. cu ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: gtk_image_menu entry

2014-05-06 Thread Mycroft
Thanks for reply Creating a box with image and lagel is clear to me. But i cant find a funktion to add the box to the item. Please can you give me a hint. cu ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mai

Re: gtk_image_menu entry

2014-05-06 Thread Mycroft
Emmanuele Bassi gmail.com> writes: > > you can use: > > * use GMenu to define your menus, either programmatically or through > an XML definition > * GtkMenuItem, pack an icon with a label inside an horizontal box, Ok this is clear to me > and pack the box in the menu item But how to do th

gtk_image_menu entry

2014-05-04 Thread Mycroft
This widget seams to be deprected. What is the replacement? cu ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list