selected_page is what you want.
On Feb 10, 2012 1:39 PM, wrote:
> One of my plugins works fine with pre 0.13 rhythmbox and I recently
> upgraded to 0.13.3.
>
> Upon using 0.13.3 I have found that my plugin does not work on the
> following line:
>
> shell.get_property("selected_source")
>
> and th
One of my plugins works fine with pre 0.13 rhythmbox and I recently
upgraded to 0.13.3.
Upon using 0.13.3 I have found that my plugin does not work on the
following line:
shell.get_property("selected_source")
and that I should use shell.get_property("selected_page") instead (
http://code.google.
On 02/04/2012 05:02 AM, Jonathan Matthew wrote:
I don't even understand what you're asking for here. You want the
playlist code to do this for you? To my mind this is something better
implemented in a plugin.
True, I also got to this conclusion .
Read the introductory documentation for gtk.