wxpyNautilus.etc package

Submodules

wxpyNautilus.etc.bookshelf module

class wxpyNautilus.etc.bookshelf.ItemData(tree, buffer)[source]

Bases: object

Item data for TreeListCtrl

class wxpyNautilus.etc.bookshelf.EditorTreeCtrl(parent, *args, **kwargs)[source]

Bases: TreeCtrl, CtrlInterface, TreeList

TreeList control

Construct treectrl in the order of tree:list.

OnDestroy(evt)[source]
reset(clear=True)[source]

Build tree control. All items will be rebuilt after clear if specified.

watch(target)[source]
unwatch()[source]
on_buffer_new(buf)[source]
on_buffer_deleted(buf)[source]
on_buffer_selected(buf)[source]
on_buffer_caption(buf)[source]
on_buffer_filename(buf)[source]
OnSelChanged(evt)[source]
OnItemTooltip(evt)[source]
class wxpyNautilus.etc.bookshelf.Plugin(parent, session=None, **kwargs)[source]

Bases: Layer

Init()[source]

Initialize me safely (to be overridden).

Destroy(self) bool[source]

Module contents