RecentChooser.connectItemActivated
gulong connectItemActivated(T)(T callback, Flag!"After" after = No.After)Connect to ItemActivated signal.
This signal is emitted when the user "activates" a recent item in the recent chooser. This can happen by double-clicking on an item in the recently used resources list, or by pressing Enter.
Parameters
callback | signal callback delegate or function to connect void callback(gtk.recent_chooser.RecentChooser recentChooser) recentChooser the instance the signal is connected to (optional) |
after | Yes.After to execute callback after default handler, No.After to execute before (default) |
Returns
Signal ID