gtk+-2.0 Reference Manual

Synopsis

public class EntryCompletion : Object, Buildable, CellLayout  {
    public    weak bool                 inline_completion         { get; set; } ;
    public    weak bool                 inline_selection          { get; set; } ;
    public    weak int                  minimum_key_length        { get; set; } ;
    public    weak TreeModel            model                     { get; set; } ;
    public    weak bool                 popup_completion          { get; set; } ;
    public    weak bool                 popup_set_width           { get; set; } ;
    public    weak bool                 popup_single_match        { get; set; } ;
    public    weak int                  text_column               { get; set; } ;


    public                              EntryCompletion           (  ) ;


    public    signal void               action_activated          ( int                 index_ )  ;
    public    signal bool               cursor_on_match           ( TreeModel           model,
                                                                    TreeIter            iter )  ;
    public    signal bool               insert_prefix             ( string              prefix )  ;
    public    signal bool               match_selected            ( TreeModel           model,
                                                                    TreeIter            iter )  ;


    public    void                      complete                  (  ) ;
    public    void                      delete_action             ( int                 index_ ) ;
    public    weak string               get_completion_prefix     (  ) ;
    public    weak Widget               get_entry                 (  ) ;
    public    bool                      get_inline_completion     (  ) ;
    public    bool                      get_inline_selection      (  ) ;
    public    int                       get_minimum_key_length    (  ) ;
    public    weak TreeModel            get_model                 (  ) ;
    public    bool                      get_popup_completion      (  ) ;
    public    bool                      get_popup_set_width       (  ) ;
    public    bool                      get_popup_single_match    (  ) ;
    public    int                       get_text_column           (  ) ;
    public    void                      insert_action_markup      ( int                 index_,
                                                                    string              markup ) ;
    public    void                      insert_action_text        ( int                 index_,
                                                                    string              text ) ;
    public    void                      set_inline_completion     ( bool                inline_completion ) ;
    public    void                      set_inline_selection      ( bool                inline_selection ) ;
    public    void                      set_match_func            ( EntryCompletionMatchFunc func,
                                                                    void**              func_data,
                                                                    GLib.DestroyNotify  func_notify ) ;
    public    void                      set_minimum_key_length    ( int                 length ) ;
    public    void                      set_model                 ( TreeModel           model ) ;
    public    void                      set_popup_completion      ( bool                popup_completion ) ;
    public    void                      set_popup_set_width       ( bool                popup_set_width ) ;
    public    void                      set_popup_single_match    ( bool                popup_single_match ) ;
    public    void                      set_text_column           ( int                 column ) ;
}

EntryCompletion Description

Details

Constructor Details

EntryCompletion ()
    public                              EntryCompletion           (  ) ;		

Field Details

Signal Details

action_activated
    public    signal void               action_activated          ( int                 index_ )  ;		

cursor_on_match
    public    signal bool               cursor_on_match           ( TreeModel           model,
                                                                    TreeIter            iter )  ;		

insert_prefix
    public    signal bool               insert_prefix             ( string              prefix )  ;		

match_selected
    public    signal bool               match_selected            ( TreeModel           model,
                                                                    TreeIter            iter )  ;		

Property Details

inline_completion
    public    weak bool                 inline_completion         { get; set; } ;		

inline_selection
    public    weak bool                 inline_selection          { get; set; } ;		

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

model
    public    weak TreeModel            model                     { get; set; } ;		

popup_completion
    public    weak bool                 popup_completion          { get; set; } ;		

popup_set_width
    public    weak bool                 popup_set_width           { get; set; } ;		

popup_single_match
    public    weak bool                 popup_single_match        { get; set; } ;		

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

Method Details

complete ()
    public    void                      complete                  (  ) ;		

delete_action ()
    public    void                      delete_action             ( int                 index_ ) ;		

get_completion_prefix ()
    public    weak string               get_completion_prefix     (  ) ;		

get_entry ()
    public    weak Widget               get_entry                 (  ) ;		

get_inline_completion ()
    public    bool                      get_inline_completion     (  ) ;		

get_inline_selection ()
    public    bool                      get_inline_selection      (  ) ;		

get_minimum_key_length ()
    public    int                       get_minimum_key_length    (  ) ;		

get_model ()
    public    weak TreeModel            get_model                 (  ) ;		

get_popup_completion ()
    public    bool                      get_popup_completion      (  ) ;		

get_popup_set_width ()
    public    bool                      get_popup_set_width       (  ) ;		

get_popup_single_match ()
    public    bool                      get_popup_single_match    (  ) ;		

get_text_column ()
    public    int                       get_text_column           (  ) ;		

insert_action_markup ()
    public    void                      insert_action_markup      ( int                 index_,
                                                                    string              markup ) ;		

insert_action_text ()
    public    void                      insert_action_text        ( int                 index_,
                                                                    string              text ) ;		

set_inline_completion ()
    public    void                      set_inline_completion     ( bool                inline_completion ) ;		

set_inline_selection ()
    public    void                      set_inline_selection      ( bool                inline_selection ) ;		

set_match_func ()
    public    void                      set_match_func            ( EntryCompletionMatchFunc func,
                                                                    void**              func_data,
                                                                    GLib.DestroyNotify  func_notify ) ;		

set_minimum_key_length ()
    public    void                      set_minimum_key_length    ( int                 length ) ;		

set_model ()
    public    void                      set_model                 ( TreeModel           model ) ;		

set_popup_completion ()
    public    void                      set_popup_completion      ( bool                popup_completion ) ;		

set_popup_set_width ()
    public    void                      set_popup_set_width       ( bool                popup_set_width ) ;		

set_popup_single_match ()
    public    void                      set_popup_single_match    ( bool                popup_single_match ) ;		

set_text_column ()
    public    void                      set_text_column           ( int                 column ) ;		


Created by Valadoc