Changes

Jump to navigation Jump to search
Line 34: Line 34:     
Q: Is there a comprehensive list somewhere of which icons were added to sugar-artwork when?
 
Q: Is there a comprehensive list somewhere of which icons were added to sugar-artwork when?
 +
 +
=== tool tips ===
 +
 +
Older versions of Sugar did not support tool tips. You could catch the exception as per:
 +
 +
try:
 +
    self.activity.fullscreen_button.props.accelerator = '<Alt>Enter'
 +
except:
 +
    pass
 +
 +
Note that this is only relevant to pre-0.86 toolbars.
    
=== Screen size ===
 
=== Screen size ===

Navigation menu