Searched refs:tab (Results 1 - 3 of 3) sorted by relevance

/inkscape/share/extensions/
H A Dmarkers_strokepaint.py64 self.OptionParser.add_option("--tab",
66 dest="tab",
67 help="The selected UI-tab when OK was pressed")
71 help="The selected cutom color tab when OK was pressed")
87 if self.options.tab == '"object"':
110 elif self.options.tab == '"custom"':
150 if (not('stroke' in cstyle and self.options.tab == '"object"' and cstyle['stroke'] == 'none' and self.options.fill_type == "filled")):
154 if (not('fill' in cstyle and self.options.tab == '"object"' and cstyle['fill'] == 'none' and self.options.fill_type == "solid")):
H A Drestack.py58 self.OptionParser.add_option("--tab",
60 dest="tab",
61 help="The selected UI-tab when OK was pressed")
65 help="The selected UI-tab when OK was pressed")
68 if self.options.tab == '"help"':
71 if self.options.tab == '"positional"':
73 elif self.options.tab == '"z_order"':
H A Dguides_creator.py145 # Define option for the tab.
146 self.OptionParser.add_option("--tab",
148 dest="tab", default="regular_guides",
269 tab = self.options.tab
271 # first tab
278 # second tab
285 # third tab
310 if (tab == "\"regular_guides\""):
365 elif (tab
[all...]

Completed in 27 milliseconds