| _height | Graphics | |
| _width | Graphics | |
| apply() | Graphics | |
| clear(int color_index) | Graphics | |
| colormap | Graphics | [private] |
| copy_surface(int surface) | Graphics | |
| create_colors() | Graphics | |
| currentpixmap | Graphics | |
| draw_line(int x1, int y1, int x2, int y2, int colorindex) | Graphics | |
| draw_pixmap(GdkPixmap *pixmap, int x, int y, int width, int height) | Graphics | |
| draw_pixmap(gchar **pixmap, int x, int y, int width, int height) | Graphics | |
| draw_rectangle(int x, int y, int width, int height, bool fill, int colorindex) | Graphics | |
| draw_text(int x, int y, const char *text, int colorindex) | Graphics | |
| draw_text(int x, int y, const char *text, int colorindex, int alignment) | Graphics | |
| drawingarea | Graphics | [private] |
| Graphics(GtkWidget *drawingarea, int width, int height, int nbsurfaces) | Graphics | |
| Graphics(GtkWidget *drawingarea, int nbsurfaces) | Graphics | |
| height() | Graphics | |
| make_gc(int red, int green, int blue) | Graphics | [private] |
| pixmaps | Graphics | |
| put_pixel(int x, int y, int colorindex) | Graphics | |
| render(GdkPixbuf *pixbuf, int x, int y, int width, int height) | Graphics | |
| repaint() | Graphics | |
| set_draw_surface(int surface) | Graphics | |
| width() | Graphics | |
| ~Graphics() | Graphics | |