Searched refs:pContext (Results 1 – 2 of 2) sorted by relevance
/GUIX-v6.4.1/guix_studio/ |
D | MainFrm.h | 49 virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext *pContext);
|
D | MainFrm.cpp | 986 BOOL CMainFrame::OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext *pContext) in OnCreateClient() argument 989 m_splitter.CreateView(0, 1, RUNTIME_CLASS(target_view), CSize(0, 0), pContext); in OnCreateClient() 990 m_splitter.CreateView(0, 2, RUNTIME_CLASS(right_panel_frame), CSize(200, 200), pContext); in OnCreateClient() 1008 if (!m_splitter2.CreateView(0, 0, RUNTIME_CLASS(left_top_panel_frame), CSize(0, 0), pContext)) in OnCreateClient() 1014 … if (!m_splitter2.CreateView(1, 0, RUNTIME_CLASS(left_bottom_panel_frame), CSize(0, 0), pContext)) in OnCreateClient()
|