Ardour  8.7-14-g57a6773833
gtklinkbutton.h File Reference
#include <gtk/gtkbutton.h>
Include dependency graph for gtklinkbutton.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _GtkLinkButton
 
struct  _GtkLinkButtonClass
 

Macros

#define GTK_TYPE_LINK_BUTTON   (gtk_link_button_get_type ())
 
#define GTK_LINK_BUTTON(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_LINK_BUTTON, GtkLinkButton))
 
#define GTK_IS_LINK_BUTTON(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_LINK_BUTTON))
 
#define GTK_LINK_BUTTON_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_LINK_BUTTON, GtkLinkButtonClass))
 
#define GTK_IS_LINK_BUTTON_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_LINK_BUTTON))
 
#define GTK_LINK_BUTTON_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_LINK_BUTTON, GtkLinkButtonClass))
 

Typedefs

typedef struct _GtkLinkButton GtkLinkButton
 
typedef struct _GtkLinkButtonClass GtkLinkButtonClass
 
typedef struct _GtkLinkButtonPrivate GtkLinkButtonPrivate
 
typedef void(* GtkLinkButtonUriFunc) (GtkLinkButton *button, const gchar *link_, gpointer user_data)
 

Functions

GType gtk_link_button_get_type (void) G_GNUC_CONST
 
GtkWidgetgtk_link_button_new (const gchar *uri)
 
GtkWidgetgtk_link_button_new_with_label (const gchar *uri, const gchar *label)
 
const gchar * gtk_link_button_get_uri (GtkLinkButton *link_button)
 
void gtk_link_button_set_uri (GtkLinkButton *link_button, const gchar *uri)
 
GtkLinkButtonUriFunc gtk_link_button_set_uri_hook (GtkLinkButtonUriFunc func, gpointer data, GDestroyNotify destroy)
 
gboolean gtk_link_button_get_visited (GtkLinkButton *link_button)
 
void gtk_link_button_set_visited (GtkLinkButton *link_button, gboolean visited)
 

Macro Definition Documentation

◆ GTK_IS_LINK_BUTTON

#define GTK_IS_LINK_BUTTON (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_LINK_BUTTON))

Definition at line 38 of file gtklinkbutton.h.

◆ GTK_IS_LINK_BUTTON_CLASS

#define GTK_IS_LINK_BUTTON_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_LINK_BUTTON))

Definition at line 40 of file gtklinkbutton.h.

◆ GTK_LINK_BUTTON

#define GTK_LINK_BUTTON (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_LINK_BUTTON, GtkLinkButton))

Definition at line 37 of file gtklinkbutton.h.

◆ GTK_LINK_BUTTON_CLASS

#define GTK_LINK_BUTTON_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_LINK_BUTTON, GtkLinkButtonClass))

Definition at line 39 of file gtklinkbutton.h.

◆ GTK_LINK_BUTTON_GET_CLASS

#define GTK_LINK_BUTTON_GET_CLASS (   obj)    (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_LINK_BUTTON, GtkLinkButtonClass))

Definition at line 41 of file gtklinkbutton.h.

◆ GTK_TYPE_LINK_BUTTON

#define GTK_TYPE_LINK_BUTTON   (gtk_link_button_get_type ())

Definition at line 36 of file gtklinkbutton.h.

Typedef Documentation

◆ GtkLinkButton

typedef struct _GtkLinkButton GtkLinkButton

Definition at line 34 of file gtklinkbutton.h.

◆ GtkLinkButtonClass

Definition at line 34 of file gtklinkbutton.h.

◆ GtkLinkButtonPrivate

typedef struct _GtkLinkButtonPrivate GtkLinkButtonPrivate

Definition at line 34 of file gtklinkbutton.h.

◆ GtkLinkButtonUriFunc

typedef void(* GtkLinkButtonUriFunc) (GtkLinkButton *button, const gchar *link_, gpointer user_data)

Definition at line 47 of file gtklinkbutton.h.

Function Documentation

◆ gtk_link_button_get_type()

GType gtk_link_button_get_type ( void  )

◆ gtk_link_button_get_uri()

const gchar* gtk_link_button_get_uri ( GtkLinkButton link_button)

◆ gtk_link_button_get_visited()

gboolean gtk_link_button_get_visited ( GtkLinkButton link_button)

◆ gtk_link_button_new()

GtkWidget* gtk_link_button_new ( const gchar *  uri)

◆ gtk_link_button_new_with_label()

GtkWidget* gtk_link_button_new_with_label ( const gchar *  uri,
const gchar *  label 
)

◆ gtk_link_button_set_uri()

void gtk_link_button_set_uri ( GtkLinkButton link_button,
const gchar *  uri 
)

◆ gtk_link_button_set_uri_hook()

GtkLinkButtonUriFunc gtk_link_button_set_uri_hook ( GtkLinkButtonUriFunc  func,
gpointer  data,
GDestroyNotify  destroy 
)

◆ gtk_link_button_set_visited()

void gtk_link_button_set_visited ( GtkLinkButton link_button,
gboolean  visited 
)