The main user interface. More...
#include <stipple.hpp>
Public Member Functions | |
void | ParameterDialog () |
The single dialog this add-in uses for creating a work order. | |
Static Public Member Functions | |
static void | ButtonPress (GtkButton *widget, gpointer data) |
OK/Cancel listeners. | |
static void | KeyPress (GtkButton *widget, gpointer data) |
Each time a key is typed the percent fill is updated. | |
static gboolean | UpdateProgress (GtkProgressBar *PB) |
Receive a percent complete message. | |
static void | Progress (float progress, string Message) |
Interface for setting progress bar. | |
static int | PercentFill (double Trace, double Pitch) |
Return the percent fill represented by the input parameters. | |
The main user interface.