Home
last modified time | relevance | path

Searched defs:b_play (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/
H A Dmain_interface.hpp102 void dropEventPlay( QDropEvent* event, bool b_play ) { dropEventPlay(event, b_play, true); } in dropEventPlay()
H A Dmain_interface.cpp1535 void MainInterface::dropEventPlay( QDropEvent *event, bool b_play, bool b_playlist ) in dropEventPlay()
/dports/emulators/kcemu/KCemu-0.5.1/include/ui/gtk/
H A Dtape.h44 GtkWidget *b_play; member
/dports/multimedia/vlc/vlc-3.0.16/modules/control/dbus/
H A Ddbus_tracklist.c50 dbus_bool_t b_play; in DBUS_METHOD() local
/dports/audio/waon/waon-0.10/
H A Dgwaon-wav.c2661 GtkWidget *b_play = gtk_button_new_with_label (" play "); in create_wav() local
/dports/games/scummvm/scummvm-2.5.1/engines/director/lingo/
H A Dlingo-builtins.cpp1276 void LB::b_play(int nargs) { in b_play() function in Director::LB