Home
last modified time | relevance | path

Searched refs:right_panel_frame (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dright_panel_frame.cpp8 IMPLEMENT_DYNCREATE(right_panel_frame, CWnd)
10 BEGIN_MESSAGE_MAP(right_panel_frame, CWnd)
17 right_panel_frame::right_panel_frame() in right_panel_frame() function in right_panel_frame
23 right_panel_frame::~right_panel_frame() in ~right_panel_frame()
40 void right_panel_frame::PostNcDestroy() in PostNcDestroy()
45 int right_panel_frame::OnCreate(LPCREATESTRUCT lpCreateStruct) in OnCreate()
70 void right_panel_frame::OnSize(UINT ntype, int cx, int cy) in OnSize()
Dright_panel_frame.h7 class right_panel_frame : public CWnd
10 right_panel_frame();
11 ~right_panel_frame();
17 DECLARE_DYNCREATE(right_panel_frame);
DMainFrm.cpp990 m_splitter.CreateView(0, 2, RUNTIME_CLASS(right_panel_frame), CSize(200, 200), pContext); in OnCreateClient()