CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/win_iconify.h
Go to the documentation of this file.
1/*
2 * Window de/iconification routines
3 */
4#ifndef _CTWM_WIN_ICONIFY_H
5#define _CTWM_WIN_ICONIFY_H
6
7
8/* De/Iconifying */
9void Iconify(TwmWindow *tmp_win, int def_x, int def_y);
11
12/* Lower-level utils, but the squeeze code uses them too */
15
16
17#endif /* _CTWM_WIN_ICONIFY_H */
static int PlaceX
Definition add_window.c:82
Info and control for every X Window we take over.
void Iconify(TwmWindow *tmp_win, int def_x, int def_y)
Definition win_iconify.c:45
void UnmapTransients(TwmWindow *tmp_win, bool iconify, long eventMask)
void DeIconify(TwmWindow *tmp_win)
void ReMapTransients(TwmWindow *tmp_win)