接口 JImTabItemFlags


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

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

    字段
    修饰符和类型
    字段
    说明
    static int
    Enforce+the+tab+position+to+the+left+of+the+tab+bar+%28after+the+tab+list+popup+button%29
    static int
    Disable+behavior+of+closing+tabs+%28that+are+submitted+with+p_open+%21%3D+NULL%29+with+middle+mouse+button.
    static int
     
    static int
    Don%27t+call+PushID%28tab-%3EID%29%7CPopID%28%29+on+BeginTabItem%28%29%7CEndTabItem%28%29
    static int
    Disable+reordering+this+tab+or+having+another+tab+cross+over+this+tab
    static int
    Disable+tooltip+for+the+given+tab
    static int
    Trigger+flag+to+programmatically+make+the+tab+selected+when+calling+BeginTabItem%28%29
    static int
    Enforce+the+tab+position+to+the+right+of+the+tab+bar+%28before+the+scrolling+buttons%29
    static int
    Append+%27*%27+to+title+without+affecting+the+ID%2C+as+a+convenience+to+avoid+using+the+%23%23%23+operator.
  • 字段详细资料

    • None

      static final int None
      另请参阅:
      常量字段值
    • UnsavedDocument

      static final int UnsavedDocument
      Append+%27*%27+to+title+without+affecting+the+ID%2C+as+a+convenience+to+avoid+using+the+%23%23%23+operator.+Also%3A+tab+is+selected+on+closure+and+closure+is+deferred+by+one+frame+to+allow+code+to+undo+it+without+flicker.
      另请参阅:
      常量字段值
    • 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
      另请参阅:
      常量字段值