Diff
Differences From Artifact [4f1024300e]:
- File channels/bookmarks.py — part of check-in [a6ba97bce0] at 2015-04-22 20:49:26 on branch trunk — Let bookmarks channel use generic.load() to reapply scroll position y= after inserts. (user: mario, size: 7354) [annotate] [blame] [check-ins using]
To Artifact [bc019be2b3]:
- File channels/bookmarks.py — part of check-in [dbfe218f76] at 2015-04-23 19:04:05 on branch trunk — Add uikit.tree() instantiation for bookmarks tab. (user: mario, size: 7403) [annotate] [blame] [check-ins using]
︙ | |||
45 46 47 48 49 50 51 52 53 54 55 56 57 58 | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | + | # cache list, to determine if a PLS url is bookmarked urls = [] def gui(self, parent): parent.notebook_channels.set_menu_label_text(parent.v_bookmarks, "bookmarks") GenericChannel.gui(self, parent) uikit.tree_column(self.gtk_cat, "Group") # this channel does not actually retrieve/parse data from anywhere def update_categories(self): pass # but category sub-plugins might provide a hook category_plugins = {} |
︙ |