chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e6d40e1
)
Function renamed
author
espen
<espen>
Sun, 24 Mar 2002 13:01:12 +0000
(13:01 +0000)
committer
espen
<espen>
Sun, 24 Mar 2002 13:01:12 +0000
(13:01 +0000)
gtk/gtkglue.c
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtkglue.c
b/gtk/gtkglue.c
index 5ac61a039d9972fa6085358e15e949ec867164db..9a60d469fb600c9c5608644abc376a99fd8e4e1d 100644
(file)
--- a/
gtk/gtkglue.c
+++ b/
gtk/gtkglue.c
@@
-1,5
+1,5
@@
/* Common Lisp bindings for GTK+ v2.0
/* Common Lisp bindings for GTK+ v2.0
- * Copyright (C) 1999-200
0 Espen S. Johnsen <esj@stud.cs.uit.no
>
+ * Copyright (C) 1999-200
2 Espen S. Johnsen <espen@users.sourceforge.net
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@
-16,7
+16,7
@@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: gtkglue.c,v 1.
9 2002-03-22 22:34:45
espen Exp $ */
+/* $Id: gtkglue.c,v 1.
10 2002-03-24 13:01:12
espen Exp $ */
#include <gtk/gtk.h>
#include <gtk/gtk.h>
@@
-68,7
+68,7
@@
gtk_widget_mapped_p (GtkWidget *widget)
}
void
}
void
-gtk_widget_allocation (GtkWidget *widget, int *width, int *height)
+gtk_widget_
get_size_
allocation (GtkWidget *widget, int *width, int *height)
{
*width = widget->allocation.width;
*height = widget->allocation.height;
{
*width = widget->allocation.width;
*height = widget->allocation.height;