diff options
author | Havoc Pennington <hp@redhat.com> | 2001-03-23 23:39:24 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-03-23 23:39:24 +0000 |
commit | dc0cd67d601ffd603a0429fe956f8178b1217dae (patch) | |
tree | 9f19989db0f5a59e840c654509d18ffcd3c61544 /docs | |
parent | 4291350f89e3e4d17c0587076cbb73e25cf49077 (diff) | |
download | gtk+-dc0cd67d601ffd603a0429fe956f8178b1217dae.tar.gz |
Apply property patch from Lee Mallabone
2001-03-23 Havoc Pennington <hp@redhat.com>
* gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
* gtk/gtkbox.c: Apply property patch from Lee Mallabone
* gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
and deprecated gtk_check_menu_item_set_show_toggle().
* gtk/gtkbutton.c: Apply property patch from Lee Mallabone
* gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
* gtk/gtkframe.c: Apply property patch from Lee Mallabone
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/tmpl/gtk-unused.sgml | 6 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml | 5 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkfilesel.sgml | 10 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkframe.sgml | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/docs/reference/gtk/tmpl/gtk-unused.sgml b/docs/reference/gtk/tmpl/gtk-unused.sgml index d8524c36b2..26e6b16e0e 100644 --- a/docs/reference/gtk/tmpl/gtk-unused.sgml +++ b/docs/reference/gtk/tmpl/gtk-unused.sgml @@ -534,6 +534,12 @@ gtk_font_selection_set_filter(). @GTK_FONT_SCALABLE_BITMAP: scaled bitmap fonts. @GTK_FONT_ALL: a bitwise combination of all of the above. +<!-- ##### ARG GtkFrame:shadow-type ##### --> +<para> + +</para> + + <!-- ##### STRUCT GtkIMContextSimple ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml b/docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml index d9ff6d64be..afcf9c9ef0 100644 --- a/docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml +++ b/docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml @@ -124,3 +124,8 @@ field of the #GtkCheckMenuItem-struct struct to discover the new state. @checkmenuitem: the object which received the signal. +<!-- ##### ARG GtkCheckMenuItem:active ##### --> +<para> + +</para> + diff --git a/docs/reference/gtk/tmpl/gtkfilesel.sgml b/docs/reference/gtk/tmpl/gtkfilesel.sgml index ef0bb7dfd5..5c7a2ef8c9 100644 --- a/docs/reference/gtk/tmpl/gtkfilesel.sgml +++ b/docs/reference/gtk/tmpl/gtkfilesel.sgml @@ -169,3 +169,13 @@ Hides the file operation buttons that normally appear at the top of the dialog. @filesel: a #GtkFileSelection. +<!-- ##### ARG GtkFileSelection:filename ##### --> +<para> + +</para> + +<!-- ##### ARG GtkFileSelection:show-fileops ##### --> +<para> + +</para> + diff --git a/docs/reference/gtk/tmpl/gtkframe.sgml b/docs/reference/gtk/tmpl/gtkframe.sgml index 4c674d58c6..9fc8344221 100644 --- a/docs/reference/gtk/tmpl/gtkframe.sgml +++ b/docs/reference/gtk/tmpl/gtkframe.sgml @@ -107,3 +107,8 @@ Set the shadow type for the Frame widget. </para> +<!-- ##### ARG GtkFrame:label-widget ##### --> +<para> + +</para> + |