Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dgphview.c595 Int4 labelWid; in PopulateSimpleGraphic() local
670 labelWid = CountMaxSeqLabel (bvp->slp_list) + 2; in PopulateSimpleGraphic()
671 if (r.right - r.left < 2 * labelWid) { in PopulateSimpleGraphic()
672 labelWid = 0; in PopulateSimpleGraphic()
971 Int4 labelWid; in PopulateGraphic() local
1193 labelWid = CountMaxSeqLabel (bvp->slp_list) + 2; in PopulateGraphic()
1195 if (r.right - r.left < 2 * labelWid) { in PopulateGraphic()
1196 labelWid = 0; in PopulateGraphic()
1483 Int4 labelWid; in PopulateAlignment() local
1569 if (r.right - r.left < 2 * labelWid) { in PopulateAlignment()
[all …]
/dports/science/gabedit/GabeditSrc251_300720/src/Display/
H A DColorMap.c703 GtkWidget* labelWid = gtk_label_new(label); in create_color_map_show() local
704 gtk_widget_show(labelWid); in create_color_map_show()
705 gtk_table_attach(GTK_TABLE(table),labelWid,i,i+1,0,1, in create_color_map_show()