Module: GirFFIGtk::ButtonClassOverrides

Defined in:
lib/gir_ffi-gtk/gtk3/button.rb

Overview

Overrides for GtkAction class methods

Instance Method Summary collapse

Instance Method Details

#new_from_icon_name(icon_name, size) ⇒ Object



6
7
8
# File 'lib/gir_ffi-gtk/gtk3/button.rb', line 6

def new_from_icon_name(icon_name, size)
  super(icon_name, Gtk::IconSize.to_int(size))
end