summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-11 11:42:27 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-11 11:42:27 +0100
commit95935517799db888931ec7f71ac83cfe52b24180 (patch)
tree470de3e0ffecdf48fedd41e1a9670c120508563b /offapi/com/sun/star/awt
parent24acdab810745e75df95479db815c4eb848e350d (diff)
gridsort: +XGridColumn::HelpText, to be displayed as tooltip for the column header
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/grid/XGridColumn.idl6
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 162d3bf8e..6028b76fa 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>