6 #include <gxwmm/radiobutton.h> 7 #include <gxwmm/private/radiobutton_p.h> 28 #include <gxw/GxRadioButton.h> 40 return dynamic_cast<Gxw::RadioButton *
> (Glib::wrap_auto ((GObject*)(
object), take_copy));
56 class_init_func_ = &RadioButton_Class::class_init_function;
73 void RadioButton_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);
82 Glib::ObjectBase* RadioButton_Class::wrap_new(GObject* o)
91 RadioButton::RadioButton(
const Glib::ConstructParams& construct_params)
112 return radiobutton_class_.init().get_type();
133 #ifdef GLIBMM_PROPERTIES_ENABLED 134 Glib::PropertyProxy< Glib::ustring > RadioButton::property_base_name()
136 return Glib::PropertyProxy< Glib::ustring >(
this,
"base-name");
138 #endif //GLIBMM_PROPERTIES_ENABLED 140 #ifdef GLIBMM_PROPERTIES_ENABLED 141 Glib::PropertyProxy_ReadOnly< Glib::ustring > RadioButton::property_base_name()
const 143 return Glib::PropertyProxy_ReadOnly< Glib::ustring >(
this,
"base-name");
145 #endif //GLIBMM_PROPERTIES_ENABLED
GType gx_radio_button_get_type(void)
Gxw::BigKnob * wrap(GxBigKnob *object, bool take_copy)