Searched refs:childrect (Results 1 – 4 of 4) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | left_panel_frame.cpp | 55 RECT childrect; in OnCreate() local 60 childrect = clientrect; in OnCreate() 62 childrect.bottom = childrect.top + m_header_height - 1; in OnCreate() 64 mp_project_header->Create(NULL, NULL, WS_CHILD|WS_VISIBLE, childrect, this, 0, NULL); in OnCreate() 66 childrect.top = childrect.bottom; in OnCreate() 67 childrect.bottom -= (clientrect.bottom - clientrect.top) / 2; in OnCreate() 69 mp_project_view->Create(NULL, NULL, WS_CHILD, childrect, this, PROJECT_VIEW_ID, NULL); in OnCreate() 76 RECT childrect; in PositionChildren() local 81 GetClientRect(&childrect); in PositionChildren() 82 bottom = childrect.bottom; in PositionChildren() [all …]
|
| D | right_panel_frame.cpp | 48 RECT childrect; in OnCreate() local 53 childrect = clientrect; in OnCreate() 62 childrect.top = childrect.bottom; in OnCreate() 63 childrect.bottom -= clientrect.bottom; in OnCreate() 65 mp_resource_view->Create(NULL, NULL, WS_CHILD, childrect, this, PROJECT_VIEW_ID, NULL); in OnCreate() 73 RECT childrect; in OnSize() local 78 GetClientRect(&childrect); in OnSize() 88 mp_resource_view->MoveWindow(&childrect); in OnSize()
|
| D | target_view.cpp | 59 RECT childrect; in OnCreate() local 66 GetClientRect(&childrect); in OnCreate() 70 WS_CHILD, childrect, this, TARGET_FRAME_ID, NULL); in OnCreate() 78 childrect.left = 0; in OnCreate() 79 childrect.top = 0; in OnCreate() 80 childrect.right = 320; in OnCreate() 81 childrect.bottom = 240; in OnCreate() 83 WS_CHILD|WS_VISIBLE, childrect, mpTargetFrame, 0, NULL); in OnCreate()
|
| D | studiox.cpp | 269 CRect childrect(0, 0, 425, 283); in InitInstance() local 272 WS_POPUP|WS_VISIBLE|WS_BORDER, childrect, NULL, 0, NULL); in InitInstance() 448 CRect childrect(0, 0, 425, 283); in OnAppAbout() local 451 WS_POPUP|WS_VISIBLE|WS_BORDER, childrect, m_pMainWnd, 0, NULL); in OnAppAbout()
|