Get rid of templates that gtk-doc touches during distcheck

In an attempt to make distcheck not touch any files under source
control.
This commit is contained in:
Matthias Clasen 2010-06-08 19:44:56 -04:00
parent 8147019930
commit e17b9f282f
7 changed files with 87 additions and 2097 deletions

View File

@ -1,771 +0,0 @@
<!-- ##### SECTION Title ##### -->
GtkIconView
<!-- ##### SECTION Short_Description ##### -->
A widget which displays a list of icons in a grid
<!-- ##### SECTION Long_Description ##### -->
<para>
#GtkIconView provides an alternative view on a list model.
It displays the model as a grid of icons with labels. Like
#GtkTreeView, it allows to select one or multiple items
(depending on the selection mode, see gtk_icon_view_set_selection_mode()).
In addition to selection with the arrow keys, #GtkIconView supports
rubberband selection, which is controlled by dragging the pointer.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### SECTION Image ##### -->
<!-- ##### STRUCT GtkIconView ##### -->
<para>
The <structname>GtkIconView</structname> struct contains only
private fields and should not be directly accessed.
</para>
<!-- ##### SIGNAL GtkIconView::activate-cursor-item ##### -->
<para>
</para>
@iconview: the object which received the signal.
@Returns:
<!-- ##### SIGNAL GtkIconView::item-activated ##### -->
<para>
</para>
@iconview: the object which received the signal.
@arg1:
<!-- ##### SIGNAL GtkIconView::move-cursor ##### -->
<para>
</para>
@iconview: the object which received the signal.
@arg1:
@arg2:
@Returns:
<!-- ##### SIGNAL GtkIconView::select-all ##### -->
<para>
</para>
@iconview: the object which received the signal.
<!-- ##### SIGNAL GtkIconView::select-cursor-item ##### -->
<para>
</para>
@iconview: the object which received the signal.
<!-- ##### SIGNAL GtkIconView::selection-changed ##### -->
<para>
</para>
@iconview: the object which received the signal.
<!-- ##### SIGNAL GtkIconView::set-scroll-adjustments ##### -->
<para>
</para>
@iconview: the object which received the signal.
@arg1:
@arg2:
<!-- ##### SIGNAL GtkIconView::toggle-cursor-item ##### -->
<para>
</para>
@iconview: the object which received the signal.
<!-- ##### SIGNAL GtkIconView::unselect-all ##### -->
<para>
</para>
@iconview: the object which received the signal.
<!-- ##### ARG GtkIconView:column-spacing ##### -->
<para>
</para>
<!-- ##### ARG GtkIconView:columns ##### -->
<para>
</para>
<!-- ##### ARG GtkIconView:item-padding ##### -->
<para>
</para>
<!-- ##### ARG GtkIconView:item-width ##### -->
<para>
</para>
<!-- ##### ARG GtkIconView:margin ##### -->
<para>
</para>
<!-- ##### ARG GtkIconView:markup-column ##### -->
<para>
</para>
<!-- ##### ARG GtkIconView:model ##### -->
<para>
</para>
<!-- ##### ARG GtkIconView:orientation ##### -->
<para>
</para>
<!-- ##### ARG GtkIconView:pixbuf-column ##### -->
<para>
</para>
<!-- ##### ARG GtkIconView:reorderable ##### -->
<para>
</para>
<!-- ##### ARG GtkIconView:row-spacing ##### -->
<para>
</para>
<!-- ##### ARG GtkIconView:selection-mode ##### -->
<para>
</para>
<!-- ##### ARG GtkIconView:spacing ##### -->
<para>
</para>
<!-- ##### ARG GtkIconView:text-column ##### -->
<para>
</para>
<!-- ##### ARG GtkIconView:tooltip-column ##### -->
<para>
</para>
<!-- ##### ARG GtkIconView:selection-box-alpha ##### -->
<para>
</para>
<!-- ##### ARG GtkIconView:selection-box-color ##### -->
<para>
</para>
<!-- ##### USER_FUNCTION GtkIconViewForeachFunc ##### -->
<para>
A function used by gtk_icon_view_selected_foreach() to map all
selected rows. It will be called on every selected row in the view.
</para>
@icon_view: a #GtkIconView
@path: The #GtkTreePath of a selected row
@data: user data
<!-- ##### FUNCTION gtk_icon_view_new ##### -->
<para>
</para>
@void:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_new_with_model ##### -->
<para>
</para>
@model:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_set_model ##### -->
<para>
</para>
@icon_view:
@model:
<!-- ##### FUNCTION gtk_icon_view_get_model ##### -->
<para>
</para>
@icon_view:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_set_text_column ##### -->
<para>
</para>
@icon_view:
@column:
<!-- ##### FUNCTION gtk_icon_view_get_text_column ##### -->
<para>
</para>
@icon_view:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_set_markup_column ##### -->
<para>
</para>
@icon_view:
@column:
<!-- ##### FUNCTION gtk_icon_view_get_markup_column ##### -->
<para>
</para>
@icon_view:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_set_pixbuf_column ##### -->
<para>
</para>
@icon_view:
@column:
<!-- ##### FUNCTION gtk_icon_view_get_pixbuf_column ##### -->
<para>
</para>
@icon_view:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_get_path_at_pos ##### -->
<para>
</para>
@icon_view:
@x:
@y:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_get_item_at_pos ##### -->
<para>
</para>
@icon_view:
@x:
@y:
@path:
@cell:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_convert_widget_to_bin_window_coords ##### -->
<para>
</para>
@icon_view:
@wx:
@wy:
@bx:
@by:
<!-- ##### FUNCTION gtk_icon_view_set_cursor ##### -->
<para>
</para>
@icon_view:
@path:
@cell:
@start_editing:
<!-- ##### FUNCTION gtk_icon_view_get_cursor ##### -->
<para>
</para>
@icon_view:
@path:
@cell:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_selected_foreach ##### -->
<para>
</para>
@icon_view:
@func:
@data:
<!-- ##### FUNCTION gtk_icon_view_set_selection_mode ##### -->
<para>
</para>
@icon_view:
@mode:
<!-- ##### FUNCTION gtk_icon_view_get_selection_mode ##### -->
<para>
</para>
@icon_view:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_set_orientation ##### -->
<para>
</para>
@icon_view:
@orientation:
<!-- ##### FUNCTION gtk_icon_view_get_orientation ##### -->
<para>
</para>
@icon_view:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_set_columns ##### -->
<para>
</para>
@icon_view:
@columns:
<!-- ##### FUNCTION gtk_icon_view_get_columns ##### -->
<para>
</para>
@icon_view:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_set_item_width ##### -->
<para>
</para>
@icon_view:
@item_width:
<!-- ##### FUNCTION gtk_icon_view_get_item_width ##### -->
<para>
</para>
@icon_view:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_set_spacing ##### -->
<para>
</para>
@icon_view:
@spacing:
<!-- ##### FUNCTION gtk_icon_view_get_spacing ##### -->
<para>
</para>
@icon_view:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_set_row_spacing ##### -->
<para>
</para>
@icon_view:
@row_spacing:
<!-- ##### FUNCTION gtk_icon_view_get_row_spacing ##### -->
<para>
</para>
@icon_view:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_set_column_spacing ##### -->
<para>
</para>
@icon_view:
@column_spacing:
<!-- ##### FUNCTION gtk_icon_view_get_column_spacing ##### -->
<para>
</para>
@icon_view:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_set_margin ##### -->
<para>
</para>
@icon_view:
@margin:
<!-- ##### FUNCTION gtk_icon_view_get_margin ##### -->
<para>
</para>
@icon_view:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_set_item_padding ##### -->
<para>
</para>
@icon_view:
@item_padding:
<!-- ##### FUNCTION gtk_icon_view_get_item_padding ##### -->
<para>
</para>
@icon_view:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_select_path ##### -->
<para>
</para>
@icon_view:
@path:
<!-- ##### FUNCTION gtk_icon_view_unselect_path ##### -->
<para>
</para>
@icon_view:
@path:
<!-- ##### FUNCTION gtk_icon_view_path_is_selected ##### -->
<para>
</para>
@icon_view:
@path:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_get_selected_items ##### -->
<para>
</para>
@icon_view:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_select_all ##### -->
<para>
</para>
@icon_view:
<!-- ##### FUNCTION gtk_icon_view_unselect_all ##### -->
<para>
</para>
@icon_view:
<!-- ##### FUNCTION gtk_icon_view_item_activated ##### -->
<para>
</para>
@icon_view:
@path:
<!-- ##### FUNCTION gtk_icon_view_scroll_to_path ##### -->
<para>
</para>
@icon_view:
@path:
@use_align:
@row_align:
@col_align:
<!-- ##### FUNCTION gtk_icon_view_get_visible_range ##### -->
<para>
</para>
@icon_view:
@start_path:
@end_path:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_set_tooltip_item ##### -->
<para>
</para>
@icon_view:
@tooltip:
@path:
<!-- ##### FUNCTION gtk_icon_view_set_tooltip_cell ##### -->
<para>
</para>
@icon_view:
@tooltip:
@path:
@cell:
<!-- ##### FUNCTION gtk_icon_view_get_tooltip_context ##### -->
<para>
</para>
@icon_view:
@x:
@y:
@keyboard_tip:
@model:
@path:
@iter:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_set_tooltip_column ##### -->
<para>
</para>
@icon_view:
@column:
<!-- ##### FUNCTION gtk_icon_view_get_tooltip_column ##### -->
<para>
</para>
@icon_view:
@Returns:
<!-- ##### ENUM GtkIconViewDropPosition ##### -->
<para>
An enum for determining where a dropped item goes.
</para>
@GTK_ICON_VIEW_NO_DROP: no drop possible
@GTK_ICON_VIEW_DROP_INTO: dropped item replaces the item
@GTK_ICON_VIEW_DROP_LEFT: droppped item is inserted to the left
@GTK_ICON_VIEW_DROP_RIGHT: dropped item is inserted to the right
@GTK_ICON_VIEW_DROP_ABOVE: dropped item is inserted above
@GTK_ICON_VIEW_DROP_BELOW: dropped item is inserted below
<!-- ##### FUNCTION gtk_icon_view_enable_model_drag_source ##### -->
<para>
</para>
@icon_view:
@start_button_mask:
@targets:
@n_targets:
@actions:
<!-- ##### FUNCTION gtk_icon_view_enable_model_drag_dest ##### -->
<para>
</para>
@icon_view:
@targets:
@n_targets:
@actions:
<!-- ##### FUNCTION gtk_icon_view_unset_model_drag_source ##### -->
<para>
</para>
@icon_view:
<!-- ##### FUNCTION gtk_icon_view_unset_model_drag_dest ##### -->
<para>
</para>
@icon_view:
<!-- ##### FUNCTION gtk_icon_view_set_reorderable ##### -->
<para>
</para>
@icon_view:
@reorderable:
<!-- ##### FUNCTION gtk_icon_view_get_reorderable ##### -->
<para>
</para>
@icon_view:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_set_drag_dest_item ##### -->
<para>
</para>
@icon_view:
@path:
@pos:
<!-- ##### FUNCTION gtk_icon_view_get_drag_dest_item ##### -->
<para>
</para>
@icon_view:
@path:
@pos:
<!-- ##### FUNCTION gtk_icon_view_get_dest_item_at_pos ##### -->
<para>
</para>
@icon_view:
@drag_x:
@drag_y:
@path:
@pos:
@Returns:
<!-- ##### FUNCTION gtk_icon_view_create_drag_icon ##### -->
<para>
</para>
@icon_view:
@path:
@Returns:

