hildon-1 Reference Manual

Synopsis

public class FindToolbar : Toolbar, Implementor, Buildable  {
    public    weak int                  column                    { get; set; } ;
    public    weak int                  history_limit             { get; construct set; } ;
    public    weak string               label                     { get; construct set; } ;
    public    weak Gtk.ListStore        list                      { get; set; } ;
    public    weak int                  max_characters            { get; construct set; } ;
    public    weak string               prefix                    { get; set; } ;


    public                              FindToolbar               ( string              label ) ;
    public                              FindToolbar.with_model    ( string              label,
                                                                    Gtk.ListStore       model,
                                                                    int                 column ) ;


    public    signal void               close                     (  )  ;
    public    signal bool               history_append            (  )  ;
    public    signal void               invalid_input             (  )  ;
    public    signal void               search                    (  )  ;


    public    int                       get_active                (  ) ;
    public    bool                      get_active_iter           ( Gtk.TreeIter        iter ) ;
    public    int                       get_last_index            (  ) ;
    public    void                      highlight_entry           ( bool                get_focus ) ;
    public    void                      set_active                ( int                 index ) ;
    public    void                      set_active_iter           ( Gtk.TreeIter        iter ) ;
}

FindToolbar Description

Details

Constructor Details

FindToolbar ()
    public                              FindToolbar               ( string              label ) ;		

FindToolbar.with_model ()
    public                              FindToolbar.with_model    ( string              label,
                                                                    Gtk.ListStore       model,
                                                                    int                 column ) ;		

Field Details

Signal Details

close
    public    signal void               close                     (  )  ;		

history_append
    public    signal bool               history_append            (  )  ;		

invalid_input
    public    signal void               invalid_input             (  )  ;		

search
    public    signal void               search                    (  )  ;		

Property Details

column
    public    weak int                  column                    { get; set; } ;		

history_limit
    public    weak int                  history_limit             { get; construct set; } ;		

label
    public    weak string               label                     { get; construct set; } ;		

list
    public    weak Gtk.ListStore        list                      { get; set; } ;		

max_characters
    public    weak int                  max_characters            { get; construct set; } ;		

prefix
    public    weak string               prefix                    { get; set; } ;		

Method Details

get_active ()
    public    int                       get_active                (  ) ;		

get_active_iter ()
    public    bool                      get_active_iter           ( Gtk.TreeIter        iter ) ;		

get_last_index ()
    public    int                       get_last_index            (  ) ;		

highlight_entry ()
    public    void                      highlight_entry           ( bool                get_focus ) ;		

set_active ()
    public    void                      set_active                ( int                 index ) ;		

set_active_iter ()
    public    void                      set_active_iter           ( Gtk.TreeIter        iter ) ;		


Created by Valadoc