Unit 'libgnomeui' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#gnome1]

TGnomeWinState

Declaration

Source position: gnomewinhints.inc line 24

type TGnomeWinState = (

  WIN_STATE_STICKY = 1 shl 0,

  WIN_STATE_MINIMIZED = 1 shl 1,

  WIN_STATE_MAXIMIZED_VERT = 1 shl 2,

  WIN_STATE_MAXIMIZED_HORIZ = 1 shl 3,

  WIN_STATE_HIDDEN = 1 shl 4,

  WIN_STATE_SHADED = 1 shl 5,

  WIN_STATE_HID_WORKSPACE = 1 shl 6,

  WIN_STATE_HID_TRANSIENT = 1 shl 7,

  WIN_STATE_FIXED_POSITION = 1 shl 8,

  WIN_STATE_ARRANGE_IGNORE = 1 shl 9

);


Documentation generated on: 2023-03-18