YppButton is derived from YppWidget (3). This manpage is generated from: Button.cc,v 1.2 2001/05/24 14:53:58 malekith Exp.
Class of buttons, that can be pressed (clicked). They generate event (see event and event_arg properties) and send it to their parent.
string text: Text displayed inside the Button.
int fg_color: Foreground color.
int bg_color: Backround color.
int focused_fg_color: Foreground color, used when widget has focus.
int focused_bg_color: Background color, used when widget has focus.
keyword event: Name of event to send when button is pressed.
any event_arg: Argument of event to send when button is pressed.