Am 07.01.2010 14:24, schrieb Amol Kulkarni:
> Hi All,
> Is it possible to add GtkTreeView inside VBox and then add that VBox to
> ScrolledWindow using gtk_scrolled_window_add_with_viewport(sw,vbox).
> GtkTreeView has inbuilt scrolling support hence it is expected to add it
> directely to scrolledwi
Hi,
I have also faced a similar situation in which case i need to pack a
treeview inside a VBox.
I would not mind the treeview apis not working but the packing is
something i am looking to keep. The scrolling of the VBox works fine for
smaller sizes of the TreeView. But when the treeview consis
On Thu, Jan 7, 2010 at 1:24 PM, Amol Kulkarni wrote:
> Is it possible to add GtkTreeView inside VBox and then add that VBox to
> ScrolledWindow using gtk_scrolled_window_add_with_viewport(sw,vbox).
> Is this expected/supported use case or am i doing something wrong here?
> Thanks for your time.
Hi All,
Is it possible to add GtkTreeView inside VBox and then add that VBox to
ScrolledWindow using gtk_scrolled_window_add_with_viewport(sw,vbox).
GtkTreeView has inbuilt scrolling support hence it is expected to add it
directely to scrolledwindow using gtk_container_add but in some weird
case i