TouchSelector
Object Hierarchy:
Description:
public class TouchSelector :
VBox,
Implementor,
Buildable
Content:
Properties:
Creation methods:
Methods:
- public unowned TouchSelectorColumn append_column (TreeModel model, CellRenderer cell_renderer)
- public void append_text (string text)
- public unowned TouchSelectorColumn append_text_column (TreeModel model, bool center)
- public void center_on_selected ()
- public int get_active (int column)
- public unowned TouchSelectorColumn get_column (int column)
- public TouchSelectorSelectionMode get_column_selection_mode ()
- public unowned string get_current_text ()
- public UIMode get_hildon_ui_mode ()
- public unowned TreePath get_last_activated_row (int column)
- public unowned TreeModel get_model (int column)
- public int get_num_columns ()
- public unowned TouchSelectorPrintFunc get_print_func ()
- public bool get_selected (int column, TreeIter iter)
- public unowned List get_selected_rows (int column)
- public void insert_text (int position, string text)
- public void optimal_size_request (Requisition requisition)
- public void prepend_text (string text)
- public bool remove_column (int column)
- public void select_iter (int column, TreeIter iter, bool scroll_to)
- public void set_active (int column, int index)
- public void set_column_attributes (int num_column, CellRenderer cell_renderer)
- public void set_column_selection_mode (TouchSelectorSelectionMode mode)
- public bool set_hildon_ui_mode (UIMode mode)
- public virtual void set_model (int column, TreeModel model)
- public void set_print_func (TouchSelectorPrintFunc func)
- public void set_print_func_full (owned TouchSelectorPrintFunc func)
- public void unselect_all (int column)
- public void unselect_iter (int column, TreeIter iter)
Signals:
Inherited Members:
All known members inherited from class Gtk.Box
All known members inherited from class Gtk.Container
All known members inherited from class Gtk.Widget
All known members inherited from class Gtk.Object
All known members inherited from class GLib.Object
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Buildable
All known members inherited from interface Gtk.Orientable