Open Search
    BFV_GROUP

    Detailed Description

    See also
    GeDialog::GroupBegin

    Enumerations

    enum  {
      BFV_GRIDGROUP_EQUALCOLS ,
      BFV_GRIDGROUP_EQUALROWS ,
      BFV_CMD_EQUALCOLUMNS ,
      BFV_BORDERGROUP_CHECKBOX ,
      BFV_BORDERGROUP_FOLD ,
      BFV_BORDERGROUP_FOLD_OPEN ,
      BFV_BORDERGROUP_FOLD2 ,
      BFV_GRIDGROUP_ALLOW_WEIGHTS ,
      BFV_GRIDGROUP_FORBID_MIRROR ,
      BFV_GRIDGROUP_ROUNDED_BACKGROUND ,
      BFV_DIALOG_REMOVEABLE ,
      BFV_DIALOG_BAR_VERT ,
      BFV_DIALOG_NOBUTTONS ,
      BFV_LAYOUTGROUP_PALETTEOUTLINES ,
      BFV_TABGROUP_RELOADDIALOG ,
      BFV_LAYOUTGROUP_NODROP ,
      BFV_LAYOUTGROUP_NODROP2 ,
      BFV_IGNORE_FOCUS ,
      BFx_NOEQUAL ,
      BFH_FIXED ,
      BFV_FIXED ,
      BFV_
    }
     

    Enumeration Type Documentation

    ◆ anonymous enum

    anonymous enum
    Enumerator
    BFV_GRIDGROUP_EQUALCOLS 

    Each column has the same width.

    BFV_GRIDGROUP_EQUALROWS 

    Each row has the same height.

    BFV_CMD_EQUALCOLUMNS 

    Columns have equal width.

    BFV_BORDERGROUP_CHECKBOX 

    Checkbox in title of a border group.

    BFV_BORDERGROUP_FOLD 

    Fold symbol in title of a border group. Deprecated.

    BFV_BORDERGROUP_FOLD_OPEN 

    Opened fold symbol.

    BFV_BORDERGROUP_FOLD2 

    Foldable group, but no switch gadget.

    BFV_GRIDGROUP_ALLOW_WEIGHTS 

    Allow the user to move the weights.

    BFV_GRIDGROUP_FORBID_MIRROR 

    Do not mirror the layout of this group.

    BFV_GRIDGROUP_ROUNDED_BACKGROUND 

    Private. Background is drawn with rounded corners and in COLOR_INNER_BG color. To customize the inner and outer colors use GeDialog::SetGroupInnerBackgroundColor() and GeDialog::SetGroupBackgroundColor() respectively.

    BFV_DIALOG_REMOVEABLE 

    Dialog is removable.

    BFV_DIALOG_BAR_VERT 

    Dialog has a vertical dialog bar.

    BFV_DIALOG_NOBUTTONS 

    Dialog has no button bar.

    BFV_LAYOUTGROUP_PALETTEOUTLINES 

    Layout group has palette outlines.

    BFV_TABGROUP_RELOADDIALOG 

    Private.

    BFV_LAYOUTGROUP_NODROP 

    Prevents drag and drop onto a tab. Private.

    BFV_LAYOUTGROUP_NODROP2 

    Prevents drag and drop between layout groups. Private.

    BFV_IGNORE_FOCUS 

    Group ignores focus.

    BFx_NOEQUAL 

    Groups with BFV_GRIDGROUP_EQUALCOLS or BFV_GRIDGROUP_EQUALROWS flag can have their own maximum width.

    BFH_FIXED 

    Fixed horizontal size.

    BFV_FIXED 

    Fixed vertical size.

    BFV_