NeoMutt  2024-11-14-34-g5aaf0d
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
SimpleDialogWindows Struct Reference

Tuple for the results of simple_dialog_new() More...

#include "simple.h"

+ Collaboration diagram for SimpleDialogWindows:

Data Fields

struct MuttWindowdlg
 Main Dialog Window.
 
struct MuttWindowsbar
 Simple Bar.
 
struct Menumenu
 Menu.
 

Detailed Description

Tuple for the results of simple_dialog_new()

Definition at line 34 of file simple.h.

Field Documentation

◆ dlg

struct MuttWindow* SimpleDialogWindows::dlg

Main Dialog Window.

Definition at line 36 of file simple.h.

◆ sbar

struct MuttWindow* SimpleDialogWindows::sbar

Simple Bar.

Definition at line 37 of file simple.h.

◆ menu

struct Menu* SimpleDialogWindows::menu

Menu.

Definition at line 38 of file simple.h.


The documentation for this struct was generated from the following file: