64
64
self.winMain.set_name("main-window")
65
65
widgets = ["txtNote", "bAdd", "imgAdd", "imgResizeR", "eResizeR",
66
"bLock", "imgLock", "imgUnlock", "bClose",
66
"bLock", "imgLock", "imgUnlock", "imgClose", "imgDropdown",
67
"bClose", "confirmDelete", "movebox1", "movebox2"]
69
69
setattr(self, w, self.builder.get_object(w))
70
70
self.style_contexts = [self.winMain.get_style_context(),