Re: [E-devel] API inconsistency

2009-09-01 Thread Christopher Michael
Carsten Haitzler (The Rasterman) wrote: > On Thu, 20 Aug 2009 11:51:50 -0400 Christopher Michael > > said: > >> While working on the new shelf dialog, I noticed an API inconsistency: >> >> we have e_win_size_min_set but we also have e_widget_min_size_set ... >> >> which is prefered ? : >> >> e_w

Re: [E-devel] API inconsistency

2009-08-31 Thread The Rasterman
On Thu, 20 Aug 2009 11:51:50 -0400 Christopher Michael said: > While working on the new shelf dialog, I noticed an API inconsistency: > > we have e_win_size_min_set but we also have e_widget_min_size_set ... > > which is prefered ? : > > e_win_size_min_set > e_widget_size_min_set > > OR > >

Re: [E-devel] API inconsistency

2009-08-20 Thread Gustavo Sverzut Barbieri
On Thu, Aug 20, 2009 at 12:56 PM, Iván Briano (Sachiel) wrote: > On Thu, Aug 20, 2009 at 12:51 PM, Christopher > Michael wrote: >> While working on the new shelf dialog, I noticed an API inconsistency: >> >> we have e_win_size_min_set but we also have e_widget_min_size_set ... >> >> which is prefer

Re: [E-devel] API inconsistency

2009-08-20 Thread Sachiel
On Thu, Aug 20, 2009 at 12:51 PM, Christopher Michael wrote: > While working on the new shelf dialog, I noticed an API inconsistency: > > we have e_win_size_min_set but we also have e_widget_min_size_set ... > > which is prefered ? : > > e_win_size_min_set > e_widget_size_min_set > This one matches

[E-devel] API inconsistency

2009-08-20 Thread Christopher Michael
While working on the new shelf dialog, I noticed an API inconsistency: we have e_win_size_min_set but we also have e_widget_min_size_set ... which is prefered ? : e_win_size_min_set e_widget_size_min_set OR e_win_min_size_set e_widget_min_size_set dh -