GtefInfoBar

GtefInfoBar — Subclass of GtkInfoBar

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GtkInfoBar
                        ╰── GtefInfoBar

Implemented Interfaces

GtefInfoBar implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Includes

#include <gtef/gtef.h>

Description

GtefInfoBar is a subclass of GtkInfoBar with a vertical action area.

Functions

gtef_info_bar_new ()

GtefInfoBar *
gtef_info_bar_new (void);

Returns

a new GtefInfoBar.

Since: 1.0


gtef_info_bar_create_label ()

GtkLabel *
gtef_info_bar_create_label (void);

Utility function to create a GtkLabel suitable for a GtkInfoBar. The wrapping and alignment is configured. The label is also set as selectable, for example to copy an error message and search an explanation on the web.

Returns

a new GtkLabel suitable for a GtkInfoBar.

[transfer floating]

Since: 1.0

Types and Values

GtefInfoBar

typedef struct _GtefInfoBar GtefInfoBar;