forked from AuroraMiddleware/gtk
Set the window icon by name.
2005-05-25 Matthias Clasen <mclasen@redhat.com> * demos/gtk-demo/appwindow.c (do_appwindow): Set the window icon by name.
This commit is contained in:
parent
d35931988e
commit
3d0adf9d4c
@ -1,5 +1,8 @@
|
||||
2005-05-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* demos/gtk-demo/appwindow.c (do_appwindow): Set the window
|
||||
icon by name.
|
||||
|
||||
* gtk/gtkfilesystem.c (gtk_file_folder_is_finished_loading):
|
||||
Remove another C99ism.
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-05-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* demos/gtk-demo/appwindow.c (do_appwindow): Set the window
|
||||
icon by name.
|
||||
|
||||
* gtk/gtkfilesystem.c (gtk_file_folder_is_finished_loading):
|
||||
Remove another C99ism.
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-05-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* demos/gtk-demo/appwindow.c (do_appwindow): Set the window
|
||||
icon by name.
|
||||
|
||||
* gtk/gtkfilesystem.c (gtk_file_folder_is_finished_loading):
|
||||
Remove another C99ism.
|
||||
|
||||
|
@ -406,6 +406,7 @@ do_appwindow (GtkWidget *do_widget)
|
||||
gtk_window_set_screen (GTK_WINDOW (window),
|
||||
gtk_widget_get_screen (do_widget));
|
||||
gtk_window_set_title (GTK_WINDOW (window), "Application Window");
|
||||
gtk_window_set_icon_name (GTK_WINDOW (window), "gtk-open");
|
||||
|
||||
/* NULL window variable when window is closed */
|
||||
g_signal_connect (window, "destroy",
|
||||
|
Loading…
Reference in New Issue
Block a user