Lines Matching refs:click_cell

1104   clist->click_cell.row = -1;  in gtk_cmclist_init()
1105 clist->click_cell.column = -1; in gtk_cmclist_init()
4779 clist->click_cell.row = -1; in gtk_cmclist_unmap()
4780 clist->click_cell.column = -1; in gtk_cmclist_unmap()
4942 clist->click_cell.row = row; in gtk_cmclist_button_press()
4943 clist->click_cell.column = column; in gtk_cmclist_button_press()
4948 clist->click_cell.row = -1; in gtk_cmclist_button_press()
4949 clist->click_cell.column = -1; in gtk_cmclist_button_press()
5158 clist->click_cell.row = -1; in gtk_cmclist_button_release()
5159 clist->click_cell.column = -1; in gtk_cmclist_button_release()
5268 clist->click_cell.row >= 0 && clist->click_cell.column >= 0 && in gtk_cmclist_motion()
5271 y < ROW_TOP_YPIXEL (clist, clist->click_cell.row) || in gtk_cmclist_motion()
5272 y >= (ROW_TOP_YPIXEL (clist, clist->click_cell.row) + in gtk_cmclist_motion()
5274 x < COLUMN_LEFT_XPIXEL (clist, clist->click_cell.column) || in gtk_cmclist_motion()
5275 x >= (COLUMN_LEFT_XPIXEL(clist, clist->click_cell.column) + in gtk_cmclist_motion()
5276 clist->column[clist->click_cell.column].area.width))) in gtk_cmclist_motion()
7444 if (clist->click_cell.row < 0) in gtk_cmclist_drag_begin()
7445 clist->click_cell.row = 0; in gtk_cmclist_drag_begin()
7446 else if (clist->click_cell.row >= clist->rows) in gtk_cmclist_drag_begin()
7447 clist->click_cell.row = clist->rows - 1; in gtk_cmclist_drag_begin()
7448 info->row = clist->click_cell.row; in gtk_cmclist_drag_begin()
7449 info->column = clist->click_cell.column; in gtk_cmclist_drag_begin()
7470 clist->click_cell.row = -1; in gtk_cmclist_drag_end()
7471 clist->click_cell.column = -1; in gtk_cmclist_drag_end()
7547 new_info.cell.row == clist->click_cell.row || in gtk_cmclist_drag_motion()
7548 (new_info.cell.row == clist->click_cell.row - 1 && in gtk_cmclist_drag_motion()
7550 (new_info.cell.row == clist->click_cell.row + 1 && in gtk_cmclist_drag_motion()