[ Home | ImgView | Uni | Dialog ]
+ main.c
+ window.c
+ list.c
file.c
vnr-tools.c
Description
Parse options and create the application window.
Description
VnrWindow
is a GtkWindow
. It contains a UniScrollView
which contains
an UniAnimView
to display the current image.
UniAnimView
is a UniImageView
widget, it can display a
GdkPixbufAnimation
or a static GdkPixbuf
.
UniImageView
contains a UniDragger
to move the current image,
UniDragger
contains a UniDrawCache
.
VnrWindow (GtkWindow)
GtkBox
---------------------------------------------------------------
VnrMessageArea
---------------------------------------------------------------
UniScrollView (GtkGrid)
UniAnimView (UniImageView)
GdkPixbufAnimation, GdkPixbuf, UniDragger
---------------------------------------------------------------
Description
vnr_list_*
methods extend GList
to create and store VnrFile
objects.
Description
A GObject
to store file path and display name.