diff options
author | Anders Carlsson <andersca@gnome.org> | 2004-10-25 19:23:22 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@src.gnome.org> | 2004-10-25 19:23:22 +0000 |
commit | 64facb3c4b3381c3e8066faf55ce4689ae553cb3 (patch) | |
tree | a04dfd60469af1c78627d1114598f4e65f626af5 /docs/reference/gtk | |
parent | b0b24c91c8e6467307d5120d40939778e510de2a (diff) | |
download | gdk-pixbuf-64facb3c4b3381c3e8066faf55ce4689ae553cb3.tar.gz |
Add new clipboard persistence api.
2004-10-25 Anders Carlsson <andersca@gnome.org>
* gdk/gdk-sections.txt:
* gtk/gtk-sections.txt:
Add new clipboard persistence api.
Diffstat (limited to 'docs/reference/gtk')
-rw-r--r-- | docs/reference/gtk/gtk-sections.txt | 3 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkcellview.sgml | 6 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkclipboard.sgml | 28 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkdialog.sgml | 19 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkimage.sgml | 59 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtksettings.sgml | 5 |
6 files changed, 119 insertions, 1 deletions
diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index a9b18bfce..26aed2493 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -5059,6 +5059,9 @@ gtk_clipboard_wait_for_contents gtk_clipboard_wait_for_text gtk_clipboard_wait_is_text_available gtk_clipboard_wait_for_targets +gtk_clipboard_wait_is_target_available +gtk_clipboard_set_can_store +gtk_clipboard_store <SUBSECTION Standard> GTK_CLIPBOARD GTK_TYPE_CLIPBOARD diff --git a/docs/reference/gtk/tmpl/gtkcellview.sgml b/docs/reference/gtk/tmpl/gtkcellview.sgml index 157407281..24c388ca3 100644 --- a/docs/reference/gtk/tmpl/gtkcellview.sgml +++ b/docs/reference/gtk/tmpl/gtkcellview.sgml @@ -129,6 +129,8 @@ A widget displaying a single row of a GtkTreeModel </para> +@cell_view: +<!-- # Unused Parameters # --> @cellview: @@ -137,7 +139,9 @@ A widget displaying a single row of a GtkTreeModel </para> -@cellview: +@cell_view: @Returns: +<!-- # Unused Parameters # --> +@cellview: diff --git a/docs/reference/gtk/tmpl/gtkclipboard.sgml b/docs/reference/gtk/tmpl/gtkclipboard.sgml index a2ede0674..47eea552a 100644 --- a/docs/reference/gtk/tmpl/gtkclipboard.sgml +++ b/docs/reference/gtk/tmpl/gtkclipboard.sgml @@ -323,3 +323,31 @@ End: --> +<!-- ##### FUNCTION gtk_clipboard_wait_is_target_available ##### --> +<para> + +</para> + +@clipboard: +@target: +@Returns: + + +<!-- ##### FUNCTION gtk_clipboard_set_can_store ##### --> +<para> + +</para> + +@clipboard: +@targets: +@n_targets: + + +<!-- ##### FUNCTION gtk_clipboard_store ##### --> +<para> + +</para> + +@clipboard: + + diff --git a/docs/reference/gtk/tmpl/gtkdialog.sgml b/docs/reference/gtk/tmpl/gtkdialog.sgml index 812116776..87865c37f 100644 --- a/docs/reference/gtk/tmpl/gtkdialog.sgml +++ b/docs/reference/gtk/tmpl/gtkdialog.sgml @@ -319,3 +319,22 @@ directly, but into the @vbox and @action_area, as described above. @setting: +<!-- ##### FUNCTION gtk_alternative_dialog_button_order ##### --> +<para> + +</para> + +@screen: +@Returns: + + +<!-- ##### FUNCTION gtk_dialog_set_alternative_button_order ##### --> +<para> + +</para> + +@dialog: +@first_response_id: +@Varargs: + + diff --git a/docs/reference/gtk/tmpl/gtkimage.sgml b/docs/reference/gtk/tmpl/gtkimage.sgml index f94ddcbb9..b4361f961 100644 --- a/docs/reference/gtk/tmpl/gtkimage.sgml +++ b/docs/reference/gtk/tmpl/gtkimage.sgml @@ -113,6 +113,11 @@ below. </para> +<!-- ##### ARG GtkImage:icon-name ##### --> +<para> + +</para> + <!-- ##### ARG GtkImage:icon-set ##### --> <para> @@ -143,6 +148,11 @@ below. </para> +<!-- ##### ARG GtkImage:pixel-size ##### --> +<para> + +</para> + <!-- ##### ARG GtkImage:pixmap ##### --> <para> @@ -176,6 +186,7 @@ functions), but they will all return %NULL values. @GTK_IMAGE_STOCK: the widget contains a stock icon name (see <xref linkend="gtk-Stock-Items"/>) @GTK_IMAGE_ICON_SET: the widget contains a #GtkIconSet @GTK_IMAGE_ANIMATION: the widget contains a #GdkPixbufAnimation +@GTK_IMAGE_ICON_NAME: <!-- ##### FUNCTION gtk_image_get_icon_set ##### --> <para> @@ -235,6 +246,16 @@ functions), but they will all return %NULL values. @Returns: +<!-- ##### FUNCTION gtk_image_get_icon_name ##### --> +<para> + +</para> + +@image: +@icon_name: +@size: + + <!-- ##### FUNCTION gtk_image_get_storage_type ##### --> <para> @@ -311,6 +332,16 @@ functions), but they will all return %NULL values. @Returns: +<!-- ##### FUNCTION gtk_image_new_from_icon_name ##### --> +<para> + +</para> + +@icon_name: +@size: +@Returns: + + <!-- ##### FUNCTION gtk_image_set_from_file ##### --> <para> @@ -378,6 +409,16 @@ functions), but they will all return %NULL values. @animation: +<!-- ##### FUNCTION gtk_image_set_from_icon_name ##### --> +<para> + +</para> + +@image: +@icon_name: +@size: + + <!-- ##### FUNCTION gtk_image_new ##### --> <para> @@ -409,3 +450,21 @@ Gets the #GtkImage. @mask: a #GdkBitmap that indicates which parts of the image should be transparent. +<!-- ##### FUNCTION gtk_image_set_pixel_size ##### --> +<para> + +</para> + +@image: +@pixel_size: + + +<!-- ##### FUNCTION gtk_image_get_pixel_size ##### --> +<para> + +</para> + +@image: +@Returns: + + diff --git a/docs/reference/gtk/tmpl/gtksettings.sgml b/docs/reference/gtk/tmpl/gtksettings.sgml index d13f54866..4e6355a68 100644 --- a/docs/reference/gtk/tmpl/gtksettings.sgml +++ b/docs/reference/gtk/tmpl/gtksettings.sgml @@ -20,6 +20,11 @@ Sharing settings between applications </para> +<!-- ##### ARG GtkSettings:gtk-alternative-button-order ##### --> +<para> + +</para> + <!-- ##### ARG GtkSettings:gtk-button-images ##### --> <para> |