Matthias Schult <[EMAIL PROTECTED]> writes:

> * Kludges editor

For this particular one, it would probably be interesting to have it
integrated in ion: I imagine a menu entry in the frame context menu
saying something like "Edit winprops", then it would open (probably an
external program, called with the right arguments) a dialog box

+----------------+--------+
|class           |"foo"   |
+----------------+--------+
|instance        |"bar"   |
+----------------+--------+
|transcient_mode |true    |
+----------------+--------+
|user_defined    |"foobar"|
+----------------+--------+
    +---------------+
    | add a winprop |
    +---------------+
   +------+ +--------+
   | Save | | Cancel |
   +------+ +--------+

Then, the "save" button would save this as

defwinprop {
  class = "foo",
  instance = "bar",
  transient_mode = true,
  user_defined = "foobar",
}

In a configuration file (and load the definition).

-- 
Matthieu

Reply via email to