Home
last modified time | relevance | path

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

/dports/devel/agar/agar-1.5.0/gui/
H A Ducombo.c120 if (com->wPreList != -1 && com->hPreList != -1) { in Expand()
122 com->wPreList, com->hPreList); in Expand()
199 com->wPreList = -1; in Init()
221 AG_TextSize(text, &com->wPreList, NULL); in AG_UComboSizeHint()
230 com->wPreList = w; in AG_UComboSizeHintPixels()
H A Dcombo.c124 if (com->wPreList != -1 && com->hPreList != -1) { in Expand()
126 com->wPreList, com->hPreList); in Expand()
266 com->wPreList = -1; in Init()
289 AG_TextSize(text, &com->wPreList, NULL); in AG_ComboSizeHint()
296 com->wPreList = w; in AG_ComboSizeHintPixels()
H A Ducombo.h24 int wPreList, hPreList; /* Size hints */ member
H A Dfile_selector.h29 int wPreList, hPreList; /* Size hints */ member
H A Dcombo.h30 int wPreList, hPreList; /* Size hints */ member