printview

printview

Functions

gboolean get_offset ()
gboolean get_positions ()
gboolean get_new_target ()
gboolean get_reference_point ()
gboolean get_control_point ()
gboolean get_curve ()
void present_print_view_window ()
void typeset_part ()
gboolean continuous_typesetting ()
gboolean get_new_point ()
int check_lily_version ()
gboolean typeset_for_script ()
gboolean print_typeset_pdf ()
void typeset_current_layout ()
void install_printpreview ()
void refresh_print_view ()
void printview_finished ()
void print_from_print_view ()

Description

Functions

get_offset ()

gboolean
get_offset (gdouble *x,
            gdouble *y);

get_positions ()

gboolean
get_positions (gdouble *neary,
               gdouble *fary,
               WwGrob grob);

get_new_target ()

gboolean
get_new_target (void);

get_reference_point ()

gboolean
get_reference_point (void);

get_control_point ()

gboolean
get_control_point (gint which);

get_curve ()

gboolean
get_curve (gdouble *x1,
           gdouble *y1,
           gdouble *x2,
           gdouble *y2,
           gdouble *x3,
           gdouble *y3,
           gdouble *x4,
           gdouble *y4);

present_print_view_window ()

void
present_print_view_window ();

typeset_part ()

void
typeset_part (void);

continuous_typesetting ()

gboolean
continuous_typesetting (void);

get_new_point ()

gboolean
get_new_point (void);

check_lily_version ()

int
check_lily_version (gchar *version);

typeset_for_script ()

gboolean
typeset_for_script (gchar *script);

print_typeset_pdf ()

gboolean
print_typeset_pdf (void);

typeset_current_layout ()

void
typeset_current_layout (void);

install_printpreview ()

void
install_printpreview (void);

refresh_print_view ()

void
refresh_print_view (gboolean interactive);

printview_finished ()

void
printview_finished ();

print_from_print_view ()

void
print_from_print_view (gboolean all_movements);