lets take a function
proc button*(width,height:float): float = ...
name is only for illustration
i want to know a method which makes input in gui style and convert it to proper way as in case of gui designer properties
width: [.........] height: [.........]
here [....] is text input or combobox or any input as in gui designer. how to make this type of function. can be any gui.