Difference between revisions of "Talk:Extensions: INX widgets and parameters"

From Inkscape Wiki
Jump to navigation Jump to search
m
Line 4: Line 4:
* Multiline text fields: appearance="multiline"
* Multiline text fields: appearance="multiline"
     I could not figure out how to set the height to something else than one row ?
     I could not figure out how to set the height to something else than one row ?
Hi :) Here's a screenshot:
https://imgur.com/Sn6B1UZ.png
and here's the corresponding inx file:
https://wiki.inkscape.org/wiki/index.php?title=Updating_your_Extension_for_1.0#Changes_to_parameter_definitions (click on 'Expand')
* type "description"
* type "description"
     A param of type description is replaced by label. The old format (still supported) should be put in another section.
     A param of type description is replaced by label. The old format (still supported) should be put in another section.
Right! Sorry about the wrong info.
* translatable="no"
* translatable="no"
     Have to be done, but I'm not certain how it works. In some cases, the translatable element is the tag value and in other, it's an attribute.
     Have to be done, but I'm not certain how it works. In some cases, the translatable element is the tag value and in other, it's an attribute.
I don't know any more than what is written here: https://wiki.inkscape.org/wiki/index.php?title=Updating_your_Extension_for_1.0#Changes_to_parameter_definitions - ask ede123 / Patrick if there's anything else that you need to know.
* implements-custom-gui  
* implements-custom-gui  
     Never used it, what is it ?
     Never used it, what is it ?
See https://wiki.inkscape.org/wiki/index.php?title=Release_notes/1.0#Extension_dialogs (last item)
[[User:KBenoit|KBenoit]] ([[User talk:KBenoit|talk]]) 01:01, 26 March 2020 (UTC)
[[User:KBenoit|KBenoit]] ([[User talk:KBenoit|talk]]) 01:01, 26 March 2020 (UTC)

Revision as of 23:43, 27 March 2020

User Moini Added this talk into the page :

To document:

  • Multiline text fields: appearance="multiline"
   I could not figure out how to set the height to something else than one row ?

Hi :) Here's a screenshot: https://imgur.com/Sn6B1UZ.png and here's the corresponding inx file: https://wiki.inkscape.org/wiki/index.php?title=Updating_your_Extension_for_1.0#Changes_to_parameter_definitions (click on 'Expand')

  • type "description"
   A param of type description is replaced by label. The old format (still supported) should be put in another section.

Right! Sorry about the wrong info.

  • translatable="no"
   Have to be done, but I'm not certain how it works. In some cases, the translatable element is the tag value and in other, it's an attribute.

I don't know any more than what is written here: https://wiki.inkscape.org/wiki/index.php?title=Updating_your_Extension_for_1.0#Changes_to_parameter_definitions - ask ede123 / Patrick if there's anything else that you need to know.

  • implements-custom-gui
   Never used it, what is it ?

See https://wiki.inkscape.org/wiki/index.php?title=Release_notes/1.0#Extension_dialogs (last item)

KBenoit (talk) 01:01, 26 March 2020 (UTC)