Class: Gtk::SignalAction
- Inherits:
-
ShortcutAction
- Object
- ShortcutAction
- Gtk::SignalAction
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#initialize(signal_name) ⇒ Gtk::SignalAction
constructor
Creates an action that when activated, emits the given action signal on the provided widget.
-
#signal_name ⇒ String
The name of the signal to emit.
-
#signal_name=(signal_name) ⇒ String
The name of the signal to emit.
Methods inherited from ShortcutAction
Constructor Details
#initialize(signal_name) ⇒ Gtk::SignalAction
Creates an action that when activated, emits the given action signal on the provided widget.
It will also unpack the args into arguments passed to the signal.
Instance Method Details
#signal_name ⇒ String
The name of the signal to emit.
#signal_name=(signal_name) ⇒ String
The name of the signal to emit.