View File

@ -1,165 +0,0 @@
<!-- ##### SECTION Title ##### -->
GtkStatusbar
<!-- ##### SECTION Short_Description ##### -->
Report messages of minor importance to the user
<!-- ##### SECTION Long_Description ##### -->
<para>
A #GtkStatusbar is usually placed along the bottom of an application's main
#GtkWindow. It may provide a regular commentary of the application's status
(as is usually the case in a web browser, for example), or may be used to
simply output a message when the status changes, (when an upload is complete
in an FTP client, for example).
It may also have a resize grip (a triangular area in the lower right corner)
which can be clicked on to resize the window containing the statusbar.
</para>
<para>
Status bars in GTK+ maintain a stack of messages. The message at
the top of the each bar's stack is the one that will currently be displayed.
</para>
<para>
Any messages added to a statusbar's stack must specify a <emphasis>context
id</emphasis> that is used to uniquely identify the source of a message.
This context id can be generated by gtk_statusbar_get_context_id(), given a
message and the statusbar that it will be added to. Note that messages are
stored in a stack, and when choosing which message to display, the stack
structure is adhered to, regardless of the context identifier of a message.
</para>
<para>
One could say that a statusbar maintains one stack of messages for display
purposes, but allows multiple message producers to maintain sub-stacks of
the messages they produced (via context ids).
</para>
<para>
Status bars are created using gtk_statusbar_new().
</para>
<para>
Messages are added to the bar's stack with gtk_statusbar_push().
</para>
<para>
The message at the top of the stack can be removed using gtk_statusbar_pop().
A message can be removed from anywhere in the stack if its message_id was
recorded at the time it was added. This is done using gtk_statusbar_remove().
</para>
<!-- ##### SECTION See_Also ##### -->
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### SECTION Image ##### -->
<!-- ##### STRUCT GtkStatusbar ##### -->
<para>
Contains private data that should be modified with the functions described
below.
</para>
<!-- ##### SIGNAL GtkStatusbar::text-popped ##### -->
<para>
</para>
@statusbar:
@context_id:
@text:
<!-- ##### SIGNAL GtkStatusbar::text-pushed ##### -->
<para>
</para>
@statusbar:
@context_id:
@text:
<!-- ##### ARG GtkStatusbar:has-resize-grip ##### -->
<para>
</para>
<!-- ##### ARG GtkStatusbar:shadow-type ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_statusbar_new ##### -->
<para>
</para>
@void:
@Returns:
<!-- ##### FUNCTION gtk_statusbar_get_context_id ##### -->
<para>
</para>
@statusbar:
@context_description:
@Returns:
<!-- ##### FUNCTION gtk_statusbar_push ##### -->
<para>
</para>
@statusbar:
@context_id:
@text:
@Returns:
<!-- ##### FUNCTION gtk_statusbar_pop ##### -->
<para>
</para>
@statusbar:
@context_id:
<!-- ##### FUNCTION gtk_statusbar_remove ##### -->
<para>
</para>
@statusbar:
@context_id:
@message_id:
<!-- ##### FUNCTION gtk_statusbar_set_has_resize_grip ##### -->
<para>
</para>
@statusbar:
@setting:
<!-- ##### FUNCTION gtk_statusbar_get_has_resize_grip ##### -->
<para>
</para>
@statusbar:
@Returns:
<!-- ##### FUNCTION gtk_statusbar_get_message_area ##### -->
<para>
</para>
@statusbar:
@Returns:

