Bug?: CTree without pixmaps truncates text in first column




I'm using GTK 1.1.12.

If I have a CTree and I don't use pixmaps, the text in the first column is
truncated.  Autoresize is set for the first column.  You can duplicate
this behavior in testgtk by not passing insert_node a pixmap:

parent = gtk_ctree_insert_node (ctree, NULL, NULL, text, 5,
		NULL/*pixmap1*/, NULL/*mask1*/, NULL/*pixmap2*/,
		NULL/*mask2*/, FALSE, TRUE);	[line 4730]

David


      __          _    __  
  ___/ /__ __  __(_)__/ /  David Helder - University of Michigan
 / _  / _ `/ |/ / / _  /   dhelder@umich.edu
 \_,_/\_,_/|___/_/\_,_/    http://www.eecs.umich.edu/~dhelder




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