Gtk.RadioButton

const Gtk = imports.gi.Gtk;

let radioButton = new Gtk.RadioButton();
  

Hierarchy

  • GObject.Object
    • GObject.InitiallyUnowned
      • Gtk.Widget
        • Gtk.Container
          • Gtk.Bin
            • Gtk.Button
              • Gtk.ToggleButton
                • Gtk.CheckButton
                  • Gtk.RadioButton