mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
34 lines
667 B
C++
34 lines
667 B
C++
// EditToolBar.cpp : implementation file
|
|
//
|
|
|
|
#include "stdafx.h"
|
|
#include "cbrowse.h"
|
|
#include "EditToolBar.h"
|
|
|
|
#ifdef _DEBUG
|
|
#define new DEBUG_NEW
|
|
#undef THIS_FILE
|
|
static char THIS_FILE[] = __FILE__;
|
|
#endif
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CEditToolBar
|
|
|
|
CEditToolBar::CEditToolBar()
|
|
{
|
|
}
|
|
|
|
CEditToolBar::~CEditToolBar()
|
|
{
|
|
}
|
|
|
|
|
|
BEGIN_MESSAGE_MAP(CEditToolBar, CToolBarCtrl)
|
|
//{{AFX_MSG_MAP(CEditToolBar)
|
|
// NOTE - the ClassWizard will add and remove mapping macros here.
|
|
//}}AFX_MSG_MAP
|
|
END_MESSAGE_MAP()
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CEditToolBar message handlers
|