Shared constants/structs that are private to the Help Bar. More...
Go to the source code of this file.
Data Structures | |
struct | HelpbarWindowData |
Help Bar Window data -. More... | |
Functions | |
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. | |
struct HelpbarWindowData * | helpbar_wdata_new (void) |
Create new Window data for the Helpbar. | |
Shared constants/structs that are private to the Help 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 private.h.
struct HelpbarWindowData * helpbar_wdata_get | ( | struct MuttWindow * | win | ) |
Get the Helpbar data for this window.
win | Window |
Definition at line 64 of file wdata.c.
struct HelpbarWindowData * helpbar_wdata_new | ( | void | ) |
Create new Window data for the Helpbar.
ptr | New Window data |
Definition at line 39 of file wdata.c.