help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Composite widgets


From: Per Abrahamsen
Subject: Re: Composite widgets
Date: Sun, 30 Nov 2003 16:18:40 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

Mario Domgörgen <kanaldrache@gmx.de> writes:

> I save that list to a file and want to reload it afterwards so that the
> repeat-widget is initialized with that values. I know how to load the
> list but don't know how to get the values in the repeat... :)

(let ((value '(("bla" . "blub") ("pli" . "pla"))))
  (widget-create 'repeat :value value 
                 '(cons (string :size 30) (string :size 30)))
  (widget-setup)
  (widget-browse-mode))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]