Tweaking a GTK plugin

2009-11-16 Thread Grant
I use a plugin for gmpc (an mpd client) called fullscreeninfo. I'd like to make a couple changes, and I'm wondering if they might be simple. Would it be easy to have the mouse cursor disappear after a few seconds of inactivity? It seems like the display area for the cover art is a square box in

Re: Tweaking a GTK plugin

2009-11-16 Thread Eric Squires
This would probably be relatively simple to implement. It should be a matter of plugging in a callback function for the motion-notifyhttp://library.gnome.org/devel/gtk/stable/GtkWidget.html#GtkWidget-motion-notify-event event that sets a timer to call

using doxygen to document gobject/gtk classes?

2009-11-16 Thread Brian J. Tarricone
Hi all, I'm in a situation where I'd like to use doxygen (and not gtk-doc) to document some GObject-derived classes. Does anyone have any experience with this and knows of any tricks to use to make the output more useful? I found one link via google[1] that referred to this, but it didn't have

Re: using doxygen to document gobject/gtk classes?

2009-11-16 Thread Tristan Van Berkom
On Tue, Nov 17, 2009 at 12:22 AM, Brian J. Tarricone bj...@cornell.edu wrote: Hi all, I'm in a situation where I'd like to use doxygen (and not gtk-doc) to document some GObject-derived classes.  Does anyone have any experience with this and knows of any tricks to use to make the output more

Re: using doxygen to document gobject/gtk classes?

2009-11-16 Thread Emmanuel Rodriguez
On Tue, Nov 17, 2009 at 3:22 AM, Brian J. Tarricone bj...@cornell.eduwrote: Hi all, I'm in a situation where I'd like to use doxygen (and not gtk-doc) to document some GObject-derived classes. Does anyone have any experience with this and knows of any tricks to use to make the output more