mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Add authentication icon.
This commit is contained in:
parent
1fd4cd2fa4
commit
a314e4c2ec
@ -1,5 +1,10 @@
|
||||
2003-07-19 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkstock.h (GTK_STOCK_DIALOG_AUTHENTICATION): New stock id.
|
||||
* gtk/gtkiconfactory.c (get_default_icons): Add stock_dialog_authentication_48. (#65765)
|
||||
* gtk/stock-icons/Makefile.am (VARIABLES2, IMAGES): Here too.
|
||||
* gtk/stock-icons/stock_dialog_authentication_48.png: New image.
|
||||
|
||||
* gtk/gtkbbox.h:
|
||||
* gtk/gtkbbox.c (gtk_button_box_get_child_secondary): New function. (#64562)
|
||||
|
||||
|
@ -1,5 +1,10 @@
|
||||
2003-07-19 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkstock.h (GTK_STOCK_DIALOG_AUTHENTICATION): New stock id.
|
||||
* gtk/gtkiconfactory.c (get_default_icons): Add stock_dialog_authentication_48. (#65765)
|
||||
* gtk/stock-icons/Makefile.am (VARIABLES2, IMAGES): Here too.
|
||||
* gtk/stock-icons/stock_dialog_authentication_48.png: New image.
|
||||
|
||||
* gtk/gtkbbox.h:
|
||||
* gtk/gtkbbox.c (gtk_button_box_get_child_secondary): New function. (#64562)
|
||||
|
||||
|
@ -1,5 +1,10 @@
|
||||
2003-07-19 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkstock.h (GTK_STOCK_DIALOG_AUTHENTICATION): New stock id.
|
||||
* gtk/gtkiconfactory.c (get_default_icons): Add stock_dialog_authentication_48. (#65765)
|
||||
* gtk/stock-icons/Makefile.am (VARIABLES2, IMAGES): Here too.
|
||||
* gtk/stock-icons/stock_dialog_authentication_48.png: New image.
|
||||
|
||||
* gtk/gtkbbox.h:
|
||||
* gtk/gtkbbox.c (gtk_button_box_get_child_secondary): New function. (#64562)
|
||||
|
||||
|
@ -1,5 +1,10 @@
|
||||
2003-07-19 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkstock.h (GTK_STOCK_DIALOG_AUTHENTICATION): New stock id.
|
||||
* gtk/gtkiconfactory.c (get_default_icons): Add stock_dialog_authentication_48. (#65765)
|
||||
* gtk/stock-icons/Makefile.am (VARIABLES2, IMAGES): Here too.
|
||||
* gtk/stock-icons/stock_dialog_authentication_48.png: New image.
|
||||
|
||||
* gtk/gtkbbox.h:
|
||||
* gtk/gtkbbox.c (gtk_button_box_get_child_secondary): New function. (#64562)
|
||||
|
||||
|
@ -1,5 +1,10 @@
|
||||
2003-07-19 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkstock.h (GTK_STOCK_DIALOG_AUTHENTICATION): New stock id.
|
||||
* gtk/gtkiconfactory.c (get_default_icons): Add stock_dialog_authentication_48. (#65765)
|
||||
* gtk/stock-icons/Makefile.am (VARIABLES2, IMAGES): Here too.
|
||||
* gtk/stock-icons/stock_dialog_authentication_48.png: New image.
|
||||
|
||||
* gtk/gtkbbox.h:
|
||||
* gtk/gtkbbox.c (gtk_button_box_get_child_secondary): New function. (#64562)
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
2003-07-19 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtk-sections.txt: Add GTK_STOCK_DIALOG_AUTHENTICATION.
|
||||
|
||||
* gtk/tmpl/gtkstock.sgml: Add GTK_STOCK_DIALOG_AUTHENTICATION.
|
||||
|
||||
* gtk/gtk-sections.txt: Add gtk_button_box_get_child_secondary().
|
||||
|
||||
2003-07-18 Matthias Clasen <maclas@gmx.de>
|
||||
|
@ -4607,6 +4607,7 @@ GTK_STOCK_CONVERT
|
||||
GTK_STOCK_COPY
|
||||
GTK_STOCK_CUT
|
||||
GTK_STOCK_DELETE
|
||||
GTK_STOCK_DIALOG_AUTHENTICATION
|
||||
GTK_STOCK_DIALOG_ERROR
|
||||
GTK_STOCK_DIALOG_INFO
|
||||
GTK_STOCK_DIALOG_QUESTION
|
||||
|
@ -193,6 +193,15 @@ The "Delete" item.
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_DIALOG_AUTHENTICATION ##### -->
|
||||
<para>
|
||||
The "Authentication" item.
|
||||
<inlinegraphic fileref="stock_dialog_authentication_48.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.4
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_DIALOG_ERROR ##### -->
|
||||
<para>
|
||||
The "Error" item.
|
||||
|
@ -451,6 +451,7 @@ get_default_icons (GtkIconFactory *factory)
|
||||
/* KEEP IN SYNC with gtkstock.c */
|
||||
|
||||
/* Have dialog size */
|
||||
add_icon (factory, GTK_STOCK_DIALOG_AUTHENTICATION, 48, stock_dialog_authentication_48);
|
||||
add_icon (factory, GTK_STOCK_DIALOG_ERROR, 48, stock_dialog_error_48);
|
||||
add_icon (factory, GTK_STOCK_DIALOG_INFO, 48, stock_dialog_info_48);
|
||||
add_icon (factory, GTK_STOCK_DIALOG_QUESTION, 48, stock_dialog_question_48);
|
||||
|
@ -62,6 +62,8 @@ void gtk_stock_item_free (GtkStockItem *item);
|
||||
|
||||
|
||||
/* Stock IDs (not all are stock items; some are images only) */
|
||||
#define GTK_STOCK_DIALOG_AUTHENTICATION \
|
||||
"gtk-dialog-authentication"
|
||||
#define GTK_STOCK_DIALOG_INFO "gtk-dialog-info"
|
||||
#define GTK_STOCK_DIALOG_WARNING "gtk-dialog-warning"
|
||||
#define GTK_STOCK_DIALOG_ERROR "gtk-dialog-error"
|
||||
|
@ -29,6 +29,7 @@ IMAGES = \
|
||||
stock_copy_24.png \
|
||||
stock_cut_16.png \
|
||||
stock_cut_24.png \
|
||||
stock_dialog_authentication_48.png \
|
||||
stock_dialog_error_48.png \
|
||||
stock_dialog_info_48.png \
|
||||
stock_dialog_question_48.png \
|
||||
@ -161,6 +162,7 @@ VARIABLES2 = \
|
||||
stock_copy_24 $(srcdir)/stock_copy_24.png \
|
||||
stock_cut_16 $(srcdir)/stock_cut_16.png \
|
||||
stock_cut_24 $(srcdir)/stock_cut_24.png \
|
||||
stock_dialog_authentication_48 $(srcdir)/stock_dialog_authentication_48.png \
|
||||
stock_dialog_error_48 $(srcdir)/stock_dialog_error_48.png \
|
||||
stock_dialog_info_48 $(srcdir)/stock_dialog_info_48.png \
|
||||
stock_dialog_question_48 $(srcdir)/stock_dialog_question_48.png \
|
||||
|
BIN
gtk/stock-icons/stock_dialog_authentication_48.png
Normal file
BIN
gtk/stock-icons/stock_dialog_authentication_48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
Loading…
Reference in New Issue
Block a user