Re: win32 warning - g_win32_get_system_data_dirs

2009-02-03 Thread Tor Lillqvist
> It probably needs work, but this removes the warning and should keep the > same functionality. Anyone have any recommendations: File a new bug? File a new bug please. --tml ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.g

[Announce] GNOME Global Menu 0.7.3 is released.

2009-02-03 Thread Yu Feng
Dear friends, We are glad to announce the release of GNOME Global Menu 0.7.3. Global Menu is the globally-shared menu bar of all applications launched in your desktop session. In this release, we bring you the further polished gnome-globalmenu 0.7.3 svn checkout http://gnome2-globalmenu.googl

Keyed Data Lists

2009-02-03 Thread dhk
Does anyone have an example of how to use "Keyed Data Lists"? Thanks ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

win32 warning - g_win32_get_system_data_dirs

2009-02-03 Thread Michael Cronenworth
I have just added Win32 GTK development to my existing Linux development experience, and I am getting a warning when using GTK 2.14.7 and MinGW: C:/msys/1.0/include/glib-2.0/glib/gutils.h: In function `g_win32_get_system_data_dirs': C:/msys/1.0/include/glib-2.0/glib/gutils.h:143: warning: ISO C

Re: Getting started with gdk-pixbuf (gtk-win32)

2009-02-03 Thread John Emmas
- Original Message - From: "Tor Lillqvist" Subject: Re: Getting started with gdk-pixbuf (gtk-win32) So, as was mentioned on the mingw-users list, it is likely that you have just moved the DLLs and/or config files around from their initial (relative) locations. (I keep emphasizing *relat

Freeing menus added at runtime in a GtkBuilder project

2009-02-03 Thread Sean
Hi all, I'm building an application using GtkBuilder and I'd like to add some menu options at runtime--for plugins, etc. I'd just like to ensure I'm cleaning everything up properly since this is my first shot at doing any major GTK+ code. Here's a slim example of what I'm doing (minus some

Disable (set non-sensitive) an item of the popup menu of a GNOME panel applet

2009-02-03 Thread Eugene Arshinov
How can I do that? I can get a BonoboUIComponent corresponding to the popup menu with panel_applet_get_popup_component(), but I do not know how to use the returned object. It would be better if I could get a GtkMenu. I tried to call gtk_menu_get_for_attach_widget() passing my PanelApplet obj

Re: Getting started with gdk-pixbuf (gtk-win32)

2009-02-03 Thread Tor Lillqvist
> After a bit of digging I found a file called 'gdk-pixbuf.loaders' which > contains the paths to the various loaders - but it's the standard file that > came with the gtk-win32-dev package (which I simply unzipped) and of course, > those paths aren't relevant to my system. Actually, that is a mis

Getting started with gdk-pixbuf (gtk-win32)

2009-02-03 Thread John Emmas
Hi there, I've been using GTK under Linux for a year or so - and more recently, under Cygwin - so I have a passable knowledge of GTK but I'm not an expert. Recently I decided to take a look at the win32 backend for GTK which I downloaded last week. For ease of use I'm using Cygwin's gcc compiler