PCB-FPW developer documentation based on version: 0.0.11

Data Fields

preview_polygon Struct Reference

Struct containing all data to draw a polygon on the preview canvas. More...

#include <preview_dialog.h>

Data Fields

GdkDrawable * drawable
GdkGC * gc
gboolean filled
GdkPoint * points
gint npoints

Detailed Description

Struct containing all data to draw a polygon on the preview canvas.

Definition at line 82 of file preview_dialog.h.


Field Documentation

a GdkDrawable (a GdkWindow or a GdkPixmap).

Definition at line 85 of file preview_dialog.h.

Referenced by preview_draw_polygon().

TRUE if the polygon should be filled.

Definition at line 89 of file preview_dialog.h.

Referenced by preview_draw_polygon().

Graphics Context.

Definition at line 87 of file preview_dialog.h.

Referenced by preview_draw_polygon().

The number of points.

Definition at line 94 of file preview_dialog.h.

Referenced by preview_draw_polygon().

An array of GdkPoint structures specifying the points making up the polygon.

Definition at line 91 of file preview_dialog.h.

Referenced by preview_draw_polygon().


The documentation for this struct was generated from the following files: