company logo

Layout :: label - Label text

The label text is used for several GUI resources, e.g. as control or region label, or as column header in a list.

Return value:  Text string ( odaba::String & )

Implementation overview

Implementation details

  1. Get label text
    odaba::String Layout  :: label (  )

    The function returns the label text currently set for the layout. The text is a copy from the label text. In order to apply modified text, the text has to be set after being modified.

  2. to list
  3. Change label
    odaba::String Layout  :: label ( odaba::String &sText )

    The function replaces the label text completely by the text passed in sText.

    • sText - Text string
  4. to list