Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
DPaletteLayoutDlg.cpp527 int top_index = mpPaletteFrame->GetTopIndex(); in Scroll()
545 if (top_index != mpPaletteFrame->GetTopIndex()) in Scroll()
558 int top_index = mpPaletteFrame->GetTopIndex(); in OnVScroll()
906 if (frame->GetTopIndex() > 0) in PreTranslateMessage()
918 if (frame->GetTopIndex() < 256 - VISIBLE_PALETTE_ROWS) in PreTranslateMessage()
928 if (frame->GetTopIndex() > 0) in PreTranslateMessage()
930 frame->Scroll(-frame->GetTopIndex()); in PreTranslateMessage()
936 if (frame->GetTopIndex() < 256 - VISIBLE_PALETTE_ROWS) in PreTranslateMessage()
938 frame->Scroll(256 - VISIBLE_PALETTE_ROWS - frame->GetTopIndex()); in PreTranslateMessage()
DPaletteLayoutDlg.h56 INT GetTopIndex() { return mTopIndex; } in GetTopIndex() function