Class: TkFrameLayer
- Inherits:
-
TkFrame
- Object
- TkFrame
- TkFrameLayer
- Includes:
- Visible
- Defined in:
- ext/ae-rad/lib/tk/al-tk.rb
Instance Method Summary collapse
-
#initialize ⇒ TkFrameLayer
constructor
A new instance of TkFrameLayer.
Methods included from Visible
Constructor Details
#initialize ⇒ TkFrameLayer
Returns a new instance of TkFrameLayer.
1293 1294 1295 1296 1297 |
# File 'ext/ae-rad/lib/tk/al-tk.rb', line 1293 def initialize() super takefocus 1 withdraw end |