Class MenuAttributeIter
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public class MenuAttributeIter : Object, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
MenuAttributeIter
- Implements
- Inherited Members
Constructors
MenuAttributeIter(params ConstructArgument[])
[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public MenuAttributeIter(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
MenuAttributeIter(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected MenuAttributeIter(CreationData data)
Parameters
dataCreationData
MenuAttributeIter(MenuAttributeIterHandle)
protected MenuAttributeIter(MenuAttributeIterHandle handle)
Parameters
handleMenuAttributeIterHandle
Methods
GetGType()
public static Type GetGType()
Returns
GetName()
[Version("2.32")]
public string GetName()
Returns
GetValue()
[Version("2.32")]
public Variant GetValue()
Returns
NewFromPointer(nint, bool)
Creates a new managed MenuAttributeIter instance for a given pointer.
public static MenuAttributeIter NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new MenuAttributeIter and sets the properties specified by the construct arguments.
public static MenuAttributeIter NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
Next()
[Version("2.32")]
public bool Next()