| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
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)
| 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, CongDocument *doc, CongNodePtr node, xmlNs *ns_ptr, const gchar *attribute_name, GtkRadioButton *radio_button, const gchar *attribute_value);
TODO: Write me
| attribute_wrapper : | |
| doc : | |
| node : | |
| ns_ptr : | |
| attribute_name : | |
| radio_button : | |
| attribute_value : | |
| Returns : |
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
| doc : | |
| node : | |
| ns_ptr : | |
| attribute_name : | |
| radio_button : | |
| attribute_value : | |
| Returns : |