接口 JImTabItemFlags


public interface JImTabItemFlags
从以下版本开始:
undecidable
  • 嵌套类概要

    嵌套类
    修饰符和类型
    接口
    说明
    static enum 
     
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final int
    Enforce+the+tab+position+to+the+left+of+the+tab+bar+%28after+the+tab+list+popup+button%29
    static final int
    Disable+behavior+of+closing+tabs+%28that+are+submitted+with+p_open+%21%3D+NULL%29+with+middle+mouse+button.
    static final int
     
    static final int
    Don%27t+call+PushID%28tab-%3EID%29%7CPopID%28%29+on+BeginTabItem%28%29%7CEndTabItem%28%29
    static final int
    Disable+reordering+this+tab+or+having+another+tab+cross+over+this+tab
    static final int
    Disable+tooltip+for+the+given+tab
    static final int
    Trigger+flag+to+programmatically+make+the+tab+selected+when+calling+BeginTabItem%28%29
    static final int
    Enforce+the+tab+position+to+the+right+of+the+tab+bar+%28before+the+scrolling+buttons%29
    static final int
    Display+a+dot+next+to+the+title+%2B+tab+is+selected+when+clicking+the+X+%2B+closure+is+not+assumed+%28will+wait+for+user+to+stop+submitting+the+tab%29.
  • 字段详细资料

    • None

      static final int None
      另请参阅:
    • UnsavedDocument

      static final int UnsavedDocument
      Display+a+dot+next+to+the+title+%2B+tab+is+selected+when+clicking+the+X+%2B+closure+is+not+assumed+%28will+wait+for+user+to+stop+submitting+the+tab%29.+Otherwise+closure+is+assumed+when+pressing+the+X%2C+so+if+you+keep+submitting+the+tab+may+reappear+at+end+of+tab+bar.
      另请参阅:
    • SetSelected

      static final int SetSelected
      Trigger+flag+to+programmatically+make+the+tab+selected+when+calling+BeginTabItem%28%29
      另请参阅:
    • NoCloseWithMiddleMouseButton

      static final int NoCloseWithMiddleMouseButton
      Disable+behavior+of+closing+tabs+%28that+are+submitted+with+p_open+%21%3D+NULL%29+with+middle+mouse+button.+You+can+still+repro+this+behavior+on+user%27s+side+with+if+%28IsItemHovered%28%29+%26%26+IsMouseClicked%282%29%29+*p_open+%3D+false.
      另请参阅:
    • NoPushId

      static final int NoPushId
      Don%27t+call+PushID%28tab-%3EID%29%7CPopID%28%29+on+BeginTabItem%28%29%7CEndTabItem%28%29
      另请参阅:
    • NoTooltip

      static final int NoTooltip
      Disable+tooltip+for+the+given+tab
      另请参阅:
    • NoReorder

      static final int NoReorder
      Disable+reordering+this+tab+or+having+another+tab+cross+over+this+tab
      另请参阅:
    • Leading

      static final int Leading
      Enforce+the+tab+position+to+the+left+of+the+tab+bar+%28after+the+tab+list+popup+button%29
      另请参阅:
    • Trailing

      static final int Trailing
      Enforce+the+tab+position+to+the+right+of+the+tab+bar+%28before+the+scrolling+buttons%29
      另请参阅: