| 128 | fl::string as_string() const FL_NOEXCEPT { return value(); } |
| 129 | |
| 130 | void setSelectedIndex(int index) FL_NOEXCEPT { |
| 131 | mImpl.setSelectedIndex(index); |
| 132 | } |
| 133 | |
| 134 | fl::size getOptionCount() const FL_NOEXCEPT { return mImpl.getOptionCount(); } |
| 135 | fl::string getOption(fl::size index) const FL_NOEXCEPT { return mImpl.getOption(index); } |