Home
last modified time | relevance | path

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

/external/fio/
Dgfio.c56 const char *tooltiptext[2]; member
62 .tooltiptext = { "Disconnect from host", "Connect to host" },
68 .tooltiptext = { "Send job description to host", NULL },
74 .tooltiptext = { "Start the current job on the server", NULL },
182 if (s->tooltiptext[sensitive]) in get_button_tooltip()
183 return s->tooltiptext[sensitive]; in get_button_tooltip()
185 return s->tooltiptext[0]; in get_button_tooltip()