add more doxygen

This commit is contained in:
Dana Jansens 2003-01-13 00:56:05 +00:00
parent b5a05bc197
commit ecfac5f20c

View file

@ -495,6 +495,10 @@ BB @param window The window id that the Client class should handle
inline const otk::Strut &strut() const { return _strut; } inline const otk::Strut &strut() const { return _strut; }
//! Move the client window //! Move the client window
/*!
@param x The X coordinate to move to.
@param y The Y coordinate to move to.
*/
void move(int x, int y); void move(int x, int y);
//! Resizes the client window, anchoring it in a given corner //! Resizes the client window, anchoring it in a given corner