Lines Matching defs:TwmWindow
3 * TwmWindow struct definition.
34 struct TwmWindow {
35 struct TwmWindow *next; ///< Next TwmWindow on the Screen
36 struct TwmWindow *prev; ///< Previous TwmWindow on the Screen
52 * put around the application's own window (the thing in TwmWindow.w
69 /// \sa TwmWindow.borderC \sa SetFocusVisualAttributes()
107 char *name; ///< Current window name. Points into TwmWindow::names.
108 char *icon_name; ///< Current icon name. Points into TwmWindow::names.
112 /// TwmWindow::name and TwmWindow::icon_name point to the currently
134 } names; ///< \copydoc TwmWindow::_names
218 struct TwmWindow *next; ///< Next window in the ring
219 struct TwmWindow *prev; ///< Previous window in the ring
223 } ring; ///< \copydoc TwmWindow::_ring
258 } savegeometry; ///< \copydoc TwmWindow::_savegeometry
269 /// Has \ref TwmWindow::name ever changed? Used only in session saving.
271 /// Has \ref TwmWindow::attr width ever changed? Used only in sessions.
273 /// Has \ref TwmWindow::attr height ever changed? Used only in sessions.