Searched refs:left_bottom_panel_frame (Results 1 – 3 of 3) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | left_panel_frame.cpp | 108 IMPLEMENT_DYNCREATE(left_bottom_panel_frame, CWnd) in IMPLEMENT_DYNCREATE() argument 110 BEGIN_MESSAGE_MAP(left_bottom_panel_frame, CWnd) in IMPLEMENT_DYNCREATE() 116 left_bottom_panel_frame::left_bottom_panel_frame() in IMPLEMENT_DYNCREATE() 124 void left_bottom_panel_frame::PostNcDestroy() in PostNcDestroy() 128 left_bottom_panel_frame::~left_bottom_panel_frame() in ~left_bottom_panel_frame() 140 void left_bottom_panel_frame::SetControlSize() in SetControlSize() 147 int left_bottom_panel_frame::OnCreate(LPCREATESTRUCT lpCreateStruct) in OnCreate() 170 void left_bottom_panel_frame::PositionChildren() in PositionChildren() 189 void left_bottom_panel_frame::OnSize(UINT ntype, int cx, int cy) in OnSize() 195 void left_bottom_panel_frame::OnSettingChange(UINT uFlags, LPCTSTR lpszSection) in OnSettingChange()
|
| D | left_panel_frame.h | 30 class left_bottom_panel_frame : public CWnd 33 left_bottom_panel_frame(); 34 ~left_bottom_panel_frame(); 39 DECLARE_DYNCREATE(left_bottom_panel_frame);
|
| D | MainFrm.cpp | 1014 … if (!m_splitter2.CreateView(1, 0, RUNTIME_CLASS(left_bottom_panel_frame), CSize(0, 0), pContext)) in OnCreateClient()
|