Method

MetaDisplayget_tab_next

Declaration [src]

MetaWindow*
meta_display_get_tab_next (
  MetaDisplay* display,
  MetaTabList type,
  MetaWorkspace* workspace,
  MetaWindow* window,
  gboolean backward
)

Description [src]

Determine the next window that should be displayed for Alt-TAB functionality.

Parameters

type MetaTabList
 

Type of tab list.

workspace MetaWorkspace
 

Origin workspace.

 The data is owned by the caller of the function.
window MetaWindow
 

Starting window.

 The argument can be NULL.
 The data is owned by the caller of the function.
backward gboolean
 

If TRUE, look for the previous window.

Return value

Returns: MetaWindow
 

Next window.

 The data is owned by the instance.