gtk_drag_dest_set & GtkTargetList*



Hi,
  I noticed that there is this function, but there seems no version that takes the
(new?) TargetList style.

void gtk_drag_dest_set   (GtkWidget            *widget,
                         GtkDestDefaults       flags,
                         const GtkTargetEntry *targets,
                         gint                  n_targets,
                         GdkDragAction         actions);

I can make a version quite easily, but it calls a static function in gtk, and so the new
gtk_drag_dest_set_targetlist() would need to be in gtk+ also for this to work.

Are there any plans for such a function or am I doing something wrong?


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]