Module: Gtk::IconViewDropPosition
- Defined in:
- (unknown)
Constant Summary collapse
- NO_DROP =
          no drop possible 
- 0 or :no_drop 
- DROP_INTO =
          dropped item replaces the item 
- 1 or :drop_into 
- DROP_LEFT =
          droppped item is inserted to the left 
- 2 or :drop_left 
- DROP_RIGHT =
          dropped item is inserted to the right 
- 3 or :drop_right 
- DROP_ABOVE =
          dropped item is inserted above 
- 4 or :drop_above 
- DROP_BELOW =
          dropped item is inserted below 
- 5 or :drop_below