Home
last modified time | relevance | path

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

/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_indpanel.h122 extern choice_info arrowtype_choices[];
H A Dw_indpanel.c298 choice_info arrowtype_choices[] = { variable
331 #define NUM_ARROWTYPE_CHOICES (sizeof(arrowtype_choices)/sizeof(choice_info))
450 arrowtype_choices, NUM_ARROWTYPE_CHOICES, 9},
H A Dw_util.c1236 (i==-1? (char*) no_arrow_bits: (char*) arrowtype_choices[i].icon->bits), in create_bitmaps()