| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
determine the type of a user interface element which is controlled by a layout manager. More...
| Variables | |
| const short | UNKNOWN = 0 | 
| unknown user interface element type, which can be used as a wildcard to specify all types. | |
| const short | MENUBAR = 1 | 
| specifies a menu bar. | |
| const short | POPUPMENU = 2 | 
| specifies a pop-up menu. | |
| const short | TOOLBAR = 3 | 
| specifies a toolbar. | |
| const short | STATUSBAR = 4 | 
| specifies a statusbar. | |
| const short | FLOATINGWINDOW = 5 | 
| specifies a floating window, which can also be docked. | |
| const short | PROGRESSBAR = 6 | 
| specifies a floating window, which can also be docked. | |
| const short | TOOLPANEL = 7 | 
| specifies a tool panel | |
| const short | DOCKINGWINDOW = 7 | 
| specifies a window that can be docked. | |
| const short | COUNT = 8 | 
| specifies the number of constants. | |
determine the type of a user interface element which is controlled by a layout manager.
| const short COUNT = 8 | 
specifies the number of constants.
| const short DOCKINGWINDOW = 7 | 
specifies a window that can be docked.
| const short FLOATINGWINDOW = 5 | 
specifies a floating window, which can also be docked.
| const short MENUBAR = 1 | 
specifies a menu bar.
| const short POPUPMENU = 2 | 
specifies a pop-up menu.
| const short PROGRESSBAR = 6 | 
specifies a floating window, which can also be docked.
| const short STATUSBAR = 4 | 
specifies a statusbar.
| const short TOOLBAR = 3 | 
specifies a toolbar.
| const short TOOLPANEL = 7 | 
specifies a tool panel
| const short UNKNOWN = 0 | 
unknown user interface element type, which can be used as a wildcard to specify all types.