la de da, add back the prototype I just removed -mig, thanks again snorf
This commit is contained in:
parent
1f39582f3f
commit
c5e729b4bc
@ -153,6 +153,11 @@ static void gtk_clist_size_request (GtkWidget * widget,
|
|||||||
GtkRequisition * requisition);
|
GtkRequisition * requisition);
|
||||||
static void gtk_clist_size_allocate (GtkWidget * widget,
|
static void gtk_clist_size_allocate (GtkWidget * widget,
|
||||||
GtkAllocation * allocation);
|
GtkAllocation * allocation);
|
||||||
|
static gint get_selection_info (GtkCList * clist,
|
||||||
|
gint x,
|
||||||
|
gint y,
|
||||||
|
gint * row,
|
||||||
|
gint * column);
|
||||||
|
|
||||||
/* GtkContainer Methods */
|
/* GtkContainer Methods */
|
||||||
static void gtk_clist_foreach (GtkContainer * container,
|
static void gtk_clist_foreach (GtkContainer * container,
|
||||||
|
Loading…
Reference in New Issue
Block a user