Re: ScrolledWindow placement



On Fri, Nov 06, 1998 at 10:56:54AM +0100, Aaron Digulla wrote:

> > Are there any objections against something like :
> > typedef enum
> > {
> >   GTK_WINDOW_TOP_LEFT,
> >   GTK_WINDOW_BOTTOM_LEFT,
> >   GTK_WINDOW_TOP_RIGHT,
> >   GTK_WINDOW_BOTTOM_RIGHT
> > } GtkScrolledWindowPlacement;
> > void
> > gtk_scrolled_window_set_placement (GtkScrolledWindow *scrolled_window,
> >				     GtkScrolledWindowPlacement placement);
> > to change the position of the scrollbars and viewport window of a
> > scrolled window?
> 
> No against the idea itself but against the names :-/ What is the
> policy for very long names ? IMHO, GtkScrolledWindowScrollerPlacement
> is too long :-) How about GtkSWScrollerPlacement ?

I would prefer a "GtkCornerType" in gtkenums.h then.

bye,
  Lars



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