Home
last modified time | relevance | path

Searched refs:edit_object_type (Results 1 – 5 of 5) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dlilydirectives.h51 void edit_object_type (GtkAction * action, DenemoScriptParam * param); //FIXME move to ???
H A Dlilydirectives.c2211 edit_object_type (GtkAction * action, DenemoScriptParam * param) in edit_object_type() function
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h283 …ct", _("Edit at Cursor"), _("Edit in the context of the object at the cursor."), edit_object_type);
H A Dentries.h308 …Cursor"), "",N_("Edit in the context of the object at the cursor."),G_CALLBACK (edit_object_type)},
H A Dscheme_cb.h848 return scheme_call_callback(optional, edit_object_type); in scheme_EditObject()