/[svn]/gigedit/trunk/src/gigedit/paramedit.h
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/paramedit.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3440 by schoenebeck, Tue Jan 23 16:30:56 2018 UTC revision 3441 by schoenebeck, Sun Dec 9 20:48:18 2018 UTC
# Line 253  ChoiceEntry<T>::ChoiceEntry(const char* Line 253  ChoiceEntry<T>::ChoiceEntry(const char*
253  template<typename T>  template<typename T>
254  void ChoiceEntry<T>::set_choices(const char** texts, const T* values)  void ChoiceEntry<T>::set_choices(const char** texts, const T* values)
255  {  {
256        combobox.remove_all();
257      for (int i = 0 ; texts[i] ; i++) {      for (int i = 0 ; texts[i] ; i++) {
258  #if (GTKMM_MAJOR_VERSION == 2 && GTKMM_MINOR_VERSION < 24) || GTKMM_MAJOR_VERSION < 2  #if (GTKMM_MAJOR_VERSION == 2 && GTKMM_MINOR_VERSION < 24) || GTKMM_MAJOR_VERSION < 2
259          combobox.append_text(texts[i]);          combobox.append_text(texts[i]);

Legend:
Removed from v.3440  
changed lines
  Added in v.3441

  ViewVC Help
Powered by ViewVC