X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fhildon-touch-selector.h;h=07caf0fb7743f548ad52dae803e9c3e10f924f56;hb=db9685e21af93630b100473c49d066de0ad3691f;hp=e4f81317460d96c3d048ac2bc52b537edf2348c0;hpb=753692fc8ef729f3f114f8f734f1d40e1a0a7b58;p=hildon diff --git a/src/hildon-touch-selector.h b/src/hildon-touch-selector.h index e4f8131..07caf0f 100644 --- a/src/hildon-touch-selector.h +++ b/src/hildon-touch-selector.h @@ -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,