Searched refs:WindowBox (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dwindowbox.h10 WindowBox *findWindowBox(TwmWindow *twmwin);
H A Dtypes.h44 typedef struct WindowBox WindowBox; typedef in typeref:struct:WindowBox
H A Dwindowbox.c24 WindowBox *winbox;
29 winbox = malloc(sizeof(WindowBox));
42 WindowBox *winbox;
98 WindowBox *findWindowBox(TwmWindow *twmwin)
100 WindowBox *winbox;
H A Dtwm_window_struct.h247 WindowBox *winbox; ///< WindowBox containing this window.
248 bool iswinbox; ///< This is a WindowBox window.
H A Dctwm.h303 struct WindowBox { struct
304 struct WindowBox *next;
H A Dctwm_config.h.in83 /* WindowBox support */
H A Dscreen.h745 /// %WindowBox config var.
746 WindowBox *FirstWindowBox;
H A Dotp.c299 * We can't check windows in a WindowBox, since they are
395 static OtpWinList *GetOwlAtOrBelowInWinbox(OtpWinList **owlp, WindowBox *wb)
452 WindowBox *winbox = owl->twm_win->winbox;
H A Dadd_window.c129 WindowBox *winbox;
H A DCHANGES.md19 1. Support for `WindowBox` has been removed, along with the
1046 1. New keyword: WindowBox. Creates a new window called a box, where
1051 WindowBox "xloadbox" "320x100+0-0" {
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dbuild_options.cmake21 option(USE_WINBOX "Enable WindowBox support" OFF )
182 # WindowBox's
184 message(WARNING "WindowBox will not be supported in future versions")

Completed in 60 milliseconds