Hi,

is there a way to insert a string "not available" or "n/a" in a
Gtk::SpinButton? I tried this, but it doesn't work:

    spin_button.set_sensitive (false);
    spin_button.set_numeric (false);
    spin_button.set_text ("not available");

regards
Andreas
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to