Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dleft_panel_frame.cpp8 IMPLEMENT_DYNCREATE(left_top_panel_frame, CWnd) in IMPLEMENT_DYNCREATE() argument
10 BEGIN_MESSAGE_MAP(left_top_panel_frame, CWnd) in IMPLEMENT_DYNCREATE()
16 left_top_panel_frame::left_top_panel_frame() in IMPLEMENT_DYNCREATE()
24 void left_top_panel_frame::PostNcDestroy() in PostNcDestroy()
28 left_top_panel_frame::~left_top_panel_frame() in ~left_top_panel_frame()
45 void left_top_panel_frame::SetControlSize() in SetControlSize()
52 int left_top_panel_frame::OnCreate(LPCREATESTRUCT lpCreateStruct) in OnCreate()
74 void left_top_panel_frame::PositionChildren() in PositionChildren()
92 void left_top_panel_frame::OnSize(UINT ntype, int cx, int cy) in OnSize()
99 void left_top_panel_frame::OnSettingChange(UINT uFlags, LPCTSTR lpszSection) in OnSettingChange()
Dleft_panel_frame.h7 class left_top_panel_frame : public CWnd
10 left_top_panel_frame();
11 ~left_top_panel_frame();
16 DECLARE_DYNCREATE(left_top_panel_frame);
DMainFrm.cpp1008 if (!m_splitter2.CreateView(0, 0, RUNTIME_CLASS(left_top_panel_frame), CSize(0, 0), pContext)) in OnCreateClient()