gtk+-2.0 Reference Manual

Synopsis

public class ComboBox : Bin, Implementor, Buildable, CellEditable, CellLayout  {
    public    weak int                  active                    { get; set; } ;
    public    weak bool                 add_tearoffs              { get; set; } ;
    public    weak int                  column_span_column        { get; set; } ;
    public    weak bool                 focus_on_click            { get; set; } ;
    public    weak bool                 has_frame                 { get; set; } ;
    public    weak TreeModel            model                     { get; set; } ;
    public    weak bool                 popup_shown               { get; } ;
    public    weak int                  row_span_column           { get; set; } ;
    public    weak string               tearoff_title             { get; set; } ;
    public    weak int                  wrap_width                { get; set; } ;


    public                              ComboBox                  (  ) ;
    public                              ComboBox.text             (  ) ;
    public                              ComboBox.with_model       ( TreeModel           model ) ;


    public    signal void               changed                   (  )  ;
    public    signal void               move_active               ( ScrollType          p0 )  ;
    public    signal bool               popdown                   (  )  ;
    public    signal void               popup                     (  )  ;


    public    void                      append_text               ( string              text ) ;
    public    int                       get_active                (  ) ;
    public    bool                      get_active_iter           ( TreeIter            iter ) ;
    public    bool                      get_add_tearoffs          (  ) ;
    public    int                       get_column_span_column    (  ) ;
    public    bool                      get_focus_on_click        (  ) ;
    public    weak TreeModel            get_model                 (  ) ;
    public    weak Atk.Object           get_popup_accessible      (  ) ;
    public    TreeViewRowSeparatorFunc  get_row_separator_func    (  ) ;
    public    int                       get_row_span_column       (  ) ;
    public    weak string               get_title                 (  ) ;
    public    int                       get_wrap_width            (  ) ;
    public    void                      insert_text               ( int                 position,
                                                                    string              text ) ;
    public    void                      prepend_text              ( string              text ) ;
    public    void                      remove_text               ( int                 position ) ;
    public    void                      set_active                ( int                 index_ ) ;
    public    void                      set_active_iter           ( TreeIter            iter ) ;
    public    void                      set_add_tearoffs          ( bool                add_tearoffs ) ;
    public    void                      set_column_span_column    ( int                 column_span ) ;
    public    void                      set_focus_on_click        ( bool                focus_on_click ) ;
    public    void                      set_model                 ( TreeModel           model ) ;
    public    void                      set_row_separator_func    ( TreeViewRowSeparatorFunc func,
                                                                    void**              data,
                                                                    DestroyNotify       destroy ) ;
    public    void                      set_row_span_column       ( int                 row_span ) ;
    public    void                      set_title                 ( string              title ) ;
    public    void                      set_wrap_width            ( int                 width ) ;
    public    virtual weak string       get_active_text           (  ) ;
}

ComboBox Description

Details

Constructor Details

ComboBox ()
    public                              ComboBox                  (  ) ;		

ComboBox.text ()
    public                              ComboBox.text             (  ) ;		

ComboBox.with_model ()
    public                              ComboBox.with_model       ( TreeModel           model ) ;		

Field Details

Signal Details

changed
    public    signal void               changed                   (  )  ;		

move_active
    public    signal void               move_active               ( ScrollType          p0 )  ;		

popdown
    public    signal bool               popdown                   (  )  ;		

popup
    public    signal void               popup                     (  )  ;		

Property Details

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

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

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

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

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

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

popup_shown
    public    weak bool                 popup_shown               { get; } ;		

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

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

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

Method Details

append_text ()
    public    void                      append_text               ( string              text ) ;		

get_active ()
    public    int                       get_active                (  ) ;		

get_active_iter ()
    public    bool                      get_active_iter           ( TreeIter            iter ) ;		

get_add_tearoffs ()
    public    bool                      get_add_tearoffs          (  ) ;		

get_column_span_column ()
    public    int                       get_column_span_column    (  ) ;		

get_focus_on_click ()
    public    bool                      get_focus_on_click        (  ) ;		

get_model ()
    public    weak TreeModel            get_model                 (  ) ;		

get_popup_accessible ()
    public    weak Atk.Object           get_popup_accessible      (  ) ;		

get_row_separator_func ()
    public    TreeViewRowSeparatorFunc  get_row_separator_func    (  ) ;		

get_row_span_column ()
    public    int                       get_row_span_column       (  ) ;		

get_title ()
    public    weak string               get_title                 (  ) ;		

get_wrap_width ()
    public    int                       get_wrap_width            (  ) ;		

insert_text ()
    public    void                      insert_text               ( int                 position,
                                                                    string              text ) ;		

prepend_text ()
    public    void                      prepend_text              ( string              text ) ;		

remove_text ()
    public    void                      remove_text               ( int                 position ) ;		

set_active ()
    public    void                      set_active                ( int                 index_ ) ;		

set_active_iter ()
    public    void                      set_active_iter           ( TreeIter            iter ) ;		

set_add_tearoffs ()
    public    void                      set_add_tearoffs          ( bool                add_tearoffs ) ;		

set_column_span_column ()
    public    void                      set_column_span_column    ( int                 column_span ) ;		

set_focus_on_click ()
    public    void                      set_focus_on_click        ( bool                focus_on_click ) ;		

set_model ()
    public    void                      set_model                 ( TreeModel           model ) ;		

set_row_separator_func ()
    public    void                      set_row_separator_func    ( TreeViewRowSeparatorFunc func,
                                                                    void**              data,
                                                                    DestroyNotify       destroy ) ;		

set_row_span_column ()
    public    void                      set_row_span_column       ( int                 row_span ) ;		

set_title ()
    public    void                      set_title                 ( string              title ) ;		

set_wrap_width ()
    public    void                      set_wrap_width            ( int                 width ) ;		

get_active_text ()
    public    virtual weak string       get_active_text           (  ) ;		


Created by Valadoc