Open Search

    Detailed Description

    Enumerations

    enum  {
      BORDER_NONE ,
      BORDER_THIN_IN ,
      BORDER_THIN_OUT ,
      BORDER_IN ,
      BORDER_OUT ,
      BORDER_GROUP_IN ,
      BORDER_GROUP_OUT ,
      BORDER_OUT2 ,
      BORDER_OUT3 ,
      BORDER_BLACK ,
      BORDER_ACTIVE_1 ,
      BORDER_ACTIVE_2 ,
      BORDER_GROUP_TOP ,
      BORDER_ACTIVE_3 ,
      BORDER_ACTIVE_4 ,
      BORDER_ROUND ,
      BORDER_SCHEME_EDIT ,
      BORDER_SCHEME_EDIT_NUMERIC ,
      BORDER_OUT3l ,
      BORDER_OUT3r ,
      BORDER_THIN_INb ,
      BORDER_MASK ,
      BORDER_TEXT_DOTTED ,
      BORDER_WITH_TITLE_MONO ,
      BORDER_WITH_TITLE_BOLD ,
      BORDER_WITH_TITLE
    }
     

    Enumeration Type Documentation

    ◆ anonymous enum

    anonymous enum
    Enumerator
    BORDER_NONE 

    No border.

    BORDER_THIN_IN 

    Thin border inward.

    BORDER_THIN_OUT 

    Thin border outward.

    BORDER_IN 

    Normal border inward.

    BORDER_OUT 

    Normal border outward.

    BORDER_GROUP_IN 

    Group border inside.

    BORDER_GROUP_OUT 

    Group border outside.

    BORDER_OUT2 

    Outward border 2.

    BORDER_OUT3 

    Outward border 3.

    BORDER_BLACK 

    Thin black line.

    BORDER_ACTIVE_1 

    Active border 1.

    BORDER_ACTIVE_2 

    Active border 2.

    BORDER_GROUP_TOP 

    Border along the top.

    BORDER_ACTIVE_3 

    Active border 3.

    BORDER_ACTIVE_4 

    Active border 4.

    BORDER_ROUND 

    Border with round corners.

    BORDER_SCHEME_EDIT 

    Edit field border like the shortcut gadget for example.

    BORDER_SCHEME_EDIT_NUMERIC 

    Edit field border that is open to the right like the link field for example.

    BORDER_OUT3l 

    Outward border 3, open to the left.

    BORDER_OUT3r 

    Outward border 3, open to the right.

    BORDER_THIN_INb 

    Thin border inward, open to the botton.

    BORDER_MASK 

    Masks out border type.

    BORDER_TEXT_DOTTED 

    Only used with GeDialog::AddStaticText(). Draws a dotted line at right of text, useful to visuallly connect the text with its parameter.

    Note
    Use the flag BFH_FIT in order to have space to draw the dotted line. Example:
    AddStaticText(1000, BFH_FIT, 0, 0, "My Parameter"_s, BORDER_TEXT_DOTTED | BORDER_WITH_TITLE_BOLD);
    <
    @ BORDER_TEXT_DOTTED
    Definition: gui.h:280
    @ BORDER_WITH_TITLE_BOLD
    Display group title with bold font. Can be used with GeDialog::AddStaticText() as well to show bold f...
    Definition: gui.h:287
    @ BFH_FIT
    Fit. BFH_LEFT|BFH_RIGHT.
    Definition: gui.h:314
    Since
    R21
    BORDER_WITH_TITLE_MONO 

    Display group title with monospaced font.

    BORDER_WITH_TITLE_BOLD 

    Display group title with bold font. Can be used with GeDialog::AddStaticText() as well to show bold font.

    BORDER_WITH_TITLE 

    Display group title in the border.