Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dexpress_dialog.cpp83 size.bottom = size.top + m_title_bar_height; in OnCreate()
118 m_title_bar_height = GetScaledValue(TITLE_BAR_HEIGHT, dpi, text_scaler); in SetControlSize()
224 …dc->StretchBlt(xpos, size.top, bm.bmWidth, m_title_bar_height, &dcMemory, 0, 0, bm.bmWidth, bm.bmH… in PaintTitleAndStatusBar()
235 title_rect.bottom = title_rect.top + m_title_bar_height; in PaintTitleAndStatusBar()
245 int vspace = ((m_title_bar_height - icon_width) >> 1); in PaintTitleAndStatusBar()
285 rect.bottom = rect.top + m_title_bar_height; in OnNcHitTest()
Dexpress_dialog.h62 int m_title_bar_height; variable
Dmessage_dialog.cpp94 size.top = client.top + m_title_bar_height + 8; in AddCStaticControl()
Drecent_project_win.cpp66 size.top = client.top + m_title_bar_height + space; in OnCreate()
Drich_text_edit_dlg.cpp860 size.top = client.top + m_title_bar_height + 10; in PositionChildren()
870 size.top = client.top + m_title_bar_height + mMenubarHeight + 20; in PositionChildren()
DProjectConfigDlg.cpp2348 size.top += m_title_bar_height; in PositionChildren()
Dstring_table_edit_dlg.cpp446 childsize.top += (m_title_bar_height + 4); in PositionChildren()