Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dscorelayout.c1786 GtkWidget *top_expander = gtk_expander_new (_("Score Titles")); in create_scoreheader_directives() local
1787 gtk_expander_set_expanded (GTK_EXPANDER (top_expander), TRUE); in create_scoreheader_directives()
1788 add_lilypond (top_expander, g_strdup ("\n\\header {\n"), g_strdup ("\n }\n")); in create_scoreheader_directives()
1789 …gtk_widget_set_tooltip_text (top_expander, _("Titles, layout settings, preferences etc for the who… in create_scoreheader_directives()
1790 gtk_container_add (GTK_CONTAINER (frame), top_expander); in create_scoreheader_directives()
1792 gtk_container_add (GTK_CONTAINER (top_expander), header_box); in create_scoreheader_directives()
1819 GtkWidget *top_expander = gtk_expander_new (_("Score Directives")); in create_score_directives() local
1820 …gtk_widget_set_tooltip_text (top_expander, _("Includes the indent before first measure, LilyPond i… in create_score_directives()
1821 gtk_container_add (GTK_CONTAINER (frame), top_expander); in create_score_directives()
1823 gtk_container_add (GTK_CONTAINER (top_expander), inner_vbox); in create_score_directives()