Class: Gtk::Menu

Inherits:
Object
  • Object
show all
Defined in:
lib/gir_ffi-gtk/menu.rb

Overview

Overrides for GtkMenu

Instance Method Summary collapse

Instance Method Details

Smells of :reek:LongParameterList: due to the defined GtkMenu interface. rubocop:disable Metrics/ParameterLists



10
11
12
13
14
15
# File 'lib/gir_ffi-gtk/menu.rb', line 10

def popup(parent_menu_shell, parent_menu_item, func, data, button, activate_time)
  popup_for_device(nil,
                   parent_menu_shell, parent_menu_item, func, data,
                   nil,
                   button, activate_time)
end