Package smjg.libs.sdwf.cmdids

Standard command identifiers. More...


Enumerations

enum  CM {
  FILE_NEW = 24331, FILE_OPEN = 24332,
  FILE_SAVE = 24333, FILE_SAVE_AS = 24334,
  FILE_PRINT = 24335, FILE_PAGE_SETUP = 24336,
  EXIT = 24340, EDIT_UNDO = 24321,
  EDIT_CUT = 24322, EDIT_COPY = 24323,
  EDIT_PASTE = 24324, WINDOW_CASCADE = 24361,
  WINDOW_TILE_VERT = 24362, WINDOW_TILE_HORIZ = 24363,
  WINDOW_ARRANGE_ICONS = 24364, WINDOW_CLOSE_ALL = 24365,
  HELP_INDEX = 24341, HELP_ABOUT = 24346
}


Detailed Description

Standard command identifiers.

The smjg.libs.sdwf.cmdids module provides a set of standard command identifiers for use in menu resources.


Enumeration Type Documentation

enum smjg::libs::sdwf::cmdids::CM

A collection of standard command identifiers for you to use in a menu resource. Some of these may have predefined handlers in SDWF - currently, these are EXIT and the WINDOW_xxxx commands. The resource file itself should include the accompanying cmdids.h file.

Enumerator:
FILE_NEW 
FILE_OPEN 
FILE_SAVE 
FILE_SAVE_AS 
FILE_PRINT 
FILE_PAGE_SETUP 
EXIT 
EDIT_UNDO 
EDIT_CUT 
EDIT_COPY 
EDIT_PASTE 
WINDOW_CASCADE 
WINDOW_TILE_VERT 
WINDOW_TILE_HORIZ 
WINDOW_ARRANGE_ICONS 
WINDOW_CLOSE_ALL 
HELP_INDEX 
HELP_ABOUT 


Generated on Sun Jan 11 21:54:10 2009 for Stewart's D Windows Framework by  doxygen 1.5.4