MenuLinkIter

open class MenuLinkIter(pointer: <Error class: unknown class><<Error class: unknown class>>)

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

Skipped during bindings generation

  • parameter out_link: out_link: Out parameter is not supported

Since

2.32

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard
open fun getName(): String

Gets the name of the link at the current iterator position.

Link copied to clipboard
open fun getValue(): MenuModel

Gets the linked #GMenuModel at the current iterator position.

Link copied to clipboard
open fun next(): Boolean

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