接口 JImTableBgTarget


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

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

    字段
    修饰符和类型
    字段
    说明
    static int
    Set+cell+background+color+%28top-most+color%29
    static int
     
    static int
    Set+row+background+color+0+%28generally+used+for+background%2C+automatically+set+when+ImGuiTableFlags_RowBg+is+used%29
    static int
    Set+row+background+color+1+%28generally+used+for+selection+marking%29
  • 字段详细资料

    • None

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

      static final int RowBg0
      Set+row+background+color+0+%28generally+used+for+background%2C+automatically+set+when+ImGuiTableFlags_RowBg+is+used%29
      另请参阅:
      常量字段值
    • RowBg1

      static final int RowBg1
      Set+row+background+color+1+%28generally+used+for+selection+marking%29
      另请参阅:
      常量字段值
    • CellBg

      static final int CellBg
      Set+cell+background+color+%28top-most+color%29
      另请参阅:
      常量字段值