6 #include <gxwmm/selector.h>
7 #include <gxwmm/private/selector_p.h>
28 #include <gxw/GxSelector.h>
40 return dynamic_cast<Gxw::Selector *
> (Glib::wrap_auto ((GObject*)(
object), take_copy));
56 class_init_func_ = &Selector_Class::class_init_function;
73 void Selector_Class::class_init_function(
void* g_class,
void* class_data)
75 BaseClassType *
const klass =
static_cast<BaseClassType*
>(g_class);
76 CppClassParent::class_init_function(klass, class_data);
112 return selector_class_.init().get_type();
134 gx_selector_set_model(
gobj(), (GtkTreeModel*)Glib::unwrap(p1));
143 #ifdef GLIBMM_PROPERTIES_ENABLED
144 Glib::PropertyProxy< Gtk::TreeModel > Selector::property_model()
146 return Glib::PropertyProxy< Gtk::TreeModel >(
this,
"model");
148 #endif //GLIBMM_PROPERTIES_ENABLED
150 #ifdef GLIBMM_PROPERTIES_ENABLED
151 Glib::PropertyProxy_ReadOnly< Gtk::TreeModel > Selector::property_model()
const
153 return Glib::PropertyProxy_ReadOnly< Gtk::TreeModel >(
this,
"model");
155 #endif //GLIBMM_PROPERTIES_ENABLED