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

TWindowPosition

Declaration

Source position: fpg_form.pas line 34

type TWindowPosition = (

  wpUser,

  

OS or Desktop/Window manager decides the position.

  wpAuto,

  

Window gets placed in exact x,y coordinates set by developer.

  wpScreenCenter,

  

Window gets centered horizontally and vertically in the current desktop window.

  wpOneThirdDown

  

Following the "golden ratio 1.618" rules or ideas as to what is pleasing to the eye. The window is positioned one third from the top of the screen, using the desktop height to calculate, and centered horizontally.

);


Documentation generated on: 2015-04-04