2008-11-25 Alberto Garcia <agarcia@igalia.com>
[hildon] / src / hildon-touch-selector.h
index e4f8131..07caf0f 100644 (file)
@@ -56,7 +56,7 @@ typedef gchar *(*HildonTouchSelectorPrintFunc)  (HildonTouchSelector * selector)
 
 struct                                          _HildonTouchSelector
 {
-  GtkHBox parent_instance;
+  GtkVBox parent_instance;
 
   /*< private > */
   HildonTouchSelectorPrivate *priv;
@@ -64,7 +64,7 @@ struct                                          _HildonTouchSelector
 
 struct                                          _HildonTouchSelectorClass
 {
-  GtkHBoxClass parent_class;
+  GtkVBoxClass parent_class;
 
   /* signals */
   void (*changed)                               (HildonTouchSelector *selector,
@@ -117,12 +117,13 @@ hildon_touch_selector_append_column             (HildonTouchSelector *selector,
                                                  GtkTreeModel        *model,
                                                  GtkCellRenderer     *cell_renderer,
                                                  ...);
-
+#ifndef HILDON_DISABLE_DEPRECATED
 void
 hildon_touch_selector_set_column_attributes     (HildonTouchSelector *selector,
                                                  gint                 num_column,
                                                  GtkCellRenderer     *cell_renderer,
                                                  ...);
+#endif
 
 gboolean
 hildon_touch_selector_remove_column             (HildonTouchSelector *selector,