Searched refs:m_title_bar_height (Results 1 – 7 of 7) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | express_dialog.cpp | 83 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()
|
| D | express_dialog.h | 62 int m_title_bar_height; variable
|
| D | message_dialog.cpp | 94 size.top = client.top + m_title_bar_height + 8; in AddCStaticControl()
|
| D | recent_project_win.cpp | 66 size.top = client.top + m_title_bar_height + space; in OnCreate()
|
| D | rich_text_edit_dlg.cpp | 860 size.top = client.top + m_title_bar_height + 10; in PositionChildren() 870 size.top = client.top + m_title_bar_height + mMenubarHeight + 20; in PositionChildren()
|
| D | ProjectConfigDlg.cpp | 2348 size.top += m_title_bar_height; in PositionChildren()
|
| D | string_table_edit_dlg.cpp | 446 childsize.top += (m_title_bar_height + 4); in PositionChildren()
|