File diff suppressed because it is too large Load Diff

View File

@ -43,6 +43,19 @@
#include "gtkprivate.h"
#include "gtkalias.h"
/**
* SECTION:gtkiconview
* @title: GtkIconView
* @short_description: A widget which displays a list of icons in a grid
*
* #GtkIconView provides an alternative view on a list model.
* It displays the model as a grid of icons with labels. Like
* #GtkTreeView, it allows to select one or multiple items
* (depending on the selection mode, see gtk_icon_view_set_selection_mode()).
* In addition to selection with the arrow keys, #GtkIconView supports
* rubberband selection, which is controlled by dragging the pointer.
*/
#undef DEBUG_ICON_VIEW
#define SCROLL_EDGE_SIZE 15

View File

@ -36,6 +36,44 @@
#include "gtkbuildable.h"
#include "gtkalias.h"
/**
* SECTION:gtkstatusbar
* @title: GtkStatusbar
* @short_description: Report messages of minor importance to the user
*
* A #GtkStatusbar is usually placed along the bottom of an application's
* main #GtkWindow. It may provide a regular commentary of the application's
* status (as is usually the case in a web browser, for example), or may be
* used to simply output a message when the status changes, (when an upload
* is complete in an FTP client, for example).
* It may also have a resize grip (a triangular area in the lower right
* corner) which can be clicked on to resize the window containing the
* statusbar.
*
* Status bars in GTK+ maintain a stack of messages. The message at
* the top of the each bar's stack is the one that will currently be displayed.
*
* Any messages added to a statusbar's stack must specify a
* <emphasis>context id</emphasis> that is used to uniquely identify
* the source of a message. This context id can be generated by
* gtk_statusbar_get_context_id(), given a message and the statusbar that
* it will be added to. Note that messages are stored in a stack, and when
* choosing which message to display, the stack structure is adhered to,
* regardless of the context identifier of a message.
*
* One could say that a statusbar maintains one stack of messages for
* display purposes, but allows multiple message producers to maintain
* sub-stacks of the messages they produced (via context ids).
*
* Status bars are created using gtk_statusbar_new().
*
* Messages are added to the bar's stack with gtk_statusbar_push().
*
* The message at the top of the stack can be removed using
* gtk_statusbar_pop(). A message can be removed from anywhere in the
* stack if its message id was recorded at the time it was added. This
* is done using gtk_statusbar_remove().
*/
typedef struct _GtkStatusbarMsg GtkStatusbarMsg;
struct _GtkStatusbarMsg

