Re: GtkLabel patch



Alexander Larsson <alla lysator liu se> writes: 
>  enum {
> -  ARG_0,
> -  ARG_LABEL,
> -  ARG_PATTERN,
> -  ARG_JUSTIFY,
> -  ARG_WRAP
> +  PROP_0,
> +  PROP_TEXT,

Shouldn't we still support the "label" attribute, even if it's a
synonym for "text"?

> +  PROP_ATTRIBUTES,
> +  PROP_MARKUP,
> +  PROP_MARKUP_ACCEL,

If we have markup_accel, maybe also text_accel.

Also conceivably we should be using "accel" for the Ctrl+whatever
shortcuts, and some other word for the Alt+whatever underline
accelerators, but this is not your problem... ignore for now.

Havoc




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