Inkscape.org
Creating New Extensions Close inx window
  1. #1
    Frank SAURET Frank SAURET @FrankSAURET

    Hi, 

    Is ther a way to  close inx window (this open with te extension) inside the extension.

    Thank's

  2. #2
    inklinea inklinea @inklinea⛰️

    I don't think so. No without using hacks to kill the window. 

    If it's something that you really need, you could make a gtk3 window which closes with the extension.

    However, you lose the "Live Preview" feature if you use a custom gtk3 interface.

  3. #3
    Frank SAURET Frank SAURET @FrankSAURET

    Thank's