View File

@ -44,6 +44,12 @@ G_BEGIN_DECLS
#define GTK_STATUSBAR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_STATUSBAR, GtkStatusbarClass))
/**
* GtkStatusbar:
*
* Contains private data that should be modified with the functions
* described below.
*/
typedef struct _GtkStatusbar GtkStatusbar;
typedef struct _GtkStatusbarClass GtkStatusbarClass;

View File

@ -55,6 +55,36 @@
#include "x11/gdkx.h"
#endif
/**
* SECTION:gtkwindow
* @title: GtkWindow
* @short_description: Toplevel which can contain other widgets
*
* <refsect2 id="GtkWindow-BUILDER-UI">
* <title>GtkWindow as GtkBuildable</title>
* <para>
* The GtkWindow implementation of the GtkBuildable interface supports a
* custom <tag class="starttag">accel-groups</tag> element, which supports
* any number of <tag class="starttag">group</tag> elements representing the
* #GtkAccelGroup objects you want to add to your window (synonymous with
* gtk_window_add_accel_group().
* </para>
* <example>
* <title>A UI definition fragment with accel groups</title>
* <programlisting><![CDATA[
* <object class="GtkWindow">
* <accel-groups>
* <group name="accelgroup1"/>
* </accel-groups>
* </object>
* <!-- -->
* ...
* <!-- -->
* <object class="GtkAccelGroup" id="accelgroup1"/>
* ]]></programlisting>
* </example>
* </refsect2>
*/
enum {
SET_FOCUS,
FRAME_EVENT,