Label_ Struct Reference

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

#include <label.h>

Collaboration diagram for Label_:

Collaboration graph
[legend]

Data Fields

jint(* getHeight )(Label *label)
jobject(* getObject )(Label *label)
char *(* getText )(Label *label)
jint(* getWidth )(Label *label)
jint(* getX )(Label *label)
jint(* getY )(Label *label)
LabelData label
void(* setLocation )(Label *label, jint x, jint y)
void(* setSize )(Label *label, jint width, jint height)
void(* setText )(Label *label, const char *text)

Detailed Description

A structure for C, which describes the Label.

Definition at line 51 of file label.h.


Field Documentation

jint(* Label_::getHeight)(Label *label)
 

jobject(* Label_::getObject)(Label *label)
 

char*(* Label_::getText)(Label *label)
 

jint(* Label_::getWidth)(Label *label)
 

jint(* Label_::getX)(Label *label)
 

jint(* Label_::getY)(Label *label)
 

LabelData Label_::label
 

Definition at line 52 of file label.h.

void(* Label_::setLocation)(Label *label, jint x, jint y)
 

void(* Label_::setSize)(Label *label, jint width, jint height)
 

void(* Label_::setText)(Label *label, const char *text)
 


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