Simple Dialog Windows. More...
Include dependency graph for simple.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | SimpleDialogWindows |
| Tuple for the results of simple_dialog_new() More... | |
Functions | |
| struct SimpleDialogWindows | simple_dialog_new (enum MenuType mtype, enum WindowType wtype, const struct Mapping *help_data) |
| Create a simple index Dialog. | |
| void | simple_dialog_free (struct MuttWindow **ptr) |
| Destroy a simple index Dialog. | |
Simple Dialog Windows.
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 simple.h.
| struct SimpleDialogWindows simple_dialog_new | ( | enum MenuType | mtype, |
| enum WindowType | wtype, | ||
| const struct Mapping * | help_data ) |
Create a simple index Dialog.
| mtype | Menu type, e.g. MENU_ALIAS |
| wtype | Dialog type, e.g. WT_DLG_ALIAS |
| help_data | Data for the Help Bar |
| obj | SimpleDialogWindows Tuple containing Dialog, SimpleBar and Menu pointers |
Definition at line 132 of file simple.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void simple_dialog_free | ( | struct MuttWindow ** | ptr | ) |
Destroy a simple index Dialog.
| ptr | Dialog Window to destroy |
Definition at line 168 of file simple.c.
Here is the call graph for this function:
Here is the caller graph for this function: