Simple Bar. More...
Go to the source code of this file.
Functions | |
struct MuttWindow * | sbar_new (void) |
Add the Simple Bar (status) | |
void | sbar_set_title (struct MuttWindow *win, const char *title) |
Set the title for the Simple Bar. | |
Simple Bar.
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 sbar.h.
struct MuttWindow * sbar_new | ( | void | ) |
Add the Simple Bar (status)
ptr | New Simple Bar |
Definition at line 203 of file sbar.c.
void sbar_set_title | ( | struct MuttWindow * | win, |
const char * | title | ||
) |
Set the title for the Simple Bar.
win | Window of the Simple Bar |
title | String to set |
Definition at line 227 of file sbar.c.