Constructor
GtkRecentChooserMenunew
since: 2.10
Declaration [src]
GtkWidget*
gtk_recent_chooser_menu_new (
void
)
Description [src]
Creates a new GtkRecentChooserMenu
widget.
This kind of widget shows the list of recently used resources as a menu, each item as a menu item. Each item inside the menu might have an icon, representing its MIME type, and a number, for mnemonic access.
This widget implements the GtkRecentChooser
interface.
This widget creates its own GtkRecentManager
object. See the
gtk_recent_chooser_menu_new_for_manager()
function to know how to create
a GtkRecentChooserMenu
widget bound to another GtkRecentManager
object.
Available since: 2.10
Return value
Type: GtkWidget
A new GtkRecentChooserMenu
.
The data is owned by the called function. |