Add a button object that highlights a button area when it is moused over and transitions it to a different color when the button is pressed in. Use this button object for the panel's "Activities" button.

Add some comments, TODO items, and type fixes to the code.

svn path=/trunk/; revision=52
This commit is contained in:
Marina Zhurakhinskaya
2008-11-15 00:44:11 +00:00
parent ab0f4df2b4
commit 679365f1c1
4 changed files with 138 additions and 9 deletions

View File

@ -175,9 +175,9 @@ shell_global_get (void)
/**
* shell_global_set_stage_input_area:
* x: X coordinate of rectangle
* y: X coordinate of rectangle
* y: Y coordinate of rectangle
* width: width of rectangle
* height: Height of rectangle
* height: height of rectangle
*
* Sets the area of the stage that is responsive to mouse clicks as
* a rectangle.