Sidebar Window data. More...
#include "config.h"
#include <stddef.h>
#include "private.h"
#include "mutt/lib.h"
#include "gui/lib.h"
Go to the source code of this file.
Functions | |
struct SidebarWindowData * | sb_wdata_new (struct MuttWindow *win, struct IndexSharedData *shared) |
Create new Window data for the Sidebar. | |
void | sb_wdata_free (struct MuttWindow *win, void **ptr) |
Free Sidebar Window data - Implements MuttWindow::wdata_free() -. | |
struct SidebarWindowData * | sb_wdata_get (struct MuttWindow *win) |
Get the Sidebar data for this window. | |
Sidebar 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 SidebarWindowData * sb_wdata_new | ( | struct MuttWindow * | win, |
struct IndexSharedData * | shared | ||
) |
Create new Window data for the Sidebar.
win | Sidebar Window |
shared | Index shared data |
ptr | New Window data |
Definition at line 44 of file wdata.c.
struct SidebarWindowData * sb_wdata_get | ( | struct MuttWindow * | win | ) |
Get the Sidebar data for this window.
win | Window |
Definition at line 77 of file wdata.c.