AwnTitle

AwnTitle

Synopsis

                    AwnTitlePrivate;
                    AwnTitle;
GtkWidget *         awn_title_get_default               (void);
void                awn_title_show                      (AwnTitle *title,
                                                         GtkWidget *focus,
                                                         const gchar *text);
void                awn_title_hide                      (AwnTitle *title,
                                                         GtkWidget *focus);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkWindow
                                       +----AwnTitle

Implemented Interfaces

AwnTitle implements GtkBuildable and AtkImplementorIface.

Description

Details

AwnTitlePrivate

typedef struct _AwnTitlePrivate AwnTitlePrivate;


AwnTitle

typedef struct _AwnTitle AwnTitle;


awn_title_get_default ()

GtkWidget *         awn_title_get_default               (void);

Returns :


awn_title_show ()

void                awn_title_show                      (AwnTitle *title,
                                                         GtkWidget *focus,
                                                         const gchar *text);

title :

focus :

text :


awn_title_hide ()

void                awn_title_hide                      (AwnTitle *title,
                                                         GtkWidget *focus);

title :

focus :