Re: (Style) Property review

2010-09-02 Thread Matthias Clasen
I have now committed a first round of cleanups to master (and corresponding deprectations to 2.22). In detail, > 1) GtkDialog::has-separator >    GtkMessageDialog::use-separator These are gone. > 2) GtkStatusIcon::blinking Gone. > 3) GtkIconView::orientation >    GtkCellRendererProgress::orie

Re: (Style) Property review

2010-08-31 Thread Thomas Wood
On Sat, 2010-08-28 at 23:16 -0400, Matthias Clasen wrote: > I took some time last night to look over the impressive list of > properties of all widgets. Here are some cleanups that we might > consider for GTK3: Thanks for looking into this. > > There are several cases where we seem to have a mix

Re: (Style) Property review

2010-08-31 Thread Kristian Rietveld
Hi Matthias, On Sun, Aug 29, 2010 at 5:16 AM, Matthias Clasen wrote: > 5) We have an indicator-size property in GtkCellRendererToggle , but > indicator-size style-property in GtkCheckButton and GtkCheckMenuItem. > This was unavoidable, since cell renderers are not widgets and can't > have style p

(Style) Property review

2010-08-28 Thread Matthias Clasen
I took some time last night to look over the impressive list of properties of all widgets. Here are some cleanups that we might consider for GTK3: 1) GtkDialog::has-separator GtkMessageDialog::use-separator We should just remove these, I think. Dialogs don't need separators. 2) GtkStatusIcon