Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtklinkbutton.h File Reference
#include <gtk/gtkbutton.h>

Go to the source code of this file.

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))
 

Typedefs

typedef struct _GtkLinkButton GtkLinkButton
 

Functions

GDK_AVAILABLE_IN_ALL GType gtk_link_button_get_type (void) G_GNUC_CONST
 
GDK_AVAILABLE_IN_ALL GtkWidgetgtk_link_button_new (const char *uri)
 
GDK_AVAILABLE_IN_ALL GtkWidgetgtk_link_button_new_with_label (const char *uri, const char *label)
 
GDK_AVAILABLE_IN_ALL const char * gtk_link_button_get_uri (GtkLinkButton *link_button)
 
GDK_AVAILABLE_IN_ALL void gtk_link_button_set_uri (GtkLinkButton *link_button, const char *uri)
 
GDK_AVAILABLE_IN_ALL gboolean gtk_link_button_get_visited (GtkLinkButton *link_button)
 
GDK_AVAILABLE_IN_ALL 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 36 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 35 of file gtklinkbutton.h.

◆ GTK_TYPE_LINK_BUTTON

#define GTK_TYPE_LINK_BUTTON   (gtk_link_button_get_type ())

Definition at line 34 of file gtklinkbutton.h.

Typedef Documentation

◆ GtkLinkButton

typedef struct _GtkLinkButton GtkLinkButton

Definition at line 38 of file gtklinkbutton.h.

Function Documentation

◆ gtk_link_button_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_link_button_get_type ( void )

◆ gtk_link_button_get_uri()

GDK_AVAILABLE_IN_ALL const char * gtk_link_button_get_uri ( GtkLinkButton * link_button)

◆ gtk_link_button_get_visited()

GDK_AVAILABLE_IN_ALL gboolean gtk_link_button_get_visited ( GtkLinkButton * link_button)

◆ gtk_link_button_new()

GDK_AVAILABLE_IN_ALL GtkWidget * gtk_link_button_new ( const char * uri)

◆ gtk_link_button_new_with_label()

GDK_AVAILABLE_IN_ALL GtkWidget * gtk_link_button_new_with_label ( const char * uri,
const char * label )

◆ gtk_link_button_set_uri()

GDK_AVAILABLE_IN_ALL void gtk_link_button_set_uri ( GtkLinkButton * link_button,
const char * uri )

◆ gtk_link_button_set_visited()

GDK_AVAILABLE_IN_ALL void gtk_link_button_set_visited ( GtkLinkButton * link_button,
gboolean visited )