This commit is contained in:
Matthias Clasen 2005-07-05 23:00:12 +00:00
parent db343ee03d
commit 9a28f71885
6 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* doc/tools/widgets.c: Actually generate a file-button
image.
2005-07-06 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkcursor-win32.c: Add comment about the current named

View File

@ -1,3 +1,8 @@
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* doc/tools/widgets.c: Actually generate a file-button
image.
2005-07-06 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkcursor-win32.c: Add comment about the current named

View File

@ -1,3 +1,8 @@
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* doc/tools/widgets.c: Actually generate a file-button
image.
2005-07-06 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkcursor-win32.c: Add comment about the current named

View File

@ -1,3 +1,7 @@
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* gtk/images/file-button.png: Update
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-sections.txt: Add new api.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -851,6 +851,7 @@ get_all_widgets (void)
retval = g_list_prepend (retval, create_combo_box ());
retval = g_list_prepend (retval, create_combo_box_entry ());
retval = g_list_prepend (retval, create_entry ());
retval = g_list_prepend (retval, create_file_button ());
retval = g_list_prepend (retval, create_font_button ());
retval = g_list_prepend (retval, create_frame ());
retval = g_list_prepend (retval, create_icon_view ());