Home
last modified time | relevance | path

Searched refs:dicePixmaps (Results 1 – 1 of 1) sorted by relevance

/dports/games/tali/tali-40.4/src/
H A Dgyahtzee.c80 static GtkWidget *dicePixmaps[NUMBER_OF_DICE][NUMBER_OF_PIXMAPS][GAME_TYPES]; variable
510 gtk_widget_hide (dicePixmaps[n][last_val[n]][prev_game_type]); in UpdateDiePixmap()
514 gtk_widget_show (dicePixmaps[n][last_val[n]][game_type]); in UpdateDiePixmap()
685 dicePixmaps[j][i][GAME_YAHTZEE] = gtk_image_new_from_pixbuf (pixbuf); in LoadDicePixmaps()
693 dicePixmaps[j][i][GAME_KISMET] = gtk_image_new_from_pixbuf (pixbuf); in LoadDicePixmaps()
844 gtk_box_pack_start (GTK_BOX (tmp), dicePixmaps[i][j][GAME_YAHTZEE], FALSE, FALSE, 0); in GyahtzeeCreateMainWindow()
845 gtk_box_pack_start (GTK_BOX (tmp), dicePixmaps[i][j][GAME_KISMET], FALSE, FALSE, 0); in GyahtzeeCreateMainWindow()