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?
- Re: gtk_drag_dest_set & GtkTargetList* monkeyiq
- Re: gtk_drag_dest_set & GtkTargetList* Owen Taylor
- Re: gtk_drag_dest_set & GtkTargetList* monkeyiq
- Re: gtk_drag_dest_set & GtkTargetList* Owen Taylor
