Home
last modified time | relevance | path

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

/dports/audio/xmcd/xmcd-3.3.2/cddb_d/
H A DCDDBdefs.h305 #define MSG_DISABLE 3 macro
H A DCDDBEnums.h315 MSG_DISABLE = 3,
/dports/misc/mc/mc-4.8.27/lib/widget/
H A Dwidget-common.c367 case MSG_DISABLE: in widget_default_callback()
847 ret = send_message (w, NULL, enable ? MSG_DISABLE : MSG_ENABLE, 0, NULL); in widget_default_set_state()
H A Dwidget-common.h36 MSG_DISABLE, /* Change state to disabled */ enumerator
H A Dinput.c1090 case MSG_DISABLE: in input_callback()
1092 widget_set_state (WIDGET (in->label), WST_DISABLED, msg == MSG_DISABLE); in input_callback()
/dports/misc/mc-nox11/mc-4.8.27/lib/widget/
H A Dwidget-common.c367 case MSG_DISABLE: in widget_default_callback()
847 ret = send_message (w, NULL, enable ? MSG_DISABLE : MSG_ENABLE, 0, NULL); in widget_default_set_state()
H A Dwidget-common.h36 MSG_DISABLE, /* Change state to disabled */ enumerator
H A Dinput.c1090 case MSG_DISABLE: in input_callback()
1092 widget_set_state (WIDGET (in->label), WST_DISABLED, msg == MSG_DISABLE); in input_callback()
/dports/devel/z88dk/z88dk/include/
H A Dcpc.h295 #define MSG_DISABLE 255 macro
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/session/phone/
H A Dchannel.cc45 MSG_DISABLE = 2, enumerator
297 Send(enable ? MSG_ENABLE : MSG_DISABLE); in Enable()
904 case MSG_DISABLE: in OnMessage()