Module: Gdk::WMDecoration

Defined in:
(unknown)

Constant Summary collapse

ALL =

all decorations should be applied.

1 or :all
BORDER =

a frame should be drawn around the window.

2 or :border
RESIZEH =

the frame should have resize handles.

4 or :resizeh
TITLE =

a titlebar should be placed above the window.

8 or :title
16 or :menu
MINIMIZE =

a minimize button should be included.

32 or :minimize
MAXIMIZE =

a maximize button should be included.

64 or :maximize