Button_ Struct Reference

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

#include <button.h>

Collaboration diagram for Button_:

Collaboration graph
[legend]

Data Fields

ActionListener(* addActionListener )(Button *button, void(*func)(Component))
ButtonData button
jint(* getHeight )(Button *button)
char *(* getLabel )(Button *button)
jobject(* getObject )(Button *button)
jint(* getWidth )(Button *button)
jint(* getX )(Button *button)
jint(* getY )(Button *button)
void(* removeActionListener )(Button *button, ActionListener al)
void(* setLabel )(Button *button, const char *label)
void(* setLocation )(Button *button, jint x, jint y)
void(* setSize )(Button *button, jint width, jint height)

Detailed Description

A structure for C, which describes the Button.

Definition at line 52 of file button.h.


Field Documentation

ActionListener(* Button_::addActionListener)(Button *button, void(*func)(Component))
 

ButtonData Button_::button
 

Definition at line 53 of file button.h.

jint(* Button_::getHeight)(Button *button)
 

char*(* Button_::getLabel)(Button *button)
 

jobject(* Button_::getObject)(Button *button)
 

jint(* Button_::getWidth)(Button *button)
 

jint(* Button_::getX)(Button *button)
 

jint(* Button_::getY)(Button *button)
 

void(* Button_::removeActionListener)(Button *button, ActionListener al)
 

void(* Button_::setLabel)(Button *button, const char *label)
 

void(* Button_::setLocation)(Button *button, jint x, jint y)
 

void(* Button_::setSize)(Button *button, jint width, jint height)
 


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