• Artigos
  • Projetos
  • Download
  • Lista
  • Docs
  • Comunidade
  • ?

GtkComboBoxEntry
Classes GTK
Anterior GtkComboBoxEntry Próximo

GtkComboBoxEntry

A text entry box with a prepopulated drop down list of values.

Hierarquia de Objetos

GObject
`-- GtkObject
       `-- GtkWidget
              `-- GtkContainer
                     `-- GtkBin
                            `-- GtkComboBox
                                   `-- GtkComboBoxEntry

Interfaces implementadas

GtkCellLayout

Descrição

This widget is similar to a GtkComboBox with the exception that the user is allowed to enter a value that is not present in the choice list. It displays the selected value in a GtkEntry so that user can modify an exisiting value, or enter a new one.

Like, the GtkComboBox, this widget may have an underlying model, or use the convenient new_text constructor. If you use a model, your model must always have a text column that can be set by the set_text_column() function.

You may retrieve the text from the entry via the get_active_text function.

Construtores

GtkComboBoxEntry ([GtkTreeModelmodel = null]);

-- Create a new GtkComboBoxEntry widget.

GtkComboBoxEntry::new_text ();

-- Convenience constructor to create a GtkComboBoxEntry without creating a model.

GtkComboBoxEntry::new_with_model (model, text_column);

--

Métodos

get_text_column()
  Return the column which the GtkEntry uses to display the string choices.
set_text_column()
  Set the model column which the GtkEntry must use to display the string choices.


Anterior Início Próximo
changed Acima GtkComboBoxEntry Construtor

Comentários

 Adicionar Comentário
 login
 senha
 Texto

Livros


    Paleta

    Google

    Parceiros

 
Designed by Wolfgang Bartelme Designed by Wolfgang Bartelme

© 2006 Wordpress Themes | Theme (Not so) Fresh
XHTML CSS

PHP-GTK Brasil