XviewerStatusbar

XviewerStatusbar

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GtkStatusbar
                        ╰── XviewerStatusbar

Implemented Interfaces

XviewerStatusbar implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

Functions

xviewer_statusbar_new ()

GtkWidget *
xviewer_statusbar_new (void);

xviewer_statusbar_set_image_number ()

void
xviewer_statusbar_set_image_number (XviewerStatusbar *statusbar,
                                    gint num,
                                    gint tot);

xviewer_statusbar_set_progress ()

void
xviewer_statusbar_set_progress (XviewerStatusbar *statusbar,
                                gdouble progress);

Types and Values

struct XviewerStatusbar

struct XviewerStatusbar;