Home
last modified time | relevance | path

Searched refs:show_print_view (Results 1 – 7 of 7) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dprint.h133 void show_print_view (GtkAction * action, DenemoScriptParam * param);
H A Dprint.c1035 show_print_view (GtkAction * action, G_GNUC_UNUSED DenemoScriptParam * param){ in show_print_view() function
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h230 …te you can view and then send to your printer or to a file as a .pdf document."), show_print_view);
H A Dentries.h248 …iew and then send to your printer or to a file as a .pdf document."),G_CALLBACK (show_print_view)},
H A Dscheme_cb.h689 return scheme_call_callback(optional, show_print_view); in scheme_PrintView()
/dports/audio/denemo/denemo-2.0.6/src/printview/
H A Dprintview.c2141 show_print_view (NULL, NULL); in typeset_for_script()
/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dscorelayout.c487 g_signal_connect (button, "clicked", G_CALLBACK (show_print_view), NULL); in get_options_button()