ButtonBox

ButtonBox[boxes]

is a low-level box construct that represents a button in a notebook expression.

Details

  • ButtonBox is the low-level representation of Button. Except for low-level notebook expression manipulation, ButtonBox should not need to be used directly.
  • ButtonBox[boxes] displays as boxes and performs an action when it is clicked.
  • The default action is to paste boxes at your current insertion point. Other actions can be specified using options.
  • ButtonBox objects are used to implement palette buttons, hyperlinks, and other active elements in notebooks.
  • ButtonBox objects are active when either they or the cell that contains them has the option Enabled->True.
  • When ButtonBox objects are active, they perform an action whenever they are clicked. Otherwise, clicking them simply selects them or their contents.
  • ButtonBox[boxes,BaseStyle->"style"] takes the properties of the ButtonBox from the specified style. The style for a ButtonBox can specify both its appearance and its action.
  • The following options affecting button appearance can be given:
  • AppearanceAutomaticthe overall appearance of the button
    BackgroundAutomaticbutton background color
    BaselinePositionAutomaticalignment relative to surrounding text
    BaseStyle"GenericButton"base style specifications for the button
    ButtonMinHeight1.0the minimum total height of a button in units of font size
    ContentPaddingTruewhether to shrink the margins tightly around the contents
    FrameMarginsAutomaticthe margin in printer's points around the contents of a button
    ImageSizeFullthe size of the button
  • The following options affecting button action can be given:
  • ButtonDataAutomaticthe second argument to supply to the button function
    ButtonFunction(pasting function) the function to apply when the button is clicked
    ButtonSourceAutomaticwhere to get the first argument of the button function
    EnabledAutomaticwhether to make the button always active
    EvaluatorNonewhere to send the button function expression for evaluation
    Method"Preemptive"the evaluation method to use
    TooltipNonethe tooltip for the button
    TooltipDelay0.`how long to delay before displaying the tooltip
    TooltipStyle{}style specifications for the tooltip
  • ButtonBox[] is by default interpreted as Button[] if it is given as input to the Wolfram Language kernel.

Examples

Basic Examples  (2)

Display a button that opens a new notebook window when clicked:

Display a button that assigns a random number to r:

See the value of r after clicking the button:

Wolfram Research (1996), ButtonBox, Wolfram Language function, https://reference.wolfram.com/language/ref/ButtonBox.html (updated 2010).

Text

Wolfram Research (1996), ButtonBox, Wolfram Language function, https://reference.wolfram.com/language/ref/ButtonBox.html (updated 2010).

CMS

Wolfram Language. 1996. "ButtonBox." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2010. https://reference.wolfram.com/language/ref/ButtonBox.html.

APA

Wolfram Language. (1996). ButtonBox. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ButtonBox.html

BibTeX

@misc{reference.wolfram_2023_buttonbox, author="Wolfram Research", title="{ButtonBox}", year="2010", howpublished="\url{https://reference.wolfram.com/language/ref/ButtonBox.html}", note=[Accessed: 19-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_buttonbox, organization={Wolfram Research}, title={ButtonBox}, year={2010}, url={https://reference.wolfram.com/language/ref/ButtonBox.html}, note=[Accessed: 19-April-2024 ]}