Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dleft_panel_frame.cpp54 RECT clientrect; in OnCreate() local
59 GetClientRect(&clientrect); in OnCreate()
60 childrect = clientrect; in OnCreate()
67 childrect.bottom -= (clientrect.bottom - clientrect.top) / 2; in OnCreate()
149 RECT clientrect; in OnCreate() local
154 GetClientRect(&clientrect); in OnCreate()
155 childrect = clientrect; in OnCreate()
163 childrect.bottom = clientrect.bottom; in OnCreate()
Dright_panel_frame.cpp47 RECT clientrect; in OnCreate() local
52 GetClientRect(&clientrect); in OnCreate()
53 childrect = clientrect; in OnCreate()
63 childrect.bottom -= clientrect.bottom; in OnCreate()