Simplify and unify gtk_window creation with the help of
authorLaurent Monin <geeqie@norz.org>
Wed, 9 Apr 2008 16:37:54 +0000 (16:37 +0000)
committerLaurent Monin <geeqie@norz.org>
Wed, 9 Apr 2008 16:37:54 +0000 (16:37 +0000)
commit5bf349caeeb48de48e69613e10f1202c51f6a6a2
treef35d197208bc4b8a293d4f9e2ef770458622ee44
parentc6bd6b0ee75d77f6f4d6d3987a185639a008c02c
Simplify and unify gtk_window creation with the help of
the new window_new() function, that wraps gtk_window_new()
call.
Subclass, title and icon are set in the same call.
13 files changed:
src/collect.c
src/dupe.c
src/fullscreen.c
src/img-view.c
src/info.c
src/layout.c
src/main.c
src/main.h
src/pan-view.c
src/preferences.c
src/search.c
src/ui_help.c
src/ui_utildlg.c