Dump the details of the nested Windows. More...
#include "config.h"#include <stdbool.h>#include <stddef.h>#include "mutt/lib.h"#include "gui/lib.h"#include "lib.h"
Include dependency graph for window.c:Go to the source code of this file.
Functions | |
| static void | win_dump (struct MuttWindow *win, int indent) |
| void | debug_win_dump (void) |
Variables | |
| static struct MuttWindow * | WinFocus = NULL |
| The Window that is currently focussed. | |
Dump the details of the nested 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 window.c.
|
static |
Definition at line 42 of file window.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void debug_win_dump | ( | void | ) |
Definition at line 96 of file window.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
The Window that is currently focussed.
The focus spans from RootWindow through MuttWindow.focus