[gtk+] Add gtk_widget_set_allocation to gtkwidget.h and gtk.symbols
- From: Cody Russell <bratsche src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk+] Add gtk_widget_set_allocation to gtkwidget.h and gtk.symbols
- Date: Thu, 13 Aug 2009 16:22:59 +0000 (UTC)
commit a5f6b812be05ebd7bcd8db7ab1698cd9603b50ee
Author: Cody Russell <bratsche gnome org>
Date: Thu Aug 13 11:22:57 2009 -0500
Add gtk_widget_set_allocation to gtkwidget.h and gtk.symbols
gtk/gtk.symbols | 1 +
gtk/gtkwidget.h | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols
index 439ebc8..a276bf8 100644
--- a/gtk/gtk.symbols
+++ b/gtk/gtk.symbols
@@ -5058,6 +5058,7 @@ gtk_widget_reset_rc_styles
gtk_widget_reset_shapes
gtk_widget_send_expose
gtk_widget_set_accel_path
+gtk_widget_set_allocation
gtk_widget_set_app_paintable
gtk_widget_set_child_visible
gtk_widget_set_colormap
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h
index 3a79f55..0838083 100644
--- a/gtk/gtkwidget.h
+++ b/gtk/gtkwidget.h
@@ -607,6 +607,8 @@ GdkWindow* gtk_widget_get_window (GtkWidget *widget);
void gtk_widget_get_allocation (GtkWidget *widget,
GtkAllocation *allocation);
+void gtk_widget_set_allocation (GtkWidget *widget,
+ const GtkAllocation *allocation);
gboolean gtk_widget_child_focus (GtkWidget *widget,
GtkDirectionType direction);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]