Index: trunk/src_plugins/lib_gtk_common/wt_preview.h =================================================================== --- trunk/src_plugins/lib_gtk_common/wt_preview.h (revision 8675) +++ trunk/src_plugins/lib_gtk_common/wt_preview.h (revision 8676) @@ -57,13 +57,9 @@ GtkDrawingAreaClass parent_class; }; -/* Forward declarations ... event functions */ -/** \todo understand where is this initialized ? */ typedef void (*pcb_gtk_init_drawing_widget_t) (GtkWidget * widget, void *port); -/** Expose event, set as a property. */ typedef gboolean(*pcb_gtk_preview_expose_t) (GtkWidget * widget, PCB_GTK_EXPOSE_STRUCT * ev, pcb_hid_expose_t expcall, const pcb_hid_expose_ctx_t * ctx); -/** \todo How this is initialized ? Where is it going ? */ typedef pcb_bool(*pcb_gtk_preview_mouse_ev_t) (void *widget, pcb_hid_mouse_ev_t kind, pcb_coord_t x, pcb_coord_t y); /** Selects the kind of preview. */