CongAttributeWrapperCheckButton

CongAttributeWrapperCheckButton —

Synopsis




            CongAttributeWrapperCheckButton;
#define     CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON(obj)
#define     CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON_CLASS(klass)
#define     IS_CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON(obj)
GType       cong_attribute_wrapper_check_button_get_type
                                            (void);
CongAttributeWrapperCheckButton* cong_attribute_wrapper_check_button_construct
                                            (CongAttributeWrapperCheckButton *attribute_wrapper,
                                             CongDocument *doc,
                                             CongNodePtr node,
                                             xmlNs *ns_ptr,
                                             const gchar *attribute_name,
                                             GtkCheckButton *check_button,
                                             const gchar *attribute_value_unchecked,
                                             const gchar *attribute_value_checked);
CongAttributeWrapperCheckButton* cong_attribute_wrapper_check_button_new
                                            (CongDocument *doc,
                                             CongNodePtr node,
                                             xmlNs *ns_ptr,
                                             const gchar *attribute_name,
                                             GtkCheckButton *check_button,
                                             const gchar *attribute_value_unchecked,
                                             const gchar *attribute_value_checked);

Object Hierarchy


  GObject
   +----CongAttributeWrapper
         +----CongAttributeWrapperCheckButton

Description

Details

CongAttributeWrapperCheckButton

typedef struct _CongAttributeWrapperCheckButton CongAttributeWrapperCheckButton;


CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON()

#define CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON_TYPE, CongAttributeWrapperCheckButton)

obj :

CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON_CLASS()

#define CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON_TYPE, CongAttributeWrapperCheckButtonClass)

klass :

IS_CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON()

#define IS_CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON_TYPE)

obj :

cong_attribute_wrapper_check_button_get_type ()

GType       cong_attribute_wrapper_check_button_get_type
                                            (void);

Returns :

cong_attribute_wrapper_check_button_construct ()

CongAttributeWrapperCheckButton* cong_attribute_wrapper_check_button_construct
                                            (CongAttributeWrapperCheckButton *attribute_wrapper,
                                             CongDocument *doc,
                                             CongNodePtr node,
                                             xmlNs *ns_ptr,
                                             const gchar *attribute_name,
                                             GtkCheckButton *check_button,
                                             const gchar *attribute_value_unchecked,
                                             const gchar *attribute_value_checked);

TODO: Write me

attribute_wrapper :
doc :
node :
ns_ptr :
attribute_name :
check_button :
attribute_value_unchecked :
attribute_value_checked :
Returns :

cong_attribute_wrapper_check_button_new ()

CongAttributeWrapperCheckButton* cong_attribute_wrapper_check_button_new
                                            (CongDocument *doc,
                                             CongNodePtr node,
                                             xmlNs *ns_ptr,
                                             const gchar *attribute_name,
                                             GtkCheckButton *check_button,
                                             const gchar *attribute_value_unchecked,
                                             const gchar *attribute_value_checked);

TODO: Write me

doc :
node :
ns_ptr :
attribute_name :
check_button :
attribute_value_unchecked :
attribute_value_checked :
Returns :