Windows C++ Library
Classes | Defines
ToolBar.hpp File Reference
#include "CtrlWnd.hpp"
#include "IMsgFilter.hpp"
#include "ToolTip.hpp"

Classes

class  CToolBar
struct  CToolBar::CTRL

Defines

#define IDC_SEPARATOR   (static_cast<uint>(-1))
#define DEFINE_TOOLBAR   static CTRL Ctrls[] = {
#define TBCTL(wnd, id)   (wnd), (id),
#define TBGAP()   NULL, IDC_SEPARATOR,
#define END_TOOLBAR

Define Documentation

#define IDC_SEPARATOR   (static_cast<uint>(-1))
#define DEFINE_TOOLBAR   static CTRL Ctrls[] = {
#define TBCTL (   wnd,
  id 
)    (wnd), (id),
#define TBGAP ( )    NULL, IDC_SEPARATOR,
#define END_TOOLBAR
Value:
NULL,  0 }; \
                            m_pCtrlTable = Ctrls;