Gnm.FTCategoryGroup

Fields

Name

Type

Access

Description

categories

[object]

r/w

description

str

r/w

name

str

r/w

Methods

class

cmp (a, b)

class

list_free (category_groups)

class

list_get ()

get_templates_list (context)

Details

class Gnm.FTCategoryGroup
classmethod cmp(a, b)
Parameters:
Return type:

int

classmethod list_free(category_groups)
Parameters:

category_groups ([Gnm.FTCategoryGroup]) – the list to free.

classmethod list_get()
Returns:

the list of Gnm.FTCategoryGroup which should be freed using Gnm.FTCategoryGroup.list_free().

Return type:

[Gnm.FTCategoryGroup]

get_templates_list(context)
Parameters:

context (GOffice.CmdContext) – GOffice.CmdContext

Return type:

[Gnm.FT]