class HelpToolbar
this file is part of manqod manqod is distributed under the CDDL licence the author of manqod is Dobai-Pataky Balint(dpblnt@gmail.com)
Attributes
help[R]
Public Class Methods
new(help)
click to toggle source
Calls superclass method
# File lib/ManqodHelp/HelpToolbar.rb, line 6 def initialize(help) @help=help super() set_toolbar_style(Gtk::Toolbar::Style::BOTH_HORIZ) end
Public Instance Methods
append(widget=nil)
click to toggle source
# File lib/ManqodHelp/HelpToolbar.rb, line 13 def append(widget=nil) insert(n_items,widget ? Gtk::ToolItem.new.add(widget) : Gtk::SeparatorToolItem.new.set_draw(true)) end