![]() |
![]() |
![]() |
Conglomerate Programmer's Reference Manual | ![]() |
---|
CongAttributeWrapperCheckButtonCongAttributeWrapperCheckButton — |
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)
obj : |
#define CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON_TYPE, CongAttributeWrapperCheckButtonClass)
klass : |
#define IS_CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_ATTRIBUTE_WRAPPER_CHECK_BUTTON_TYPE)
obj : |
GType cong_attribute_wrapper_check_button_get_type (void);
Returns : |
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 : |
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 : |
<< CongAttributeWrapper | CongAttributeWrapperRadioButton >> |