Bonjour,
Sous GTK+ 2 Code::Blocks, je déclare cette variable const gchar *sVar; et je la récupère dans un combo,
sVar = gtk_combo_box_get_active_text(GTK_COMBO_BOX(pComboBox));
j'obtiens donc un gchar. Mais je voudrais l'utiliser en int.
Comment faire ?
Partager