Home
last modified time | relevance | path

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

/dports/print/bibview/bibview-2.2/
H A Dgui_edit.c267 x = dwidth - (2 * (LST_ICON_WIDTH + LST_ICON_MARGIN)); in gueSetIconCoords()
268 y = LST_ICON_MARGIN; in gueSetIconCoords()
H A Dgui_list.c489 x = dwidth - LST_ICON_WIDTH - LST_ICON_MARGIN; in gulSetIconCoords()
490 y = LST_ICON_MARGIN; in gulSetIconCoords()
H A Dbibview.h53 #define LST_ICON_MARGIN 10 macro