CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/win_decorations.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void SetupWindow (TwmWindow *tmp_win, int x, int y, int w, int h, int bw)
void SetupFrame (TwmWindow *tmp_win, int x, int y, int w, int h, int bw, bool sendEvent)
void SetFrameShape (TwmWindow *tmp)
void ComputeTitleLocation (TwmWindow *tmp)
void CreateWindowTitlebarButtons (TwmWindow *tmp_win)
void DeleteHighlightWindows (TwmWindow *tmp_win)
void PaintTitle (TwmWindow *tmp_win)
void PaintTitleButtons (TwmWindow *tmp_win)
void PaintTitleButton (TwmWindow *tmp_win, TBWindow *tbw)
void PaintBorders (TwmWindow *tmp_win, bool focus)
void SetBorderCursor (TwmWindow *tmp_win, int x, int y)

Function Documentation

◆ ComputeTitleLocation()

◆ CreateWindowTitlebarButtons()

◆ DeleteHighlightWindows()

void DeleteHighlightWindows ( TwmWindow * tmp_win)

Definition at line 1075 of file win_decorations.c.

References dpy, TwmWindow::HiliteImage, Image::pixmap, and Scr.

Referenced by HandleDestroyNotify().

◆ PaintBorders()

◆ PaintTitle()

◆ PaintTitleButton()

◆ PaintTitleButtons()

void PaintTitleButtons ( TwmWindow * tmp_win)

Definition at line 1282 of file win_decorations.c.

References PaintTitleButton(), Scr, and TwmWindow::titlebuttons.

Referenced by PaintAllDecoration().

◆ SetBorderCursor()

◆ SetFrameShape()

◆ SetupFrame()

◆ SetupWindow()