PCB-FPW developer documentation based on version: 0.0.11

Data Fields

preview_rectangle Struct Reference

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

#include <preview_dialog.h>

Data Fields

GdkDrawable * drawable
GdkGC * gc
gboolean filled
gint x
gint y
gint width
gint height

Detailed Description

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

Definition at line 101 of file preview_dialog.h.


Field Documentation

a GdkDrawable (a GdkWindow or a GdkPixmap).

Definition at line 104 of file preview_dialog.h.

Referenced by preview_draw_rectangle().

TRUE if the polygon should be filled.
The polygon is closed automatically, connecting the last point to the first point if necessary.

Definition at line 108 of file preview_dialog.h.

Referenced by preview_draw_rectangle().

Graphics Context.

Definition at line 106 of file preview_dialog.h.

Referenced by preview_draw_rectangle().

The height of the rectangle.

Definition at line 118 of file preview_dialog.h.

Referenced by preview_draw_rectangle().

The width of the rectangle.

Definition at line 116 of file preview_dialog.h.

Referenced by preview_draw_rectangle().

The X-coordinate of the left edge of the rectangle.

Definition at line 112 of file preview_dialog.h.

Referenced by preview_draw_rectangle().

The Y-coordinate of the top edge of the rectangle.

Definition at line 114 of file preview_dialog.h.

Referenced by preview_draw_rectangle().


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