aboutsummaryrefslogtreecommitdiffstats
path: root/column.h
AgeCommit message (Collapse)AuthorFilesLines
1999-06-19Use "gtk_toggle_button_set_state()" rather thanGuy Harris1-2/+1
"gtk_toggle_button_set_active()" to set the state of radio buttions; "gtk_toggle_button_set_active()" doesn't exist in GTK+ 1.0[.x], and "gtk_toggle_button_set_state()" is an alias for it in GTK+ 1.2[.x]. Compute the column widths in the summary display based on the longest string in the column; recompute it whenever we update the columns. svn path=/trunk/; revision=319
1998-11-17* Added column formatting functionality.Gerald Combs1-0/+44
* Added check_col(), add_col_str() and add_col_fmt() to replace references to ft->win_info. * Added column prefs handling code. svn path=/trunk/; revision=97