How to use a scrolled window

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

How to use a scrolled window

by Kunimoto, Mark Y. :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

How to use a scrolled window

Hey everyone,

I guess Im missing something Ive been unable to use a scrolled window widget in glade 3.  Whenever I try to place the widget I always get the following error message back:

gtk_scrolled_window_add(): cannot add non scrollable widget use gtk_scrolled_window_add_with_viewport() instead

Ive tried putting the view port widget first then a scrolled window widget inside the viewport but that hasnt worked either.  Can someone explain to me how to get it to work.  Thank you for your time.

Mark


_______________________________________________
Glade-users maillist  -  Glade-users@...
http://lists.ximian.com/mailman/listinfo/glade-users

Re: How to use a scrolled window

by Manuel Alejandro Cerón Estrada-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/10/20 Kunimoto, Mark Y. <Mark.Kunimoto@...>:

> Hey everyone,
>
> I guess I’m missing something I’ve been unable to use a scrolled window
> widget in glade 3.  Whenever I try to place the widget I always get the
> following error message back:
>
> gtk_scrolled_window_add(): cannot add non scrollable widget use
> gtk_scrolled_window_add_with_viewport() instead
>
> I’ve tried putting the view port widget first then a scrolled window widget
> inside the viewport but that hasn’t worked either.  Can someone explain to
> me how to get it to work.  Thank you for your time.

You have to put the scrolledwindow first and then the viewport inside
the scrolled window. Some widgets (e.g treeviews) don't need a
viewport first.

>
> Mark
>
> _______________________________________________
> Glade-users maillist  -  Glade-users@...
> http://lists.ximian.com/mailman/listinfo/glade-users
>
>
_______________________________________________
Glade-users maillist  -  Glade-users@...
http://lists.ximian.com/mailman/listinfo/glade-users