Re: swap images on click event.

2005-11-28 Thread Craig Harding
Actually putting in your 5 lines, replacing mine with the image swap, crashes the applet and gives me the following output on debugging: (xmms-applet:8282): GLib-GObject-WARNING **: instance of invalid non-instantiatable type `' (xmms-applet:8282): GLib-GObject-CRITICAL **: file gsignal.c: lin

Re: Bug in icon_view? (gtk 2.8)

2005-11-28 Thread Matthias Clasen
On Mon, 2005-11-28 at 19:42 +0100, DaveMDS wrote: > Hi , (no replay on my last post...retry...) > > I have a problem using the IconView auto-dnd > (gtk_icon_view_enable_model_drag_source) and the item-activated signal. > > On item-activate I show a dialog to the user, when the dialog is closed

Bug in icon_view? (gtk 2.8)

2005-11-28 Thread DaveMDS
Hi , (no replay on my last post...retry...) I have a problem using the IconView auto-dnd (gtk_icon_view_enable_model_drag_source) and the item-activated signal. On item-activate I show a dialog to the user, when the dialog is closed the IconView start a drag operation incorrectly. This is t

GTK+ 2.8.8. released

2005-11-28 Thread Matthias Clasen
GTK+ 2.8.8 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.8/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/ gtk+-2.8.8.tar.bz2 md5sum: a048757bbe37f74d0de065aa0ac29c52 gtk+-2.8.8.tar.gzmd5sum: 22e703d994a91c5474b6e6fd438ee905 This is a bugfix release in the 2.8.x series

Key-Menu shortcuts

2005-11-28 Thread Milos Gajdos
Hi all I'm new with GTK ...I created my menu manually just like I read about it in GTK tutorial.But I don't know how do I assign key shortcuts to menu-items .In item-factory it's pretty obvious but in manually created menu I don't know :( I tried to figure it out but since I'm new with gtk it's q

PANGO-Warning and then my application exits

2005-11-28 Thread Luca Cappa
Hello all, I have a problem with my application, that when it is started it just output these lines: (x:18680): Pango-WARNING **: Cannot open font file for font Bitstream Vera Sans 10 (x:18680): Pango-WARNING **: Cannot open fallback font, nothing to do and then it exit. Anyone has a clue

RE: Setting the background color of a GtkEntry

2005-11-28 Thread Boncek, John
A simpler programmatic way is gtk_widget_modify_base. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Stricker Sent: Friday, November 25, 2005 2:29 AM To: gtk-app-devel-list@gnome.org Subject: Re: Setting the background color of a GtkEntry Michal

Re: swap images on click event.

2005-11-28 Thread Tristan Van Berkom
Craig Harding wrote: Hi, I'm trying to change an image with another when I click on my applet button, but it doesn't work, can anyone help me out? CODE: play_button = gtk_image_new_from_file ("/usr/local/pixmaps/play.png"); pause_button = gtk_image_new_from_file("/usr/local/pixmaps/pause.png");

Re: combo rant

2005-11-28 Thread Olivier Sessink
Freddie Unpenstein wrote: >> It is the trade-off of the policy that "the selected item is under >> the pointer in the just shown popup, period." I think it is >> generally good, but this is an example of where it shows its >> drawbacks. However, for the sake of UI consistency, I believe it >> s