Home
last modified time | relevance | path

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

/dports/comms/xnec2c/xnec2c-3.4/src/
H A Dinterface.c3588 GtkWidget *patch_y1_label; in create_patch_editor() local
3775 patch_y1_label = gtk_label_new (_("Center - Y")); in create_patch_editor()
3776 gtk_widget_show (patch_y1_label); in create_patch_editor()
3777 gtk_table_attach (GTK_TABLE (table5), patch_y1_label, 1, 2, 0, 1, in create_patch_editor()
3780 gtk_misc_set_alignment (GTK_MISC (patch_y1_label), 0.1, 0.5); in create_patch_editor()
4121 GLADE_HOOKUP_OBJECT (patch_editor, patch_y1_label, "patch_y1_label"); in create_patch_editor()