mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-23 20:30:15 +00:00
Updates
This commit is contained in:
parent
db343ee03d
commit
9a28f71885
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 |
@ -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 ());
|
||||
|
Loading…
Reference in New Issue
Block a user