Mathematica 9 is now available

SelectionAnimateActive

ButtonBox

FilledSmallSquareButtonBox[boxes] represents a button in a notebook, displaying boxes and performing an action when it is clicked on.

FilledSmallSquare The default action is to paste boxes at your current insertion point.

FilledSmallSquare Other actions can be specified using options.

FilledSmallSquareButtonBox objects are used to implement palette buttons, hyperlinks and other active elements in notebooks.

FilledSmallSquareButtonBox objects are active when either they or the cell that contains them has the option Active->True.

FilledSmallSquare When ButtonBox objects are active, they perform an action whenever they are clicked on. Otherwise, clicking on them simply selects them or their contents.

FilledSmallSquareButtonBox[boxes, ButtonStyle->"style"] takes the properties of the ButtonBox from the specified style. The style for a ButtonBox can specify both its appearance and its action.

FilledSmallSquare The following options affecting button appearance can be given:

FilledSmallSquare The following options affecting button action can be given:

FilledSmallSquareButtonBox[ ... ] is by default interpreted as Button[ ... ] if it is given as input to the Mathematica kernel.

FilledSmallSquare See The Mathematica Book: Section 2.8.10 and Section 2.10.6.

FilledSmallSquare See also: Dialog, Input.

Further Examples

SelectionAnimateActive



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.