Set the window title

Name

ggiWmhSetTitle : Set the window title

Synopsis

#include <ggi/wmh.h>

int ggiWmhSetTitle(ggi_visual_t vis, const char *title);

Description

ggiWmhSetTitle sets a new title to the window.

Return value

ggiWmhSetTitle returns 0 for success, otherwise an ggi-error(3) code on failure.

See Also