Top |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkComboBox ╰── GeditEncodingsComboBox
GeditEncodingsComboBox implements AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.
GtkWidget *
gedit_encodings_combo_box_new (gboolean save_mode
);
Creates a new encodings combo box object. If save_mode
is FALSE
, it means
that the combo box is used for loading a content (e.g. a file), so the row
"Automatically Detected" is added. For saving a content, the encoding must be
provided.
const GtkSourceEncoding *
gedit_encodings_combo_box_get_selected_encoding
(GeditEncodingsComboBox *menu
);
the selected GtkSourceEncoding, or NULL
if the encoding should be
auto-detected (only for loading mode, not for saving).
void gedit_encodings_combo_box_set_selected_encoding (GeditEncodingsComboBox *menu
,const GtkSourceEncoding *encoding
);
Sets the selected encoding.
“save-mode”
property“save-mode” gboolean
Whether the combo box should be used for saving a content. If
FALSE
, the combo box is used for loading a content (e.g. a file)
and the row "Automatically Detected" is added.
Owner: GeditEncodingsComboBox
Flags: Read / Write / Construct
Default value: FALSE