| Trees | Indices | Help |
|
|---|
|
|
TextScrollList --+
|
StackControlBase --+
|
BookmarkControl
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| StackControl Interface | |||
|---|---|---|---|
|
|||
| Interface | |||
|
Inherited from |
|||
| Overridden Methods | |||
|
|||
|
|||
|
|||
| Configuration | |||
|---|---|---|---|
k_bookmark_store = "MRV_bookmarks"
|
|||
| Signals | |||
bookmark_changed = ui.Signal()
|
|||
|
|||
|
|
|
Store the given path under the given root
:param add: if True, the path will be added to the bookmarks of the given
root, otherwise it will be removed
|
|
|
Add a new bookmark
:param bookmark: tuple of root,relative_path or a single absolute path. In the
latter case, the root will be the natural root of the absolute path
|
Set this control to a list of bookmarks
:param bookmarks: list of either tuples of (root, path) pairs or absolute paths
whose root will be chosen automatically
|
Remove the given bookmark from the list of bookmarks
:param bookmark: full path to the bookmark to remove. Its not an error
if it doesn't exist in the first place
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 19 18:00:15 2011 | http://epydoc.sourceforge.net |