Table of Contents

wxStatusBar

include file: wxStatusBar


The status bar should be a child of a wxFrame. Creation parameters:

  • proc set_status_fields( atom bar, sequence widths )   
  • proc set_status_text( atom bar, sequence text, integer field )     
     
    Parent Topics:
  • Classes
  • Controls
  • wxFrame


    Table of Contents

    [proc]
    set_status_fields
    ( atom bar, sequence widths )

    Category: wxStatusBar

    widths: An array of n integers, each of which is a status field width in pixels. A value of -1 indicates that the field is variable width; at least one field must be -1.

    See Also: set_status_text



    Table of Contents

    [proc]
    set_status_text
    ( atom bar, sequence text, integer field )

    Category: wxStatusBar

    Set the status text of field field (zero based). This routine does nothing if field refers to a non-existant status field.

    See Also: set_status_fields