forked from AuroraMiddleware/gtk
7447ef0fc2
In particular, rename - libraries to lib*-3.0.so - pc files to *-3.0.pc - include paths to /usr/include/gtk-3.0/* - module paths to /usr/lib/gtk-3.0/* - rc files names to gtk-3.0/gtkrc - commandline utilities to *-3.0 - adjust documentation Also change the install location for unix-print headers to /usr/include/gtk-3.0/unix-print/gtk.
85 lines
1.4 KiB
Plaintext
85 lines
1.4 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkRecentAction
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
An action of which represents a list of recently used files
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
A GtkRecentAction represents a list of recently used files, which
|
|
can be shown by widgets such as #GtkRecentChooserDialog or
|
|
#GtkRecentChooserMenu.
|
|
</para>
|
|
<para>
|
|
To construct a submenu showing recently used files, use a GtkRecentAction
|
|
as the action for a <menuitem>. To construct a menu toolbutton showing
|
|
the recently used files in the popup menu, use a GtkRecentAction as the
|
|
action for a <toolitem> element.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION Stability_Level ##### -->
|
|
|
|
|
|
<!-- ##### SECTION Image ##### -->
|
|
|
|
|
|
<!-- ##### STRUCT GtkRecentAction ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### ARG GtkRecentAction:show-numbers ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### FUNCTION gtk_recent_action_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@label:
|
|
@tooltip:
|
|
@stock_id:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_recent_action_new_for_manager ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@label:
|
|
@tooltip:
|
|
@stock_id:
|
|
@manager:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_recent_action_get_show_numbers ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@action:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_recent_action_set_show_numbers ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@action:
|
|
@show_numbers:
|
|
|
|
|