Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-gxbitmaps.c2852 …XpmCreatePixmapFromData(dp, wn, (char **)stop_play_xpm, &toolbar_pixmaps[SND_XPM_STOP_PLAY], …
2883 case SND_XPM_STOP_PLAY: return(toolbar_pixmaps[SND_XPM_STOP_PLAY]);
H A Dsnd-x1.h163 SND_XPM_STOP, SND_XPM_REVERT, SND_XPM_PLAY, SND_XPM_CURSOR_PLAY, SND_XPM_STOP_PLAY, enumerator
H A Dsnd-motif.c22303 …add_to_toolbar(toolbar, toolbar_icon(SND_XPM_STOP_PLAY), "stop playing", stop_pl… in show_toolbar()