Simple Bar. More...
This graph shows which files directly or indirectly include this file: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.
Here is the call graph for this function:
Here is the caller graph for this function:| 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.
Here is the call graph for this function:
Here is the caller graph for this function: