Searched refs:helptext (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_help.c46 static const char *const helptext[] = { variable
280 for(i = 0; helptext[i]; i++) {
281 puts(helptext[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_radbx.cpp107 // we handle handle <item tooltip="..." helptext="...">Label</item> constructs here
114 wxString helptext; local
115 bool hasHelptext = m_node->GetPropVal(wxT("helptext"), &helptext);
123 helptext = wxGetTranslation(helptext, m_resource->GetDomain());
128 helptexts.push_back(helptext);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dmconf.c455 char *helptext; local
462 helptext = malloc(strlen(sym->name) + strlen(help) + 16);
463 sprintf(helptext, "%s:\n\n%s", sym->name, help);
464 show_helptext(menu_get_prompt(menu), helptext); local
465 free(helptext);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dradiobox.tex200 Returns the helptext associated with the specified \arg{item} if any or {\tt wxEmptyString}.
322 \func{void}{SetItemHelpText}{\param{unsigned int}{ item}, \param{const wxString\&}{ helptext}}
324 Sets the helptext for an item. Empty string erases any existing helptext.
330 \docparam{helptext}{The help text to set for the item.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dincludes.h743 const char *helptext; member in struct:functable2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet.c154 table[i].helptext);

Completed in 184 milliseconds