Home
last modified time | relevance | path

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

/dports/deskutils/xchm/xchm-1.23/src/
H A Dchmframe.cpp138 _bookmarksDeleted(false), _sashPos(sashPosition), in CHMFrame()
350 _sashPos = _sw->GetSashPosition(); in OnShowContents()
362 _sw->SplitVertically(_nb, _nbhtml, _sashPos); in OnShowContents()
751 _sw->SplitVertically(_nb, _nbhtml, _sashPos); in UpdateCHMInfo()
980 int sashPos = _sw->IsSplit() ? _sw->GetSashPosition() : _sashPos; in SaveExitInfo()
H A Dchmframe.h263 int _sashPos; variable