[gtk+/grid-widget: 1/20] Add grid symbols



commit 08b7fb4b6926886e6f560e96adbd7042c1106aa1
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Sep 27 10:44:31 2010 -0400

    Add grid symbols

 gtk/gtk.symbols |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols
index 9c29d73..be77f50 100644
--- a/gtk/gtk.symbols
+++ b/gtk/gtk.symbols
@@ -4516,3 +4516,21 @@ gtk_info_bar_set_message_type
 gtk_info_bar_get_message_type
 #endif
 #endif
+
+#if IN_HEADER(__GTK_GRID_H__)
+#if IN_FILE(__GTK_GRID_c__)
+gtk_grid_get_type G_GNUC_CONST
+gtk_grid_new
+gtk_grid_attach
+gtk_grid_set_row_homogeneous
+gtk_grid_get_row_homogeneous
+gtk_grid_set_row_spacing
+gtk_grid_get_row_spacing
+gtk_grid_set_column_homogeneous
+gtk_grid_get_column_homogeneous
+gtk_grid_set_column_spacing
+gtk_grid_get_column_spacing
+
+
+#endif
+#endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]