Gjsify LogoGjsify Logo

The #WnckWorkspaceLayout struct contains information about the layout of #WnckWorkspace on a #WnckScreen, and the exact position of a specific #WnckWorkspace.

record

Hierarchy

  • WorkspaceLayout

Index

Constructors

Properties

cols: number

number of columns in the layout grid.

field
current_col: number

column of the specific #WnckWorkspace, starting from 0.

field
current_row: number

row of the specific #WnckWorkspace, starting from 0.

field
grid: number

array of size grid_area containing the index (starting from 0) of the #WnckWorkspace for each position in the layout grid, or -1 if the position does not correspond to any #WnckWorkspace.

field
grid_area: number

size of the grid containing all #WnckWorkspace. This can be bigger than the number of #WnckWorkspace because the grid might not be filled.

field
rows: number

number of rows in the layout grid.

field
name: string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method