Gtk::SpinButton - text?
- From: Andreas Volz <lists brachttal net>
- To: gtkmm-list gnome org
- Subject: Gtk::SpinButton - text?
- Date: Tue, 25 Oct 2005 14:54:21 +0200
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]