Re: [gtkmm] ComboxText : remove a string ?
- From: Max Vasin <max-appolo mail ru>
- To: Gtkmm Mailing List <gtkmm-list gnome org>
- Subject: Re: [gtkmm] ComboxText : remove a string ?
- Date: 21 Sep 2004 20:55:59 +0400
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]