Method: AGTkSimpleManager#object_inspector_select
- Defined in:
- ext/ae-rad/lib/tk/al-tk.rb
#object_inspector_select ⇒ Object
def bypass_bind
@byb = true
end
98 99 100 101 102 |
# File 'ext/ae-rad/lib/tk/al-tk.rb', line 98 def object_inspector_select @agobj.select #@agobj.object_inspector.select(@agobj, false) if !defined? @agobj.object_inspector.active_object or @agobj.object_inspector.active_object != @agobj AGTkLManager.deactivate_all end |