mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
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);
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user