Class: Smartdict::Gui::ExportDialog::Label

Inherits:
Gtk::Label
  • Object
show all
Defined in:
lib/smartdict/gui/export_dialog.rb

Instance Method Summary collapse

Constructor Details

#initialize(title) ⇒ Label

Returns a new instance of Label.



8
9
10
11
# File 'lib/smartdict/gui/export_dialog.rb', line 8

def initialize(title)
  super
  set_markup("<b>#{title}</b>")
end