Table of Contents

wxSizers

  • func get_sizer_minsize( atom sizer )   
  • func get_sizer_position( atom sizer )   
  • func get_sizer_size( atom sizer )   
  • func sizer_calc_min( atom sizer )   


    Table of Contents

    [func]
    get_sizer_minsize
    ( atom sizer )

    Category: wxSizers

    Returns the minimal size of the sizer. This is either the combined minimal size of all the children and their borders or the minimal size set by SetMinSize, epending on which is bigger

    See Also: get_sizer_position, get_sizer_size, sizer_calc_min



    Table of Contents

    [func]
    get_sizer_position
    ( atom sizer )

    Category: wxSizers

    Returns the current position of the sizer.

    See Also: get_sizer_minsize, get_sizer_size, sizer_calc_min



    Table of Contents

    [func]
    get_sizer_size
    ( atom sizer )

    Category: wxSizers

    Returns the current size of the sizer.

    See Also: get_sizer_minsize, get_sizer_position, sizer_calc_min



    Table of Contents

    [func]
    sizer_calc_min
    ( atom sizer )

    Category: wxSizers

    Here, the sizer will do the actual calculation of its children minimal sizes. The size is returned as a sequence.

    See Also: get_sizer_minsize, get_sizer_position, get_sizer_size