Class: Smartdict::Gui::ExportDialog::Label
- Inherits:
-
Gtk::Label
- Object
- Gtk::Label
- Smartdict::Gui::ExportDialog::Label
- Defined in:
- lib/smartdict/gui/export_dialog.rb
Instance Method Summary collapse
-
#initialize(title) ⇒ Label
constructor
A new instance of Label.
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 |