HandleBox mostly works now (the size_request and size_allocate is black magic to me, I am lucky it works :) Plus a few other changes

This commit is contained in:
Elliot Lee
1997-12-28 01:28:27 +00:00
parent a5fa0b03c0
commit 2d8acc12f3
5 changed files with 37 additions and 62 deletions

View File

@ -270,7 +270,7 @@ gtk_tree_add (GtkContainer *container,
tree->children = g_list_append (tree->children, widget);
#ifdef 0
#if 0
if (!tree->selection && (tree->selection_mode == GTK_SELECTION_BROWSE))
{
gtk_tree_select_child (tree, widget);