| Conglomerate Programmer's Reference Manual |
|---|
cong-attribute-wrapper-radio-button —
#define CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON(obj) #define CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON_CLASS(klass) #define IS_CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON(obj) GType cong_attribute_wrapper_radio_button_get_type (void); CongAttributeWrapperRadioButton* cong_attribute_wrapper_radio_button_construct (CongAttributeWrapperRadioButton *attribute_wrapper_radio_button, CongDocument *doc, CongNodePtr node, xmlNs *ns_ptr, const gchar *attribute_name, xmlAttributePtr attr, GtkRadioButton *radio_button, const gchar *attribute_value); CongAttributeWrapperRadioButton* cong_attribute_wrapper_radio_button_new (CongDocument *doc, CongNodePtr node, xmlNs *ns_ptr, const gchar *attribute_name, xmlAttributePtr attr, GtkRadioButton *radio_button, const gchar *attribute_value);
#define CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON_TYPE, CongAttributeWrapperRadioButton)
| obj : |
#define CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON_TYPE, CongAttributeWrapperRadioButtonClass)
| klass : |
#define IS_CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON_TYPE)
| obj : |
GType cong_attribute_wrapper_radio_button_get_type
(void);
| Returns : |
CongAttributeWrapperRadioButton* cong_attribute_wrapper_radio_button_construct
(CongAttributeWrapperRadioButton *attribute_wrapper_radio_button,
CongDocument *doc,
CongNodePtr node,
xmlNs *ns_ptr,
const gchar *attribute_name,
xmlAttributePtr attr,
GtkRadioButton *radio_button,
const gchar *attribute_value);TODO: Write me
| attribute_wrapper_radio_button : | |
| doc : | |
| node : | |
| ns_ptr : | |
| attribute_name : | |
| attr : | |
| radio_button : | |
| attribute_value : | |
| Returns : |
CongAttributeWrapperRadioButton* cong_attribute_wrapper_radio_button_new
(CongDocument *doc,
CongNodePtr node,
xmlNs *ns_ptr,
const gchar *attribute_name,
xmlAttributePtr attr,
GtkRadioButton *radio_button,
const gchar *attribute_value);TODO: Write me
| doc : | |
| node : | |
| ns_ptr : | |
| attribute_name : | |
| attr : | |
| radio_button : | |
| attribute_value : | |
| Returns : |
| << cong-attribute-wrapper-check-button | cong-dialog >> |