CheckBox_ Struct Reference

A structure for C, which describes the CheckBox. More...

#include <checkbox.h>

Collaboration diagram for CheckBox_:

Collaboration graph
[legend]

Data Fields

ItemListener(* addItemListener )(CheckBox *checkbox, void(*func)(Component, jboolean, const char *))
CheckBoxData checkbox
jint(* getHeight )(CheckBox *checkbox)
char *(* getLabel )(CheckBox *checkbox)
jobject(* getObject )(CheckBox *checkbox)
jboolean(* getState )(CheckBox *checkbox)
jint(* getWidth )(CheckBox *checkbox)
jint(* getX )(CheckBox *checkbox)
jint(* getY )(CheckBox *checkbox)
void(* removeItemListener )(CheckBox *checkbox, ItemListener il)
void(* setCheckBoxGroup )(CheckBox *checkbox, const CheckBoxGroup *checkboxgroup)
void(* setLabel )(CheckBox *checkbox, const char *label)
void(* setLocation )(CheckBox *checkbox, jint x, jint y)
void(* setSize )(CheckBox *checkbox, jint width, jint height)
void(* setState )(CheckBox *checkbox, jboolean state)

Detailed Description

A structure for C, which describes the CheckBox.

Definition at line 59 of file checkbox.h.


Field Documentation

ItemListener(* CheckBox_::addItemListener)(CheckBox *checkbox, void(*func)(Component, jboolean, const char *))
 

CheckBoxData CheckBox_::checkbox
 

Definition at line 60 of file checkbox.h.

jint(* CheckBox_::getHeight)(CheckBox *checkbox)
 

char*(* CheckBox_::getLabel)(CheckBox *checkbox)
 

jobject(* CheckBox_::getObject)(CheckBox *checkbox)
 

jboolean(* CheckBox_::getState)(CheckBox *checkbox)
 

jint(* CheckBox_::getWidth)(CheckBox *checkbox)
 

jint(* CheckBox_::getX)(CheckBox *checkbox)
 

jint(* CheckBox_::getY)(CheckBox *checkbox)
 

void(* CheckBox_::removeItemListener)(CheckBox *checkbox, ItemListener il)
 

void(* CheckBox_::setCheckBoxGroup)(CheckBox *checkbox, const CheckBoxGroup *checkboxgroup)
 

void(* CheckBox_::setLabel)(CheckBox *checkbox, const char *label)
 

void(* CheckBox_::setLocation)(CheckBox *checkbox, jint x, jint y)
 

void(* CheckBox_::setSize)(CheckBox *checkbox, jint width, jint height)
 

void(* CheckBox_::setState)(CheckBox *checkbox, jboolean state)
 


The documentation for this struct was generated from the following file:
Generated on Sat Nov 19 14:11:16 2005 for GrubC by  doxygen 1.4.4