Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dproperties_win.cpp453 m_top_pos = 0; in BEGIN_MESSAGE_MAP()
834 size.top += m_top_pos; in AddComboBox()
884 m_top_pos += m_row_height; in AddComboBox()
896 size.top += m_top_pos; in AddStringSelect()
934 m_top_pos += m_row_height; in AddStringSelect()
954 size.top += m_top_pos; in AddComboBox()
998 m_top_pos += m_row_height; in AddComboBox()
1010 size.top += m_top_pos; in AddRadioButton()
1035 m_top_pos += m_row_height; in AddRadioButton()
1046 size.top += m_top_pos; in AddCheckBox()
[all …]
Dproperties_win.h89 int m_top_pos; variable