Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
DPaletteLayoutDlg.h55 void SetTopIndex(int index) { mTopIndex = index; } in SetTopIndex()
56 INT GetTopIndex() { return mTopIndex; } in GetTopIndex()
65 int mTopIndex; variable
DPaletteLayoutDlg.cpp985 mTopIndex = 0; in BEGIN_MESSAGE_MAP()
1064 slot = index + mTopIndex; in SetRowData()
1075 mPaletteRows[index].SetData(index + mTopIndex, color, Enabled); in SetRowData()