Method: AGTkLayoutManaged#start_properties
- Defined in:
- ext/ae-rad/lib/tk/al-tk.rb
#start_properties ⇒ Object
2046 2047 2048 2049 2050 2051 2052 |
# File 'ext/ae-rad/lib/tk/al-tk.rb', line 2046 def start_properties if (defined? @ag_parent.where_x)&&(defined? @ag_parent.where_y) @props['place']['x']['start'] = @ag_parent.where_x @props['place']['y']['start'] = @ag_parent.where_y end super() end |