3007:bad2e89047e7 | 3008:7848489bcb92 |
---|---|
18 Class mplementing the bookmark dialog. | 18 Class mplementing the bookmark dialog. |
19 """ | 19 """ |
20 DEFINE_MODE = 0 | 20 DEFINE_MODE = 0 |
21 MOVE_MODE = 1 | 21 MOVE_MODE = 1 |
22 | 22 |
23 def __init__(self, mode, tagsList, branchesList, bookmarksList, parent=None): | 23 def __init__(self, mode, tagsList, branchesList, bookmarksList, |
24 parent=None): | |
24 """ | 25 """ |
25 Constructor | 26 Constructor |
26 | 27 |
27 @param mode of the dialog (integer) | 28 @param mode of the dialog (integer) |
28 @param tagsList list of tags (list of strings) | 29 @param tagsList list of tags (list of strings) |