Re: using GdkPixbuf icons in GtkUIManager ?

2010-06-24 Thread Olivier Sessink
2010/6/24 Tadej Borovšak : > I think the simplest thing to do here would be to add your images to > icon theme (you can use inlined images, but it would probably be > better to shell them out now that you're updating application). why is it better not to use inline images? file based images will t

GLib 2.25.10 is released

2010-06-24 Thread Ryan Lortie
hi Everyone, GLib 2.25.10 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.25/ http://download.gnome.org/sources/glib/2.25/ 66e6a090c88a94f715889429498d940ff5bb890b3479b78f4c4c05f8a50b2a38 glib-2.25.10.tar.bz2 630485c1f2cf54f2665db869c7204ca6e52a4e59c2f211f0ce8aeb5c8ac0a888

Re: using GdkPixbuf icons in GtkUIManager ?

2010-06-24 Thread Tadej Borovšak
Hello. I think the simplest thing to do here would be to add your images to icon theme (you can use inlined images, but it would probably be better to shell them out now that you're updating application). After this is done, you can refer to the images simply by their registered name when defining

using GdkPixbuf icons in GtkUIManager ?

2010-06-24 Thread Olivier Sessink
Hi all, I have a large set of menu items and toolbar items (multiple toolbars in tabs) that have a custom icon. The icons are currently compiled into the application. I currently still use GtkItemFactory for the menu, which works fine with GdkPixbuf icons. I'm working towards gtk 3 and thus I have

GIOScheduler example need

2010-06-24 Thread Alexander Kuleshov
Hello, I need to use GIOScheduler in my C/gtk+ application. Where can find example of using GIOScheduler? Thank you. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Rich Text Editor

2010-06-24 Thread Adam Chrapkowski
Hello I'm looking for an example of formated text editor (something like WordPad on Windows - of course may be much simpler) using GTK+. It does not have to base on a rich text format. GtkTextView is very useful but it has a problem when I format some text and place the caret on the end of the for

Re: putting icon on GtkImageMenuItem tutorial(ette)

2010-06-24 Thread Mick
On Wed, 23 Jun 2010 11:19:58 +0200 Mike Massonnet wrote: > 2010/6/23 Mick : > > can any one point me to a tutorial or clear example code that covers > > placing an icon on a GtkImageMenuItem with label. I've been trying > > all day and when I cast my way out of type mismatches I keep getting > >