| 6604 arrow1_x += tab->allocation.width; |
6609 arrow1_x += tab->allocation.width; |
| 6605 arrow2_x += tab->allocation.width; |
6610 arrow2_x += tab->allocation.width; |
| 6606 } |
6611 } |
| 6607 |
6612 |
| 6608 arrow1_y = nb_y + tab->allocation.y; |
6613 arrow1_y = nb_y + tab->allocation.y; |
| 6609 arrow2_y = nb_y + tab->allocation.y + |
6614 arrow2_y = nb_y + tab->allocation.y + tab->allocation.height; |
| 6610 tab->allocation.height; |
|
| 6611 } else { |
6615 } else { |
| 6612 arrow1_x = nb_x + tab->allocation.x; |
6616 arrow1_x = nb_x + tab->allocation.x; |
| 6613 arrow2_x = nb_x + tab->allocation.x + |
6617 arrow2_x = nb_x + tab->allocation.x + tab->allocation.width; |
| 6614 tab->allocation.width; |
6618 arrow1_y = arrow2_y = nb_y + tab->allocation.y; |
| 6615 arrow1_y = arrow2_y = nb_y + tab->allocation.y + tab->allocation.height/2; |
6619 |
| 6616 |
6620 if (((gpointer)win == (gpointer)dest_win && win->drag_tab < page_num) || to_right) { |
| 6617 if ((gpointer)win == (gpointer)dest_win && win->drag_tab < page_num) { |
|
| 6618 arrow1_y += tab->allocation.height; |
6621 arrow1_y += tab->allocation.height; |
| 6619 arrow2_y += tab->allocation.height; |
6622 arrow2_y += tab->allocation.height; |
| 6620 } |
6623 } |
| 6621 } |
6624 } |
| 6622 |
6625 |