Module: Gtk::TargetFlags

Defined in:
(unknown)

Constant Summary collapse

SAME_APP =

If this is set, the target will only be selected

for drags within a single application.
1 or :same_app
SAME_WIDGET =

If this is set, the target will only be selected

for drags within a single widget.
2 or :same_widget
OTHER_APP =

If this is set, the target will not be selected

for drags within a single application.
4 or :other_app
OTHER_WIDGET =

If this is set, the target will not be selected

for drags withing a single widget.
8 or :other_widget