anonymous enum [protected, inherited]

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 106 of file FXHandedInterface.h.

00107     {
00108         ID_CANCEL=FXShell::ID_LAST,     
00109         ID_ACCEPT,                      
00110         ID_BUTTONWELL,
00111         ID_DOCKWELL,                    
00112         ID_UNDOCKWELL,                  
00113         ID_CHOICE,
00114         ID_LAST=ID_CHOICE+1000
00115     };


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