3#include "GUIPaneBase.h"
9 class CGUIDialogCustomEmbedded;
11 class FL_EXPORT CGUIPaneDialogCustomEmbedded :
public CGUIPaneBase
14 CGUIPaneDialogCustomEmbedded(CGUIDialogCustomEmbedded* pDlgCustom)
noexcept;
15 virtual ~CGUIPaneDialogCustomEmbedded();
17 virtual void UpdateFont();
19 DeclareGetClassType();
23 CGUIDialogCustomEmbedded* m_pDlgCustom;
25 friend class CGUIMainFrame;
26 friend class CGUIManager;
27 friend class CGUIMenuItemPaneDialogCustomEmbedded;
30 afx_msg
int OnCreate(LPCREATESTRUCT lpCreateStruct);
31 afx_msg
void OnSize(UINT nType,
int cx,
int cy);
32 afx_msg BOOL OnEraseBkgnd(CDC* pDC);
33 afx_msg
void OnDestroy();