Esempio n. 1
0
void GeCurveMotif::activate_zoomout( Widget w, GeCurve *curve, XmAnyCallbackStruct *data)
{
  curve_Zoom( curve->growcurve_ctx, 0.5);
}
Esempio n. 2
0
void GeCurveGtk::activate_zoomout( GtkWidget *w, gpointer data)
{
  GeCurve *curve = (GeCurve *)data;

  curve_Zoom( curve->growcurve_ctx, 0.5);
}