class Rabbit::EmbedFrame
Public Instance Methods
Source
# File lib/rabbit/frame.rb, line 305 def fullscreen_available? false end
Source
# File lib/rabbit/frame.rb, line 320 def init_gui(width, height, main_window, window_type=nil) @window = Gtk::EventBox.new @window.set_size_request(width, height) @canvas.attach_to(self, @window) @fullscreen = false @main_window = main_window @window.show @canvas.post_init_gui end
Source
# File lib/rabbit/frame.rb, line 302 def update_title(new_title) end