CTWM
Toggle main menu visibility
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 */
9
void
Iconify
(
TwmWindow
*tmp_win,
int
def_x,
int
def_y);
10
void
DeIconify
(
TwmWindow
*tmp_win);
11
12
/* Lower-level utils, but the squeeze code uses them too */
13
void
ReMapTransients
(
TwmWindow
*tmp_win);
14
void
UnmapTransients
(
TwmWindow
*tmp_win,
bool
iconify,
long
eventMask);
15
16
17
#endif
/* _CTWM_WIN_ICONIFY_H */
TwmWindow
Info and control for every X Window we take over.
Definition
twm_window_struct.h:34
Iconify
void Iconify(TwmWindow *tmp_win, int def_x, int def_y)
Definition
win_iconify.c:45
UnmapTransients
void UnmapTransients(TwmWindow *tmp_win, bool iconify, long eventMask)
Definition
win_iconify.c:557
DeIconify
void DeIconify(TwmWindow *tmp_win)
Definition
win_iconify.c:167
ReMapTransients
void ReMapTransients(TwmWindow *tmp_win)
Definition
win_iconify.c:538
win_iconify.h
Generated by
1.18.0