[ROOT] --> small

class CScribbleFrame
    extends CFrameWnd as public

Author:
unascribed

Version:
unknown

Source:
ScribFrm.h:34

Variables Index

m_bCreated
[public]
m_Progress
[public]
m_wndMainMenuBar
[public]
m_wndPaletteBar
[public]
m_wndSplitter
[public]
m_wndStatusBar
[public]
m_wndToolBar
[public]


Methods Index

OnAppAbout
[protected]
OnChangeWidth
[protected]
OnCreate
[protected]
OnCreateClient
[protected]
OnPaletteChanged
[protected]
OnQueryNewPalette
[protected]
OnUpdateViewPalette
[protected]
OnViewPalette
[protected]


Variables

m_wndStatusBar

public CqStatusBar m_wndStatusBar

m_wndToolBar

public CScribbleBar m_wndToolBar

m_wndMainMenuBar

public CMainMenuBar m_wndMainMenuBar

m_wndPaletteBar

public CScribblePaletteBar m_wndPaletteBar

m_Progress

public CProgressCtrl m_Progress

m_bCreated

public BOOL m_bCreated

m_wndSplitter

public CSplitterWnd m_wndSplitter


Methods

OnCreateClient

protected virtual BOOL OnCreateClient ( LPCREATESTRUCT lpcs ,
                                        CCreateContext * pContext ) ;

OnCreate

protected afx_msg int OnCreate ( LPCREATESTRUCT lpCreateStruct ) ;

OnChangeWidth

protected afx_msg void OnChangeWidth ( ) ;

OnPaletteChanged

protected afx_msg void OnPaletteChanged ( CWnd * pFocusWnd ) ;

OnQueryNewPalette

protected afx_msg BOOL OnQueryNewPalette ( ) ;

OnViewPalette

protected afx_msg void OnViewPalette ( ) ;

OnUpdateViewPalette

protected afx_msg void OnUpdateViewPalette ( CCmdUI * pCmdUI ) ;

OnAppAbout

protected afx_msg void OnAppAbout ( ) ;


This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.