Lines Matching defs:verb
76 def verb(self, verb):
77 """Run an Inkscape verb
79 For a list of verbs, run `inkscape --verb-list`
82 self.command += "--verb=%s " % (verb)
123 self.verb("EditDeselect")
131 cmd = self.init_args + " " + self.command + "--verb=FileSave --verb=FileQuit"
176 self.set_init_args("--verb=UnlockAllInAllLayers")
185 self.verb("ObjectToPath")
206 self.verb("ObjectToPath")
212 self.verb("EditUnlinkClone")