Searched defs:help (Results 1 - 6 of 6) sorted by relevance

/inkscape/packaging/macosx/
H A Dosx-dmg.sh46 help() function
55 \033[1m-h,--help\033[0m
56 display this help message
69 -h|--help)
70 help
H A Dosx-app.sh29 # Thanks to GNUnet's "build_app" script for help with library dep resolution.
53 help() function
62 \033[1m-h,--help\033[0m
63 display this help message
111 -h|--help)
112 help
H A Dosx-build.sh36 help() function
46 \033[1mh,help\033[0m
47 display this help message
119 h|help)
120 help
/inkscape/src/extension/
H A Dprefdialog.cpp36 \param help The help string for the extension (NULL if none)
43 PrefDialog::PrefDialog (Glib::ustring name, gchar const * help, Gtk::Widget * controls, Effect * effect) : argument
49 _help(help),
177 brings up the help window. All other return values are returned
/inkscape/src/ui/dialog/
H A Dextension-editor.cpp157 Gtk::Widget * help = NULL; local
162 help = ext->get_help_widget();
170 if (help != NULL) {
171 _notebook_help.add(*help);
/inkscape/share/extensions/
H A Dgcodetools.py3564 self.OptionParser.add_option("-d", "--directory", action="store", type="string", dest="directory", default="/home/", help="Directory for gcode file")
3565 self.OptionParser.add_option("-f", "--filename", action="store", type="string", dest="file", default="-1.0", help="File name")
3566 self.OptionParser.add_option("", "--add-numeric-suffix-to-filename", action="store", type="inkbool", dest="add_numeric_suffix_to_filename", default=True,help="Add numeric suffix to filename")
3567 self.OptionParser.add_option("", "--Zscale", action="store", type="float", dest="Zscale", default="1.0", help="Scale factor Z")
3568 self.OptionParser.add_option("", "--Zoffset", action="store", type="float", dest="Zoffset", default="0.0", help="Offset along Z")
3569 self.OptionParser.add_option("-s", "--Zsafe", action="store", type="float", dest="Zsafe", default="0.5", help="Z above all obstacles")
3570 self.OptionParser.add_option("-z", "--Zsurface", action="store", type="float", dest="Zsurface", default="0.0", help="Z of the surface")
3571 self.OptionParser.add_option("-c", "--Zdepth", action="store", type="float", dest="Zdepth", default="-0.125", help="Z depth of cut")
3572 self.OptionParser.add_option("", "--Zstep", action="store", type="float", dest="Zstep", default="-0.125", help="Z step of cutting")
3573 self.OptionParser.add_option("-p", "--feed", action="store", type="float", dest="feed", default="4.0", help
6061 def help(self): member in class:Gcodetools
[all...]

Completed in 52 milliseconds