Utility Window. More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| struct MuttWindow * | utilwin_new (void) |
| Create the Utility Window. | |
| const char * | utilwin_get_text (struct MuttWindow *win) |
| Get the text from the Utility Window. | |
| void | utilwin_set_text (struct MuttWindow *win, const char *text) |
| Set the text for the Utility Window. | |
Utility Window.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file utilwin.h.
| struct MuttWindow * utilwin_new | ( | void | ) |
Create the Utility Window.
| ptr | New Utility Window |
The window starts hidden and becomes visible when text is set.
Definition at line 215 of file utilwin.c.
Here is the call graph for this function:
Here is the caller graph for this function:| const char * utilwin_get_text | ( | struct MuttWindow * | win | ) |
Get the text from the Utility Window.
| win | Utility Window |
| ptr | Text string |
| NULL | No text or invalid window |
Definition at line 247 of file utilwin.c.
Here is the call graph for this function:| void utilwin_set_text | ( | struct MuttWindow * | win, |
| const char * | text ) |
Set the text for the Utility Window.
| win | Utility Window (may be NULL to use the default) |
| text | Text to display (NULL or empty to hide) |
Setting text makes the window visible; clearing it hides the window.
Definition at line 271 of file utilwin.c.
Here is the call graph for this function:
Here is the caller graph for this function: