~joshuascotton/entertainer/pluginsV2

« back to all changes in this revision

Viewing changes to entertainerlib/frontend/gui/widgets/grid_menu.py

  • Committer: Paul Hummer
  • Date: 2008-10-12 17:23:21 UTC
  • mfrom: (282.1.6 texture)
  • Revision ID: paul@ubuntu.com-20081012172321-aius6ly9elmbvu31
clutter.Texture handling has been improved

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
 
83
83
    def set_cursor(self, cursor):
84
84
        """
85
 
        Set cursor actor. This is usually clutter.Texture or clutter.Rectangle.
 
85
        Set cursor actor. This is usually a Texture or clutter.Rectangle.
86
86
        @param cursor: clutter.Actor - Cursor graphics
87
87
        """
88
88
        # Remove old if exists