Home
last modified time | relevance | path

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

/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxprefs.cpp2424 } else if (state == gradstates - 1) { in GetGradientColor()
2435 int N = gradstates - 2; in GetGradientColor()
2509 if (state > 0 && state < gradstates) { in OnPaint()
4039 gradstates = algoinfo[coloralgo]->maxstates; in CreateColorPrefs()
4292 gradstates = ad->maxstates; in OnChoice()
4546 gradstates--; in OnScroll()
4547 if (gradstates < algoinfo[coloralgo]->minstates) in OnScroll()
4548 gradstates = algoinfo[coloralgo]->minstates; in OnScroll()
4552 gradstates++; in OnScroll()
4558 gradstates -= PAGESIZE; in OnScroll()
[all …]