Re: Spin button sugar



Havoc Pennington wrote:

> In general we don't rename old functions, the standard thing would be
> to use a different name for the new
> function. e.g. gtk_spin_button_new_with_range() or something. The
> price of legacy code.

Okay, I'll leave the old one alone.  

Also, after thinking about it further, I'm gonna go with 5 params for
flexibility instead of deriving the page_incr:

gtk_spin_button_new_with_range (value, min, max, step, page);

Mike




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