CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/win_decorations_init.h
Go to the documentation of this file.
1/*
2 * Window decoration bits -- initialization
3 */
4
5#ifndef _CTWM_DECORATIONS_INIT_H
6#define _CTWM_DECORATIONS_INIT_H
7
8
9void InitTitlebarButtons(void);
10void SetCurrentTBAction(int button, int mods, int func, char *action,
11 MenuRoot *menuroot);
12bool CreateTitleButton(char *name, int func, char *action,
13 MenuRoot *menuroot, bool rightside,
14 bool append);
15
16
17
18#endif /* _CTWM_DECORATIONS_INIT_H */
static int PlaceX
Definition add_window.c:82
int mods
Definition parse_yacc.c:29
bool CreateTitleButton(char *name, int func, char *action, MenuRoot *menuroot, bool rightside, bool append)
void InitTitlebarButtons(void)
void SetCurrentTBAction(int button, int mods, int func, char *action, MenuRoot *menuroot)