anonymous enum

Enumerator:
ID_CANCEL  Send to cancel the interface.
ID_ACCEPT  Send to accept the interface.
ID_BUTTONWELL 
ID_DOCKWELL  Send to dock the button well.
ID_UNDOCKWELL  Send to undock the button well.
ID_CHOICE 
ID_LAST 

Definition at line 206 of file FXHandedInterface.h.

00207     {
00208         ID_CANCEL=FXShell::ID_LAST,     
00209         ID_ACCEPT,                      
00210         ID_BUTTONWELL,
00211         ID_DOCKWELL,                    
00212         ID_UNDOCKWELL,                  
00213         ID_CHOICE,
00214         ID_LAST=ID_CHOICE+1000
00215     };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:34:16 2009 for TnFOX by doxygen v1.4.7