LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
TabBarButton Struct Reference

Descriptor of a tab bar button. More...

import"TabBarButton.idl";

Public Attributes

string ButtonLabel
 This label is displayed on the UI as button text. More...
 
string HelpText
 The localized help text that may be displayed in a tool tip. More...
 
XResourceId ResourceId
 XResourceId object of the resource that is requested to be displayed when the tab bar button is activated. More...
 

Detailed Description

Descriptor of a tab bar button.

Tab bar buttons are typically used to offer the user the choice between different views to be displayed in one pane.

For identification only the ResourceId is used, so for some methods of the XTabBar interface only the ResourceId member is evaluated.

Member Data Documentation

◆ ButtonLabel

string ButtonLabel

This label is displayed on the UI as button text.

The label is expected to be localized.

◆ HelpText

string HelpText

The localized help text that may be displayed in a tool tip.

◆ ResourceId

XResourceId object of the resource that is requested to be displayed when the tab bar button is activated.

For some methods of the XTabBar interface only this member is evaluated. That is because only this member is used to identify a tab bar button.


The documentation for this struct was generated from the following file: