ui::Button Class Reference
Inheritance diagram for ui::Button:
[
legend
]
List of all members.
Detailed Description
A normal, clickable button. This
Button
defines basic
Button
behaviour.
Public Member Functions
Button
(const std::string &label)
Button
(
Icon
*icon, const std::string &label)
Constructor & Destructor Documentation
ui::Button::Button
(
const std::string &
label
)
Creates a new button with the given label.
Parameters:
label
the string to use as button label.
ui::Button::Button
(
Icon
*
icon
,
const std::string &
label
)
Creates a new button with the given label and icon.
Parameters:
label
The string to use as button label.
icon
The
Icon
to use as button
Icon
.
Generated on Mon Jun 20 19:41:47 2005 for UI by
1.3.1 using KingsTools