Method: AGTkPlaceManager#refresh_active

Defined in:
ext/ae-rad/lib/tk/al-tk.rb

#refresh_activeObject



258
259
260
261
262
263
264
# File 'ext/ae-rad/lib/tk/al-tk.rb', line 258

def refresh_active
  @@place_managers.each do |value|
    if  value.active?
      value.refresh
    end
  end
end