la de da, add back the prototype I just removed -mig, thanks again snorf

This commit is contained in:
Arturo Espinosa 1998-03-10 05:52:52 +00:00
parent 1f39582f3f
commit c5e729b4bc

View File

@ -153,6 +153,11 @@ static void gtk_clist_size_request (GtkWidget * widget,
GtkRequisition * requisition);
static void gtk_clist_size_allocate (GtkWidget * widget,
GtkAllocation * allocation);
static gint get_selection_info (GtkCList * clist,
gint x,
gint y,
gint * row,
gint * column);
/* GtkContainer Methods */
static void gtk_clist_foreach (GtkContainer * container,