26 #ifndef __SYNFIG_STUDIO_WIDGET_SUBLAYER_H 
   27 #define __SYNFIG_STUDIO_WIDGET_SUBLAYER_H 
   32 #include <gtkmm/combobox.h> 
   33 #include <gtkmm/liststore.h> 
   48 class Model : 
public Gtk::TreeModel::ColumnRecord
 
   55         Gtk::TreeModelColumn<std::string> 
value;
 
   56         Gtk::TreeModelColumn<Glib::ustring> 
name;