tgtk_clist_optimal_column_width() implemented for Win32. - vaccinewars - be a doctor and try to vaccinate the world
HTML git clone git://src.adamsgaard.dk/vaccinewars
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit ca9610ae05202660682458b8ba716860b8d5f7c1
DIR parent c795650908325428891e79717b576cc229033089
HTML Author: Ben Webb <ben@salilab.org>
Date: Mon, 19 Aug 2002 12:52:21 +0000
gtk_clist_optimal_column_width() implemented for Win32.
Diffstat:
M src/gtkport/clist.c | 5 +++++
1 file changed, 5 insertions(+), 0 deletions(-)
---
DIR diff --git a/src/gtkport/clist.c b/src/gtkport/clist.c
t@@ -296,6 +296,11 @@ void gtk_clist_do_auto_resize(GtkCList *clist)
}
}
+gint gtk_clist_optimal_column_width(GtkCList *clist, gint column)
+{
+ return clist->coldata[column].width;
+}
+
void gtk_clist_update_all_widths(GtkCList *clist)
{
GSList *list;