Home
last modified time | relevance | path

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

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/univ/
H A Dnotebook.cpp115 m_lastFullyVisible = 0; in wxBEGIN_EVENT_TABLE()
265 else if ( nPage > m_lastFullyVisible ) in DoSetSelection()
914 else if ( selection > m_lastFullyVisible ) in Relayout()
1034 m_lastFullyVisible = m_firstVisible; in CalcLastVisibleTab()
1038 m_lastFullyVisible = n - 1; in CalcLastVisibleTab()
1044 if ( (m_lastFullyVisible > m_firstVisible) && HasSpinBtn() ) in CalcLastVisibleTab()
1057 m_lastFullyVisible--; in CalcLastVisibleTab()
1091 m_lastFullyVisible = 0; in UpdateSpinBtn()
1101 while ( (m_lastFullyVisible == count - 1) && (m_firstVisible > 0) ) in UpdateSpinBtn()
1111 allTabsShown = m_lastFullyVisible == count - 1; in UpdateSpinBtn()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/univ/
H A Dnotebook.cpp118 m_lastFullyVisible = 0; in BEGIN_EVENT_TABLE()
268 else if ( nPage > m_lastFullyVisible ) in DoSetSelection()
917 else if ( selection > m_lastFullyVisible ) in Relayout()
1037 m_lastFullyVisible = m_firstVisible; in CalcLastVisibleTab()
1041 m_lastFullyVisible = n - 1; in CalcLastVisibleTab()
1047 if ( (m_lastFullyVisible > m_firstVisible) && HasSpinBtn() ) in CalcLastVisibleTab()
1060 m_lastFullyVisible--; in CalcLastVisibleTab()
1094 m_lastFullyVisible = 0; in UpdateSpinBtn()
1104 while ( (m_lastFullyVisible == count - 1) && (m_firstVisible > 0) ) in UpdateSpinBtn()
1114 allTabsShown = m_lastFullyVisible == count - 1; in UpdateSpinBtn()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/univ/
H A Dnotebook.cpp118 m_lastFullyVisible = 0; in BEGIN_EVENT_TABLE()
268 else if ( nPage > m_lastFullyVisible ) in DoSetSelection()
917 else if ( selection > m_lastFullyVisible ) in Relayout()
1037 m_lastFullyVisible = m_firstVisible; in CalcLastVisibleTab()
1041 m_lastFullyVisible = n - 1; in CalcLastVisibleTab()
1047 if ( (m_lastFullyVisible > m_firstVisible) && HasSpinBtn() ) in CalcLastVisibleTab()
1060 m_lastFullyVisible--; in CalcLastVisibleTab()
1094 m_lastFullyVisible = 0; in UpdateSpinBtn()
1104 while ( (m_lastFullyVisible == count - 1) && (m_firstVisible > 0) ) in UpdateSpinBtn()
1114 allTabsShown = m_lastFullyVisible == count - 1; in UpdateSpinBtn()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/univ/
H A Dnotebook.h225 size_t m_lastFullyVisible; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/univ/
H A Dnotebook.h225 size_t m_lastFullyVisible; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/univ/
H A Dnotebook.h225 size_t m_lastFullyVisible; variable
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/univ/
H A Dnotebook.h227 size_t m_lastFullyVisible; variable