Home | History | Annotate | Download | only in gtk

Lines Matching refs:button_mask

82     gint button_mask = GPOINTER_TO_INT(userdata);
83 if (button_mask & (1 << event->button))
92 gint button_mask = GPOINTER_TO_INT(userdata);
93 if (button_mask && (1 << event->button))
574 gint button_mask = 0;
576 button_mask |= 1 << 1;
578 button_mask |= 1 << 2;
580 button_mask |= 1 << 3;
581 void* userdata = GINT_TO_POINTER(button_mask);