Re: ScrolledWindow placement



Quoting Lars Hamann (lars@gtk.org):

> 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 ?

--
Dipl. Inf. (FH) Aaron "Optimizer" Digulla     Assistent im BIKS Labor, FB WI
"(to) optimize: Make a program faster by      FH Konstanz, Brauneggerstr. 55
improving the algorithms rather than by       Tel:+49-7531-206-514
buying a faster machine."                     EMail: digulla@fh-konstanz.de



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