Re: [gtkmm] ComboxText : remove a string ?



Gauthier <oogothoo yahoo fr> writes:

> Hi all,
> 
> I am sorry to importune you with my (stupid?) question but I found no
> response on Gtkmm book and documentation to delete a string from a
> ComboBoxText whereas this function exist in Gtk+.
> 
> void gtk_combo_box_remove_text(GtkComboBox *combo_box,gint position);
> 
> Can you help me?
Try
Gtk::ComboBox* cb;
gtk_combo_box_remove_text(cb->gobj(), position);

-- 
With best regards, Max Vasin.
        JID: maxvasin jabber ru
        ICQ: 276438891




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]