Class: Bioroebe::GUI::Gtk::AntiSenseStrand
- Inherits:
-
Gtk::Box
- Object
- Gtk::Box
- Bioroebe::GUI::Gtk::AntiSenseStrand
show all
- Defined in:
- lib/bioroebe/gui/gtk3/anti_sense_strand/anti_sense_strand.rb
Overview
Bioroebe::GUI::Gtk::AntiSenseStrand
Class Method Summary
collapse
-
.run ⇒ Object
# === Bioroebe::GUI::Gtk::AntiSenseStrand.run ========================================================================= #.
Class Method Details
.run ⇒ Object
#
Bioroebe::GUI::Gtk::AntiSenseStrand.run
#
21
22
23
|
# File 'lib/bioroebe/gui/gtk3/anti_sense_strand/anti_sense_strand.rb', line 21
def self.run
Bioroebe::GUI::AntiSenseStrand.new('gtk3') { :use_vbox_on_the_toplevel }
end
|