~inkscape.dev/inkscape/lpeUpdDefaultParams

« back to all changes in this revision

Viewing changes to src/extension/param/notebook.h

  • Committer: jabiertxof
  • Date: 2017-04-26 09:16:33 UTC
  • mfrom: (15620.1.25 inkscape)
  • Revision ID: info@marker.es-20170426091633-woqwltm0wwbup0if
Update to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
                              notebook */
43
43
public:
44
44
    ParamNotebook(const gchar * name,
45
 
                  const gchar * guitext,
46
 
                  const gchar * desc,
47
 
                  const Parameter::_scope_t scope,
48
 
                  bool gui_hidden,
49
 
                  const gchar * gui_tip,
 
45
                  const gchar * text,
 
46
                  const gchar * description,
 
47
                  bool hidden,
50
48
                  int indent,
51
49
                  Inkscape::Extension::Extension * ext,
52
50
                  Inkscape::XML::Node * xml);