Home | History | Annotate | Download | only in gtk

Lines Matching refs:current_item

240   for (GList* current_item = menu_item->all_widgets;
241 current_item != NULL; current_item = g_list_next(current_item)) {
242 if (GTK_IS_BUTTON(current_item->data)) {
243 if (GTK_WIDGET(current_item->data) !=
245 gtk_custom_menu_item_expose_button(widget, event, current_item);
253 for (GList* current_item = menu_item->all_widgets;
254 current_item != NULL; current_item = g_list_next(current_item)) {
255 if (GTK_IS_BUTTON(current_item->data)) {
257 GList* next_item = g_list_next(current_item);
259 GtkWidget* current_button = GTK_WIDGET(current_item->data);