Parent

Class/Module Index [+]

Quicksearch

Rabbit::Renderer::Display::DrawingAreaViewOnly

Public Instance Methods

attach_to(window, container=nil, &block) click to toggle source
# File lib/rabbit/renderer/display/drawing-area-view-only.rb, line 11
def attach_to(window, container=nil, &block)
  super
  add_widgets_to_container(@container, &block)
  widget.show
end
detach() click to toggle source
# File lib/rabbit/renderer/display/drawing-area-view-only.rb, line 17
def detach
  widget.hide
  unless @window.destroyed?
    remove_widgets_from_container(@container)
  end

  super
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.