Home
last modified time | relevance | path

Searched refs:m_width (Results 1 – 6 of 6) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dresource_tree.cpp111 size.right = size.left + m_width - 1; in PositionItems()
195 m_width = GetMaxWidth(start, dc); in PositionItems()
200 if (m_width <= m_parent_right) in PositionItems()
202 m_width = m_parent_right; in PositionItems()
206 m_width += 10; in PositionItems()
212 size.right = size.left + m_width; in PositionItems()
Dwait_dialog.cpp22 m_width = width; in IMPLEMENT_DYNAMIC()
43 if (m_width > 0) in OnCreate()
45 size.right = size.left + m_width; in OnCreate()
Dresource_tree.h20 int GetWidth() { return m_width;} in GetWidth()
49 int m_width; variable
Dexpress_dialog.cpp32 m_width = width; in BEGIN_MESSAGE_MAP()
44 m_width = m_height = -1; in express_dialog()
66 if (m_width > 0) in OnCreate()
68 size.right = size.left + m_width; in OnCreate()
Dwait_dialog.h30 int m_width; variable
Dexpress_dialog.h60 int m_width; variable