Class ListIndexModel.ListIndex

All Implemented Interfaces:
Proxy
Enclosing class:
ListIndexModel

public static class ListIndexModel.ListIndex extends GObject
Small GObject-derived class with a numeric "index" field.
  • Constructor Details

    • ListIndex

      public ListIndex(int value)
      Construct a new ListIndex Proxy instance.
      Parameters:
      value - the index value
  • Method Details

    • getType

      public static Type getType()
      Return the GType for the ListIndex.
      Returns:
      the GType
    • getIndex

      public int getIndex()
      Get the index of this ListIndex object.
      Returns:
      the index of this ListIndex object