01 May 2013 - After the site upgrade, all passwords were reset and you will need to ask the site for a login reset on your first connection.
Sometimes I need to create a combobox to manage associative arrays. I need something which works like HTML comboboxes, where the value chosen by the user, is different from the one sent to the application.
Just like that:
<option value="Red">Apple</option>so I wrote a component which doesn't use a GtkTreeModel to manage data.
<?php
class GtkAssociativeComboBox {
private $data;
public $box;
public function __construct ()
{
$this->box = GtkCombobox::new_text();
$this->data = null;
}
/**
Commentaires récents
il y a 43 semaines 3 jours
il y a 44 semaines 3 jours
il y a 44 semaines 6 jours
il y a 47 semaines 3 jours
il y a 1 an 15 semaines
il y a 1 an 19 semaines
il y a 1 an 23 semaines
il y a 1 an 23 semaines
il y a 1 an 23 semaines
il y a 1 an 40 semaines