Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Examples

ctk-draw.h File Reference


Detailed Description

CTK screen drawing module interface, ctk-draw.

Author:
Adam Dunkels <adam@dunkels.com>
This file contains the interface for the ctk-draw module.The ctk-draw module takes care of the actual screen drawing for CTK by implementing a handful of functions that are called by CTK.

Definition in file ctk-draw.h.

#include "ctk/ctk.h"
#include "contiki-conf.h"

Go to the source code of this file.

Functions

void ctk_draw_init (void)
 The initialization function.
void ctk_draw_clear (unsigned char clipy1, unsigned char clipy2)
 Clear the screen between the clip bounds.
void ctk_draw_clear_window (struct ctk_window *window, unsigned char focus, unsigned char clipy1, unsigned char clipy2)
 Draw the window background.
void ctk_draw_window (struct ctk_window *window, unsigned char focus, unsigned char clipy1, unsigned char clipy2, unsigned char draw_borders)
 Draw a window onto the screen.
void ctk_draw_dialog (struct ctk_window *dialog)
 Draw a dialog onto the screen.
void ctk_draw_widget (struct ctk_widget *w, unsigned char focus, unsigned char clipy1, unsigned char clipy2)
 Draw a widget on a window.


Generated on Thu Jun 22 17:45:43 2006 for Contiki 2.x by  doxygen 1.4.4