Home
last modified time | relevance | path

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

/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A DUIComponent.h88 void setBubbleHelp (const char *msg, Widget w = NULL, boolean active_help = TRUE);
H A DUIComponent.C173 void UIComponent::setBubbleHelp (const char *msg, Widget w, boolean active_help) in setBubbleHelp() argument
175 if (active_help) { in setBubbleHelp()
/dports/security/snort3/snort3-3.1.19.0/src/main/
H A Dmodules.cc841 #define active_help \ macro
859 ActiveModule() : Module("active", active_help, active_params) { } in ActiveModule()