Main Page | Alphabetical List | Class List | File List | Class Members | File Members

widget Struct Reference

#include <widget.h>

List of all members.

Public Attributes

int x
int y
int width
int height
int focused
void(* draw )(struct widget *this)
void(* key )(struct widget *this, int key)
const char * label
void * content


Member Data Documentation

void* widget::content
 

Definition at line 10 of file widget.h.

Referenced by draw_textbox().

void(* widget::draw)(struct widget *this)
 

Referenced by redraw_properties(), and switch_focus().

int widget::focused
 

Definition at line 6 of file widget.h.

Referenced by enter_properties_state(), properties_state(), and switch_focus().

int widget::height
 

Definition at line 6 of file widget.h.

Referenced by draw_textbox().

void(* widget::key)(struct widget *this, int key)
 

Referenced by properties_state().

const char* widget::label
 

Definition at line 9 of file widget.h.

Referenced by draw_textbox().

int widget::width
 

Definition at line 6 of file widget.h.

Referenced by draw_textbox().

int widget::x
 

Definition at line 6 of file widget.h.

Referenced by draw_textbox().

int widget::y
 

Definition at line 6 of file widget.h.

Referenced by draw_textbox().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 22 14:06:34 2004 for SKye by doxygen 1.3.6