#include "callcpp.h"
#include "oldlist.h"
#include "blobs.h"
#include "split.h"
Go to the source code of this file.
Defines | |
#define | update_edge_window() |
#define | edge_window_wait() if (wordrec_display_splits) window_wait (edge_window) |
Functions | |
void | display_edgepts (LIST outlines) |
void | draw_blob_edges (TBLOB *blob) |
void | mark_outline (EDGEPT *edgept) |
void | mark_split (SPLIT *split) |
Variables | |
ScrollView * | edge_window |
#define edge_window_wait | ( | ) | if (wordrec_display_splits) window_wait (edge_window) |
#define update_edge_window | ( | ) |
if (wordrec_display_splits) { \ c_make_current (edge_window); \ } \
void display_edgepts | ( | LIST | outlines | ) |
void draw_blob_edges | ( | TBLOB * | blob | ) |
void mark_outline | ( | EDGEPT * | edgept | ) |
void mark_split | ( | SPLIT * | split | ) |