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 ) ;
}

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 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 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 ) ;
Created by Valadoc