diff options
author | Havoc Pennington <hp@pobox.com> | 2001-08-29 02:20:02 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-08-29 02:20:02 +0000 |
commit | 9df007468539fa9fe85612eedf0af44dd64f3c98 (patch) | |
tree | 7a3dda0769668d56159dc7e7090eac95a2843985 /docs/reference/gtk | |
parent | 3921a791182eafccc8da74f63a69fddaed553227 (diff) | |
download | gdk-pixbuf-9df007468539fa9fe85612eedf0af44dd64f3c98.tar.gz |
add default icon
2001-08-28 Havoc Pennington <hp@pobox.com>
* demos/gtk-demo/main.c (setup_default_icon): add default icon
* gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
warning fix
(gtk_radio_button_new_with_label): warning fix
* gtk/gtkdnd.c: used some random GtkImage private structs,
update to reflect GtkImage changes
* gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
whether the hint is supported, just always set the icon. A task
list might want to use it even if the WM doesn't, and the WM may
change over time. Also, XDeleteProperty() if list == NULL.
* gtk/gtkwindow.c (gtk_window_set_icon_list)
(gtk_window_get_icon_list)
(gtk_window_set_icon)
(gtk_window_get_icon)
(gtk_window_set_default_icon_list)
(gtk_window_get_default_icon_list):
new functions
* gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
* gtk/gtkimage.c: Implement property support, bug #59408
* gtk/gtkcontainer.c (gtk_container_add): make the warning message
on reparent-without-removing-first a bit more helpful.
Let's just destroy this FAQ.
Diffstat (limited to 'docs/reference/gtk')
-rw-r--r-- | docs/reference/gtk/tmpl/gtk-unused.sgml | 14 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkbutton.sgml | 10 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkimage.sgml | 50 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkmenubar.sgml | 5 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkmenuitem.sgml | 2 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtktreeselection.sgml | 8 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkwindow.sgml | 5 |
7 files changed, 83 insertions, 11 deletions
diff --git a/docs/reference/gtk/tmpl/gtk-unused.sgml b/docs/reference/gtk/tmpl/gtk-unused.sgml index 884d5f890..ac2f00a2e 100644 --- a/docs/reference/gtk/tmpl/gtk-unused.sgml +++ b/docs/reference/gtk/tmpl/gtk-unused.sgml @@ -953,6 +953,14 @@ produce superscript and subscript. </para> +<!-- ##### ENUM GtkTreeSelectionMode ##### --> +<para> + +</para> + +@GTK_TREE_SELECTION_SINGLE: +@GTK_TREE_SELECTION_MULTI: + <!-- ##### ARG GtkVScale:adjustment ##### --> <para> the #GtkAdjustment which sets the range of the scale. @@ -1034,6 +1042,12 @@ If the window shrinks automatically when widgets within it shrink. </para> +<!-- ##### ARG GtkWindow:icon-list ##### --> +<para> + +</para> + + <!-- ##### FUNCTION gtk_arg_copy ##### --> <para> It will either copy data into an existing argument or allocate a new argument diff --git a/docs/reference/gtk/tmpl/gtkbutton.sgml b/docs/reference/gtk/tmpl/gtkbutton.sgml index c182e2bff..b7609bf4b 100644 --- a/docs/reference/gtk/tmpl/gtkbutton.sgml +++ b/docs/reference/gtk/tmpl/gtkbutton.sgml @@ -181,3 +181,13 @@ there is actually a #GtkLabel inside of the #GtkButton. The #GtkReliefStyle as outlined in gtk_button_set_relief().
</para> +<!-- ##### ARG GtkButton:use-underline ##### --> +<para> + +</para> + +<!-- ##### ARG GtkButton:use-stock ##### --> +<para> + +</para> + diff --git a/docs/reference/gtk/tmpl/gtkimage.sgml b/docs/reference/gtk/tmpl/gtkimage.sgml index 4b9efb9cf..7c9a6e400 100644 --- a/docs/reference/gtk/tmpl/gtkimage.sgml +++ b/docs/reference/gtk/tmpl/gtkimage.sgml @@ -278,3 +278,53 @@ Gets the GtkImage @mask: a GDKBitmap that indicates which parts of the image should be transparent. +<!-- ##### ARG GtkImage:pixbuf ##### --> +<para> + +</para> + +<!-- ##### ARG GtkImage:pixmap ##### --> +<para> + +</para> + +<!-- ##### ARG GtkImage:image ##### --> +<para> + +</para> + +<!-- ##### ARG GtkImage:mask ##### --> +<para> + +</para> + +<!-- ##### ARG GtkImage:file ##### --> +<para> + +</para> + +<!-- ##### ARG GtkImage:stock ##### --> +<para> + +</para> + +<!-- ##### ARG GtkImage:icon-set ##### --> +<para> + +</para> + +<!-- ##### ARG GtkImage:icon-size ##### --> +<para> + +</para> + +<!-- ##### ARG GtkImage:pixbuf-animation ##### --> +<para> + +</para> + +<!-- ##### ARG GtkImage:storage-type ##### --> +<para> + +</para> + diff --git a/docs/reference/gtk/tmpl/gtkmenubar.sgml b/docs/reference/gtk/tmpl/gtkmenubar.sgml index 0eb6db21f..3b22a5872 100644 --- a/docs/reference/gtk/tmpl/gtkmenubar.sgml +++ b/docs/reference/gtk/tmpl/gtkmenubar.sgml @@ -44,10 +44,11 @@ Adds a new #GtkMenuItem to the end of the GtkMenuBar Adds a new #GtkMenuItem to the beginning of the GtkMenuBar </para> -@menu_child: +@menu: +@child: the #GtkMenuItem to add <!-- # Unused Parameters # --> +@menu_child: @menu_bar: a #GtkMenuBar -@child: the #GtkMenuItem to add <!-- ##### MACRO gtk_menu_bar_insert ##### --> diff --git a/docs/reference/gtk/tmpl/gtkmenuitem.sgml b/docs/reference/gtk/tmpl/gtkmenuitem.sgml index 48d372e68..a937734e6 100644 --- a/docs/reference/gtk/tmpl/gtkmenuitem.sgml +++ b/docs/reference/gtk/tmpl/gtkmenuitem.sgml @@ -131,7 +131,7 @@ Emits the "activate" signal on the given item @allocation: -<!-- ##### FUNCTION gtk_menu_item_right_justify ##### --> +<!-- ##### MACRO gtk_menu_item_right_justify ##### --> <para> Sets the menu item to be right-justified. Only useful for menu bars. </para> diff --git a/docs/reference/gtk/tmpl/gtktreeselection.sgml b/docs/reference/gtk/tmpl/gtktreeselection.sgml index 7769ab1a5..e3108cd12 100644 --- a/docs/reference/gtk/tmpl/gtktreeselection.sgml +++ b/docs/reference/gtk/tmpl/gtktreeselection.sgml @@ -14,14 +14,6 @@ GtkTreeSelection </para> -<!-- ##### ENUM GtkTreeSelectionMode ##### --> -<para> - -</para> - -@GTK_TREE_SELECTION_SINGLE: -@GTK_TREE_SELECTION_MULTI: - <!-- ##### USER_FUNCTION GtkTreeSelectionFunc ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkwindow.sgml b/docs/reference/gtk/tmpl/gtkwindow.sgml index 3fb16a1c6..b601a6e9b 100644 --- a/docs/reference/gtk/tmpl/gtkwindow.sgml +++ b/docs/reference/gtk/tmpl/gtkwindow.sgml @@ -549,3 +549,8 @@ The position of the window. </para> +<!-- ##### ARG GtkWindow:icon ##### --> +<para> + +</para> + |