Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dproperties_win.cpp473 m_row_height = m_item_height + PROPERTY_ITEM_SPACE; in SetControlSize()
884 m_top_pos += m_row_height; in AddComboBox()
934 m_top_pos += m_row_height; in AddStringSelect()
998 m_top_pos += m_row_height; in AddComboBox()
1035 m_top_pos += m_row_height; in AddRadioButton()
1063 m_top_pos += m_row_height; in AddCheckBox()
1082 m_top_pos += m_row_height + 4; in AddPushButton()
1122 m_top_pos += m_row_height; in AddEditControl()
1160 m_top_pos += m_row_height; in AddRichEditControl()
1190 m_top_pos += m_row_height; in AddPromptControl()
[all …]
Dproperties_win.h218 int m_row_height; variable