Class: Gtk::RadioButton
- Inherits:
-
Object
- Object
- Gtk::RadioButton
- Defined in:
- lib/gir_ffi-gtk/radio_button.rb
Overview
Overrides for GtkRadioButton
Class Method Summary collapse
Class Method Details
.new(group) ⇒ Object
11 12 13 14 15 16 |
# File 'lib/gir_ffi-gtk/radio_button.rb', line 11 def self.new(group) _v1 = GLib::SList.from(Gtk::RadioButton, group) _v2 = Gtk::Lib.(_v1) _v3 = self.constructor_wrap(_v2) return _v3 end |
.new_from_widget(radio_group_member) ⇒ Object
18 19 20 21 22 23 |
# File 'lib/gir_ffi-gtk/radio_button.rb', line 18 def self.(radio_group_member) _v1 = Gtk::RadioButton.from(radio_group_member) _v2 = Gtk::Lib.(_v1) _v3 = self.constructor_wrap(_v2) return _v3 end |