diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-01-11 11:42:27 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-01-11 11:42:27 +0100 |
commit | 89199c1a017c97c239e7956863047d2553a00a97 (patch) | |
tree | 19cf33f609df79618a9e7887a17bdffa8568626b /offapi | |
parent | e058014fdd70ee0923702eab0b71654f4ed5221b (diff) |
gridsort: +XGridColumn::HelpText, to be displayed as tooltip for the column header
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/grid/XGridColumn.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/awt/grid/XGridColumn.idl b/offapi/com/sun/star/awt/grid/XGridColumn.idl index fea2cde7b6d2..8b0be51c309b 100644 --- a/offapi/com/sun/star/awt/grid/XGridColumn.idl +++ b/offapi/com/sun/star/awt/grid/XGridColumn.idl @@ -76,6 +76,12 @@ interface XGridColumn /** A title is displayed in the colum header row if <method>UnoControlGridModel::ShowRowHeader</method> is set to <true/>**/ [attribute] string Title; + /** is the help text associated with the column. + + <p>A grid control will usually display a column's help text as tooltip.</p> + */ + [attribute] string HelpText; + /** denotes the index of the column within the grid column model it belongs to <p>If the column is not yet part of a column model, <code>Index</code> is -1.</p> |