What is the terminology for panel/frame "sliders"?

View: New views
4 Messages — Rating Filter:   Alert me  

What is the terminology for panel/frame "sliders"?

by Daniel B. Thurman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I am not well versed in windows terminology,
so what do you call the "slider" that allows
panels or frames to be resizeable?

For example:

         V-Slider:
             v
+===========+v+===========+
|           | |           |
|           | |           |
|           | |           |
|           | |           |
|           | |           |
|           | |           |
+===========+ +===========+
>        H-slider         <
+=========================+
|                         |
|                         |
+=========================+

It's not a scrollbar, or so I think, but it
allows for either panels to grow or shrink
depending on which slider is chosen and in
which way one slides it.

So what widget can I use for this and what
is it called?

Thanks!
Dan

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@...
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: What is the terminology for panel/frame "sliders"?

by Kristian Rietveld-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Nov 5, 2009 at 12:31 AM, Daniel B. Thurman <dant@...> wrote:
> I am not well versed in windows terminology,
> so what do you call the "slider" that allows
> panels or frames to be resizeable?

I guess you mean GtkHPaned/GtkVPaned?  Here you can find the GtkPaned
base class with image:

  http://library.gnome.org/devel/gtk/stable/GtkPaned.html



regards,

-kris.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@...
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Parent Message unknown Re: What is the terminology for panel/frame "sliders"?

by Progss :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

"Daniel B. Thurman" <dant@...> pisze:
> I am not well versed in windows terminology,

> so what do you call the "slider" that allows

> panels or frames to be resizeable?

You probably need Paned:
http://library.gnome.org/devel/gtk/unstable/GtkPaned.html

Br.
Waldek

------------------------------------------------------------------------------
Mapa fotoradarow!
Pobierz >> http://link.interia.pl/f2413

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@...
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: What is the terminology for panel/frame "sliders"?

by Daniel B. Thurman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 11/04/2009 03:31 PM, Daniel B. Thurman wrote:

> I am not well versed in windows terminology,
> so what do you call the "slider" that allows
> panels or frames to be resizeable?
>
> For example:
>
>          V-Slider:
>              v
> +===========+v+===========+
> |           | |           |
> |           | |           |
> |           | |           |
> |           | |           |
> |           | |           |
> |           | |           |
> +===========+ +===========+
>  
>>        H-slider         <
>>    
> +=========================+
> |                         |
> |                         |
> +=========================+
>
> It's not a scrollbar, or so I think, but it
> allows for either panels to grow or shrink
> depending on which slider is chosen and in
> which way one slides it.
>
> So what widget can I use for this and what
> is it called?
>
> Thanks!
> Dan
>
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@...
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
>  
I figured out this one, so again, never mind.
It's GTK.Paned I was looking for.

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@...
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list