#include "camtypes.h"#include "stdbars.h"#include "statline.h"#include "camelot.h"Go to the source code of this file.
Classes | |
| class | StandardBarMsg | 
| A tiny message local to the standard bar class.  More... | |
Defines | |
| #define | new CAM_DEBUG_NEW | 
| #define | RegisterStandardBarOpDescriptor(class, name) | 
Functions | |
| DECLARE_SOURCE ("$Revision: 1608 $") | |
| CC_IMPLEMENT_DYNAMIC (StandardBarMsg, Msg) | |
      
  | 
  
| 
 
 Definition at line 110 of file stdbars.cpp.  | 
  
      
  | 
  
| 
 Value: (RegisterOpDescriptor( \
                        0, \
                        _R(IDS_BUTTBAR_M_ ## name ),                /*NORESOURCEFIX*/ \
                        CC_RUNTIME_CLASS(class), \
                        _T("IDD_BUTTBAR_") _T(#name),       /* Use Dialog ID as Optoken */  /*NORESOURCEFIX*/ \
                        class::GetState,                    /* GetState                 */ \
                        0,                                  /* help ID                  */ \
                        _R(IDBBL_BAR_ ## name),             /* Bubble help              */  /*NORESOURCEFIX*/ \
                        0,                                  /* Resource ID              */ \
                        _R(IDC_BTN_BAR_ ## name),           /* Control ID               */  /*NORESOURCEFIX*/ \
                        SYSTEMBAR_EDIT,                     /* Bar ID                   */ \
                        TRUE,                               /* Recieve system messages  */ \
                        FALSE,                              /* Smart duplicate operation*/ \
                        TRUE,                               /* Clean operation          */ \
                        0,                                  /* No vertical counterpart  */ \
                        0,                                  /* String for one copy only */ \
/*                      _R(IDS_BAR_ ## name ## _ONE),          String for one copy only */  /*NORESOURCEFIX*/ \
                        0,                                  /* Auto state flags         */ \
                        TRUE                                /* Tickable                 */ \
                    ))
 | 
  
      
  | 
  ||||||||||||
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
 1.4.4