anonymous enum

Title and border decorations.

Enumerator:
DECOR_NONE 
DECOR_TITLE  Borderless window.
DECOR_MINIMIZE  Window title.
DECOR_MAXIMIZE  Minimize button.
DECOR_CLOSE  Maximize button.
DECOR_BORDER  Close button.
DECOR_SHRINKABLE  Border.
DECOR_STRETCHABLE  Window can become smaller.
DECOR_RESIZE  Window can become larger.
DECOR_MENU  Resize handles.
DECOR_ALLBUTRESIZE  Window menu.
DECOR_ALL 

Definition at line 36 of file FXTopWindow.h.

00036      {
00037   DECOR_NONE        = 0,                                  
00038   DECOR_TITLE       = 0x00020000,                         
00039   DECOR_MINIMIZE    = 0x00040000,                         
00040   DECOR_MAXIMIZE    = 0x00080000,                         
00041   DECOR_CLOSE       = 0x00100000,                         
00042   DECOR_BORDER      = 0x00200000,                         
00043   DECOR_SHRINKABLE  = 0x00400000,                         
00044   DECOR_STRETCHABLE = 0x00800000,                         
00045   DECOR_RESIZE      = DECOR_SHRINKABLE|DECOR_STRETCHABLE, 
00046   DECOR_MENU        = 0x01000000,                         
00047   // FXHandedInterface uses 0x02000000 onwards
00048   DECOR_ALLBUTRESIZE= (DECOR_TITLE|DECOR_CLOSE|DECOR_BORDER|DECOR_MENU),
00049   DECOR_ALL         = (DECOR_TITLE|DECOR_MINIMIZE|DECOR_MAXIMIZE|DECOR_CLOSE|DECOR_BORDER|DECOR_SHRINKABLE|DECOR_STRETCHABLE|DECOR_MENU)
00050   };


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