MxGtkFrame

MxGtkFrame — a specially styled frame for GTK+

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBin
                        ╰── GtkFrame
                            ╰── MxGtkFrame

Implemented Interfaces

MxGtkFrame implements AtkImplementorIface and GtkBuildable.

Description

A specially styled frame for use in GTK+ applications.

Functions

mx_gtk_frame_new ()

GtkWidget *
mx_gtk_frame_new (void);

Create a new specially styled frame.

Returns

a newly allocated MxGtkFrame

Types and Values

MxGtkFrame

typedef struct _MxGtkFrame MxGtkFrame;

The contents of this structure are private and should only be accessed through the public API.


MxGtkFrameClass

typedef struct {
  GtkFrameClass parent_class;
} MxGtkFrameClass;