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

TGnomeWinHints

Declaration

Source position: gnomewinhints.inc line 31

type TGnomeWinHints = (

  ININTS_SKIP_FOCUS = 1 shl 0,

  ININTS_SKIP_WINLIST = 1 shl 1,

  ININTS_SKIP_TASKBAR = 1 shl 2,

  ININTS_GROUP_TRANSIENT = 1 shl 3,

  ININTS_FOCUS_ON_CLICK = 1 shl 4,

  ININTS_DO_NOT_COVER = 1 shl 5

);


Documentation generated on: 2025-07-25