[GUI] Setting properties of a widget.

Vincenzo Ciancia ciancia@cli.di.unipi.it
Mon, 31 Mar 2003 16:24:40 +0200


On Mon, 31 Mar 2003 04:33:10 -0800
John Meacham <john@repetae.net> wrote:

> 
>  mandatory arguments could be modeled by arguments to whatever the
>  widget creation function is. since said arguments are not mutable,
>  exposing them via the get/set interface doesn't seem to make as much
>  sense. 

But are we sure that there aren't mandatory arguments that can be
subsequently changed? These seems two orthogonal concepts to me.

V.