Compose Bar Data. More...
#include "config.h"
Go to the source code of this file.
Data Structures | |
struct | ComposeBarData |
Data to fill the Compose Bar Window. More... | |
Functions | |
void | cbar_data_free (struct MuttWindow *win, void **ptr) |
Free the private Compose Bar data - Implements MuttWindow::wdata_free() -. | |
struct ComposeBarData * | cbar_data_new (void) |
Create the private data for the Compose Bar. | |
Compose Bar 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 cbar_data.h.
struct ComposeBarData * cbar_data_new | ( | void | ) |
Create the private data for the Compose Bar.
ptr | New ComposeBarData |
Definition at line 52 of file cbar_data.c.