Searched refs:left_top_panel_frame (Results 1 – 3 of 3) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | left_panel_frame.cpp | 8 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()
|
| D | left_panel_frame.h | 7 class left_top_panel_frame : public CWnd 10 left_top_panel_frame(); 11 ~left_top_panel_frame(); 16 DECLARE_DYNCREATE(left_top_panel_frame);
|
| D | MainFrm.cpp | 1008 if (!m_splitter2.CreateView(0, 0, RUNTIME_CLASS(left_top_panel_frame), CSize(0, 0), pContext)) in OnCreateClient()
|