Action.full
Description:
[
CCode ( has_construct_function =
false ) ]
public Action.full (
string name,
string display_name,
ActionCallbackFunc? activated_cb)
Creates a new Action with the name and callback set
Parameters:
name |
name of the action
|
display_name |
name of the action to display to the user
|
activated_cb |
callback to connect to the activated signal
|
user_data |
user data to be passed to the callback
|
Returns: