Home
last modified time | relevance | path

Searched defs:DenemoProject (Results 1 – 1 of 1) sorted by last modified time

/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h1026 typedef struct DenemoProject struct
1030 DenemoViewType view;/**< The current view */
1034 gint leftmargin;
1036 GList *braces;
1065 …gboolean has_script;/*< true if there is a script to be run on loading the DenemoProject from disk… argument
1070 GList *callbacks;/**< scheme callbacks on deletion */
1071 gpointer lilystart, lilyend; /**<range of lilytext */
1075 GString *filename;/**< the filename to save to */
1076 GString *tabname;/**< the name of windows tab */
1081 gboolean notsaved;/**< edited since last save */
[all …]