ooodev.adapter.awt.uno_control_list_box_comp module
- class ooodev.adapter.awt.uno_control_list_box_comp.UnoControlListBoxComp(component)[source]
Bases:
UnoControlComp
,ListBoxPartial
,LayoutConstrainsPartial
,TextLayoutConstrainsPartial
- Parameters:
component (UnoControlListBox) –
- __init__(component)[source]
Constructor
- Parameters:
component (Any) – Component that implements
com.sun.star.awt.UnoControlListBox
service.
- get_minimum_size()[source]
Gets the minimum size for this component.
- Returns:
Minimum size in pixel units.
- Return type:
Note
Use
get_minimum_size_text_layout()
to get the minimum size for a given number of columns and lines.
- property component: com.sun.star.awt.UnoControlListBox
UnoControlListBox Component
- Return type:
UnoControlListBox