class Smartdict::Gui::ExportDialog::Label

Public Class Methods

new(title) click to toggle source
Calls superclass method
# File lib/smartdict/gui/export_dialog.rb, line 8
def initialize(title)
  super
  set_markup("<b>#{title}</b>")
end