Draw_Context->Current->modify_over->x,
Draw_Context->Current->modify_over->y,
Properties->size, Properties->size, 0, 360*64);
- g_critical("I draw arc over, x: %i, y: %i", Draw_Context->Current->modify_over->x, Draw_Context->Current->modify_over->y);
Draw_Context->Current->modify_over->x += Properties->size;
break;
case MIDDLE:
prop_arc.position = OVER;
DrawContext *draw_context = Hashed_Process_Data->draw_context;
draw_context->Current->modify_over->x = x;
- g_critical("x should be %i", x);
draw_context->Current->modify_over->y = y;
- g_critical("y should be %i", y);
draw_context->drawable = control_flow_data->Drawing->Pixmap;
GtkWidget *widget = control_flow_data->Drawing->Drawing_Area_V;
//draw_context->gc = widget->style->fg_gc[GTK_WIDGET_STATE (widget)];
*height = get_cell_height(
GTK_TREE_VIEW(Process_List->Process_List_VC));
*y = *height * path_indices[0];
- g_critical("inside, y is %i", *y);
*pmHashed_Process_Data = Hashed_Process_Data;
return 0;
} else {