CongAttributeWrapperRadioButton

CongAttributeWrapperRadioButton

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── CongAttributeWrapper
        ╰── CongAttributeWrapperRadioButton

Description

Functions

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)


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)


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)


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

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

Returns

Types and Values

CongAttributeWrapperRadioButton

typedef struct _CongAttributeWrapperRadioButton CongAttributeWrapperRadioButton;