| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
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);
typedef struct _CongAttributeWrapperCheckButton CongAttributeWrapperCheckButton;
#define CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON_TYPE, CongAttributeWrapperCheckButton)
#define CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON_TYPE, CongAttributeWrapperCheckButtonClass)
#define IS_CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON_TYPE)
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);
TODO: Write me
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