| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
CongAttributeWrapperRadioButton; #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,CongDocument *doc,CongNodePtr node,xmlNs *ns_ptr,const gchar *attribute_name,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,GtkRadioButton *radio_button,const gchar *attribute_value);
typedef struct _CongAttributeWrapperRadioButton CongAttributeWrapperRadioButton;
#define CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON_TYPE, CongAttributeWrapperRadioButton)
#define CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON_TYPE, CongAttributeWrapperRadioButtonClass)
#define IS_CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON_TYPE)
GType cong_attribute_wrapper_radio_button_get_type
(void);
CongAttributeWrapperRadioButton * cong_attribute_wrapper_radio_button_construct (CongAttributeWrapperRadioButton *attribute_wrapper,CongDocument *doc,CongNodePtr node,xmlNs *ns_ptr,const gchar *attribute_name,GtkRadioButton *radio_button,const gchar *attribute_value);
TODO: Write me
CongAttributeWrapperRadioButton * cong_attribute_wrapper_radio_button_new (CongDocument *doc,CongNodePtr node,xmlNs *ns_ptr,const gchar *attribute_name,GtkRadioButton *radio_button,const gchar *attribute_value);
TODO: Write me