Inkscape Wiki

draw freely
Download Now!
Open Source Scalable Vector Graphics Editor
 


Here you will find the differents parameters you may use in your .inx files (Inkscape Extensions)

Contents

[edit] boolean

Gives a checkbox in the dialog; the default value may be "true" or "1", "false" or "0".

[edit] int

To get an integer; sort of textbox in the dialog.

[edit] float

To get an float number; sort of textbox in the dialog.

[edit] string

To get an character string; textbox in the dialog.

[edit] description

To show some text in the dialog.

[edit] enum

List of choices; the different choices are given by <item> elements.

[edit] notebook

To have different pages in the dialog; the other parameters are given inside <page> elements.

[edit] optiongroup

List of choices with rounded checkboxes; the different choices are given by <option> elements.

[edit] color

??