Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FXTopWindow.h File Reference
#include "FXShell.h"

Go to the source code of this file.

Classes

class  FX::FXTopWindow
 

Namespaces

 FX
 

Enumerations

enum  {
  FX::DECOR_NONE = 0,
  FX::DECOR_TITLE = 0x00020000,
  FX::DECOR_MINIMIZE = 0x00040000,
  FX::DECOR_MAXIMIZE = 0x00080000,
  FX::DECOR_CLOSE = 0x00100000,
  FX::DECOR_BORDER = 0x00200000,
  FX::DECOR_SHRINKABLE = 0x00400000,
  FX::DECOR_STRETCHABLE = 0x00800000,
  FX::DECOR_RESIZE = DECOR_SHRINKABLE|DECOR_STRETCHABLE,
  FX::DECOR_MENU = 0x01000000,
  FX::DECOR_ALL = (DECOR_TITLE|DECOR_MINIMIZE|DECOR_MAXIMIZE|DECOR_CLOSE|DECOR_BORDER|DECOR_SHRINKABLE|DECOR_STRETCHABLE|DECOR_MENU)
}
 
enum  {
  FX::PLACEMENT_DEFAULT,
  FX::PLACEMENT_VISIBLE,
  FX::PLACEMENT_CURSOR,
  FX::PLACEMENT_OWNER,
  FX::PLACEMENT_SCREEN,
  FX::PLACEMENT_MAXIMIZED
}
 

Copyright © 1997-2005 Jeroen van der Zijp