MxGtkFrame

MxGtkFrame — a specially styled frame for GTK+

Synopsis

                    MxGtkFrame;
GtkWidget*          mx_gtk_frame_new                    (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkFrame
                                       +----MxGtkFrame

Implemented Interfaces

MxGtkFrame implements AtkImplementorIface and GtkBuildable.

Style Properties

  "border-color"             GdkColor*             : Read
  "title-font"               gchar*                : Read / Write

Description

A specially styled frame for use in GTK+ applications.

Details

MxGtkFrame

typedef struct _MxGtkFrame MxGtkFrame;

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


mx_gtk_frame_new ()

GtkWidget*          mx_gtk_frame_new                    (void);

Create a new specially styled frame.

Returns :

a newly allocated MxGtkFrame

Style Property Details

The "border-color" style property

  "border-color"             GdkColor*             : Read

Color of the outside border.


The "title-font" style property

  "title-font"               gchar*                : Read / Write

Pango font description string for title text.

Default value: "12"