prepend

open fun prepend(label: String? = null, detailedAction: String? = null)

Convenience function for prepending a normal menu item to the start of @menu. Combine g_menu_item_new() and g_menu_insert_item() for a more flexible alternative.

Since

2.32

Parameters

label

the section label, or null

detailedAction

the detailed action string, or null