[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpg_base' (#fpgui)

TWindowAttribute

An enum types defining extra attributes of a window.

Declaration

Source position: fpg_base.pas line 55

type TWindowAttribute = (

  waSizeable,

  

If this attribute is set, the window will be resizeable by the user.

  waAutoPos,

  

If this attribute is set, the underlying window manager will decide where the window will be placed on the screen it it becomes visible for the first time.

  waScreenCenterPos,

  

If this attribute is set, the window will be centred on the screen when it is shown for the first time.

  waStayOnTop,

  waFullScreen,

  waBorderless,

  waUnblockableMessages,

  waX11SkipWMHints,

  waOneThirdDownPos

);


Documentation generated on: 2010-08-30