Home
last modified time | relevance | path

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

/dports/devel/agar/agar-1.5.0/gui/
H A Dfont_selector.c73 fs->tlFaces->flags |= AG_TLIST_SCROLLTOSEL; in Bound()
74 fs->tlSizes->flags |= AG_TLIST_SCROLLTOSEL; in Bound()
H A Dtlist.h56 #define AG_TLIST_SCROLLTOSEL 0x200 /* Scroll to initial selection */ macro
H A Ducombo.c43 com->list->flags |= AG_TLIST_SCROLLTOSEL; in AG_UComboNew()
H A Dcombo.c62 com->list->flags |= AG_TLIST_SCROLLTOSEL; in AG_ComboNewS()
H A Dtlist.c509 if (!selSeen && (tl->flags & AG_TLIST_SCROLLTOSEL)) { in Draw()
516 tl->flags &= ~(AG_TLIST_SCROLLTOSEL); in Draw()