MenuAttributeIter

abstract class MenuAttributeIter(val gioMenuAttributeIterPointer: <Error class: unknown class><<Error class: unknown class>>)(source)

#GMenuAttributeIter is an opaque structure type. You must access it using the functions below.

Skipped during bindings generation

  • parameter out_name: out_name: Out parameter is not supported

Since

2.32

Inheritors

Constructors

Link copied to clipboard
constructor(gioMenuAttributeIterPointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class MenuAttributeIterImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : MenuAttributeIter

The MenuAttributeIterImpl type represents a native instance of the abstract MenuAttributeIter class.

Properties

Link copied to clipboard
val gioMenuAttributeIterPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
open fun getName(): String

Gets the name of the attribute at the current iterator position, as a string.

Link copied to clipboard
open fun getValue(): <Error class: unknown class>

Gets the value of the attribute at the current iterator position.

Link copied to clipboard
open fun next(): Boolean

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