Help Bar Window data. More...
#include "config.h"#include <stddef.h>#include "private.h"#include "mutt/lib.h"#include "gui/lib.h"
Include dependency graph for wdata.c:Go to the source code of this file.
Functions | |
| struct HelpbarWindowData * | helpbar_wdata_new (void) |
| Create new Window data for the Helpbar. | |
| void | helpbar_wdata_free (struct MuttWindow *win, void **ptr) |
| Free Helpbar Window data - Implements MuttWindow::wdata_free() -. | |
| struct HelpbarWindowData * | helpbar_wdata_get (struct MuttWindow *win) |
| Get the Helpbar data for this window. | |
Help Bar Window data.
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 wdata.c.
| struct HelpbarWindowData * helpbar_wdata_new | ( | void | ) |
| struct HelpbarWindowData * helpbar_wdata_get | ( | struct MuttWindow * | win | ) |