CongAttributeWrapperRadioButton

CongAttributeWrapperRadioButton

Synopsis

                    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);

Object Hierarchy

  GObject
   +----CongAttributeWrapper
         +----CongAttributeWrapperRadioButton

Description

Details

CongAttributeWrapperRadioButton

typedef struct _CongAttributeWrapperRadioButton CongAttributeWrapperRadioButton;


CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON()

#define CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON_TYPE, CongAttributeWrapperRadioButton)

obj :


CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON_CLASS()

#define CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON_TYPE, CongAttributeWrapperRadioButtonClass)

klass :


IS_CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON()

#define IS_CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_ATTRIBUTE_WRAPPER_RADIO_BUTTON_TYPE)

obj :


cong_attribute_wrapper_radio_button_get_type ()

GType               cong_attribute_wrapper_radio_button_get_type
                                                        (void);

Returns :


cong_attribute_wrapper_radio_button_construct ()

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 :


cong_attribute_wrapper_radio_button_new ()

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 :