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:
@ -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.
|
||||
|
Reference in New Issue
Block a user