Method
MetaDisplayget_tab_next
Declaration [src]
MetaWindow*
meta_display_get_tab_next (
  MetaDisplay* display,
  MetaTabList type,
  MetaWorkspace* workspace,
  MetaWindow* window,
  gboolean backward
)
Parameters
- type
- 
            Type: MetaTabListType of tab list. 
- workspace
- 
            Type: MetaWorkspaceOrigin workspace. The data is owned by the caller of the method. 
- window
- 
            Type: MetaWindowStarting window. The argument can be NULL.The data is owned by the caller of the method. 
- backward
- 
            Type: gbooleanIf TRUE, look for the previous window.
Return value
Type: MetaWindow
Next window.
| The returned data is owned by the instance. |