GvaLinkButton

GvaLinkButton — Create buttons bound to a URL

Synopsis

                    GvaLinkButton;
GtkWidget*          gva_link_button_new                 (const gchar *label);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkButton
                                       +----GtkLinkButton
                                             +----GvaLinkButton

Implemented Interfaces

GvaLinkButton implements AtkImplementorIface and GtkBuildable.

Description

A GvaLinkButton is a GtkLinkButton without shadows or extra padding.

Details

GvaLinkButton

typedef struct _GvaLinkButton GvaLinkButton;

Contains only private data that should be read and manipulated using the functions below.


gva_link_button_new ()

GtkWidget*          gva_link_button_new                 (const gchar *label);

Creates a new GvaLinkButton with label as its text.

label :

the text of the button

Returns :

a new GtkLinkButton