Unable to locate theme engine in module_path: galaxy

2005-08-26 Thread Alan Secker
I get the above error message when compiling and linking xHarbour programs. Yhe environment variable GTK_RC_FILES produces =/usr/share/themes/Galaxy/gtk/gtkrc:/etc/gtk/gtkrc:/home/alan/.gtkrc :/home/alan/.kde/share/config/gtkrc Is there a link? Can anyone help me get rd of this problem? Alan

Re: A cross-platform status icon api

2005-08-26 Thread Colin Walters
On Fri, 2005-08-26 at 15:00 -0400, Colin Walters wrote: On Fri, 2005-08-26 at 14:23 -0400, Matthias Clasen wrote: The requirement to have an API that can be implemented on all platforms supported by GTK+ rules out the EggTrayIcon API, since Win32 does not allow to embed arbitrary

Re: A cross-platform status icon api

2005-08-26 Thread Matthias Clasen
On Fri, 2005-08-26 at 15:00 -0400, Colin Walters wrote: On Fri, 2005-08-26 at 14:23 -0400, Matthias Clasen wrote: The requirement to have an API that can be implemented on all platforms supported by GTK+ rules out the EggTrayIcon API, since Win32 does not allow to embed arbitrary

Re: A cross-platform status icon api

2005-08-26 Thread Colin Walters
On Fri, 2005-08-26 at 15:34 -0400, Matthias Clasen wrote: Did you see that EggTray already has API for sending notifications from the tray icon to the tray, with gtk_status_icon_set_balloon_text() ? Yeah...I just based it on EggTrayIcon because for historical reasons Rhythmbox wasn't using

Re: A cross-platform status icon api

2005-08-26 Thread Mart Raudsepp
On Fri, 2005-08-26 at 16:01 -0400, Matthias Clasen wrote: Anything we add in that area has to be examined for cross-platformability. Does anybody have a pointer to the MSDN docs about balloon messages on Win32 ? A balloon message is just a tooltip with a certain style on win32. Tooltip