diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-05 08:49:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-05 08:49:01 +0000 |
| commit | 68016ac352db39d538f725234a98df7caaa19cc0 (patch) | |
| tree | ee53e3a6389fb5a158a6446eafb04971694e96ec | |
| parent | c822c895f0d3a946d06df1da0c70055bb873e780 (diff) | |
mode documentation updates
| -rw-r--r-- | otk/property.hh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/otk/property.hh b/otk/property.hh index 72b6c505..912d8286 100644 --- a/otk/property.hh +++ b/otk/property.hh @@ -181,7 +181,7 @@ public: //! Destroys the OBAtom object virtual ~OBProperty(); - //! Sets a property on a window to a new value + //! Sets a single-value property on a window to a new value /*! @param win The window id of the window on which to set the property's value @param atom A member of the OBProperty::Atoms enum that specifies which @@ -191,7 +191,7 @@ public: @param value The value to set the property to */ void set(Window win, Atoms atom, Atoms type, unsigned long value) const; - //! Sets a property on a window to a new value + //! Sets an multiple-value property on a window to a new value /*! @param win The window id of the window on which to set the property's value @param atom A member of the OBProperty::Atoms enum that specifies which @@ -204,7 +204,7 @@ public: */ void set(Window win, Atoms atom, Atoms type, unsigned long value[], int elements) const; - //! Sets a property on a window to a new value + //! Sets a string property on a window to a new value /*! @param win The window id of the window on which to set the property's value @param atom A member of the OBProperty::Atoms enum that specifies which @@ -215,7 +215,7 @@ public: */ void set(Window win, Atoms atom, StringType type, const std::string &value) const; - //! Sets a property on a window to a new value + //! Sets a string-array property on a window to a new value /*! @param win The window id of the window on which to set the property's value @param atom A member of the OBProperty::Atoms enum that specifies which |
