StringComboBox
Object Hierarchy:
Description:
[
CCode ( type_id =
"gimp_string_combo_box_get_type ()" ) ]
public class StringComboBox :
ComboBox,
Implementor,
Buildable,
CellEditable,
CellLayout
Content:
Properties:
- public EllipsizeMode ellipsize { get; set; }
Specifies the preferred place to ellipsize text in the combo-box, if
the cell renderer does not have enough room to display the entire string.
- public int id_column { get; construct; }
- public int label_column { get; construct; }
The column in the associated GtkTreeModel that holds strings to be
used as labels in the combo-box.
- public string value { owned get; set; }
The active value (different from the "active" property of GtkComboBox
which is the active index).
Creation methods:
Methods:
- public string get_active ()
Retrieves the value of the selected (active) item in the
this.
- public bool set_active (string id)
Looks up the item that belongs to the given id and makes
it the selected item in the this.
- public void set_sensitivity (owned StringSensitivityFunc func)
Sets a function that is used to decide about the sensitivity of rows
in the this.
Inherited Members:
All known members inherited from class Gtk.ComboBox
All known members inherited from class Gtk.Bin
All known members inherited from class Gtk.Container
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Buildable
All known members inherited from interface Gtk.CellEditable
All known members inherited from interface Gtk.CellLayout