Klasse MenuAttributeIter

Alle implementierten Schnittstellen:
PointerInterface

public class MenuAttributeIter extends PropertyHolder
#GMenuAttributeIter is an opaque structure type. You must access it
using the functions below.

https://docs.gtk.org/gio/class.MenuAttributeIter.html

  • Konstruktordetails Linksymbol

  • Methodendetails Linksymbol

    • getClassHandler Linksymbol

      public static ClassHandler getClassHandler()
    • getName Linksymbol

      public Str getName()
      Gets the name of the attribute at the current iterator position, as
      a string.

      The iterator is not advanced.
      Gibt zurück:
      the name of the attribute
    • getValue Linksymbol

      public Variant getValue()
      Gets the value of the attribute at the current iterator position.

      The iterator is not advanced.
      Gibt zurück:
      the value of the current attribute
    • next Linksymbol

      public boolean next()
      Attempts to advance the iterator to the next (possibly first)
      attribute.

      %TRUE is returned on success, or %FALSE if there are no more
      attributes.

      You must call this function when you first acquire the iterator
      to advance it to the first attribute (and determine if the first
      attribute exists at all).
      Gibt zurück:
      %TRUE on success, or %FALSE when there are no more attributes
    • getTypeID Linksymbol

      public static long getTypeID()
    • getParentTypeID Linksymbol

      public static long getParentTypeID()
    • getTypeSize Linksymbol

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize Linksymbol

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize Linksymbol

      public static int getInstanceSize()