in reply to Re^2: Change the Behaviour of a Button in Tk::Dialog
in thread Change the Behaviour of a Button in Tk::Dialog
ADVERTISED WIDGETS
Because Tk::Dialog is a subclass of Tk::DialogBox it inherits all the advertised subwidgets of its superclass: e.g. "B_button-text", where 'button-text' is a Button's -text value. Additionally, Tk::Dialog advertises:
Yes, advertised widgets are a general feature of Tk, and most compound widgets will have them. See perldoc Tk::mega . All subclasses of mega widgets inherit the parent widgets advertised widgets.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Change the Behaviour of a Button in Tk::Dialog
by Discipulus (Canon) on May 15, 2017 at 18:20 UTC |