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

Go to the source code of this file.

Macros

#define GTK_TYPE_SHORTCUT_LABEL   (gtk_shortcut_label_get_type())
 
#define GTK_SHORTCUT_LABEL(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUT_LABEL, GtkShortcutLabel))
 
#define GTK_IS_SHORTCUT_LABEL(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUT_LABEL))
 

Typedefs

typedef struct _GtkShortcutLabel GtkShortcutLabel
 
typedef struct _GtkShortcutLabelClass GtkShortcutLabelClass
 

Functions

GDK_AVAILABLE_IN_ALL GType gtk_shortcut_label_get_type (void) G_GNUC_CONST
 
GDK_AVAILABLE_IN_ALL GtkWidgetgtk_shortcut_label_new (const char *accelerator)
 
GDK_AVAILABLE_IN_ALL const char * gtk_shortcut_label_get_accelerator (GtkShortcutLabel *self)
 
GDK_AVAILABLE_IN_ALL void gtk_shortcut_label_set_accelerator (GtkShortcutLabel *self, const char *accelerator)
 
GDK_AVAILABLE_IN_ALL const char * gtk_shortcut_label_get_disabled_text (GtkShortcutLabel *self)
 
GDK_AVAILABLE_IN_ALL void gtk_shortcut_label_set_disabled_text (GtkShortcutLabel *self, const char *disabled_text)
 

Macro Definition Documentation

◆ GTK_IS_SHORTCUT_LABEL

#define GTK_IS_SHORTCUT_LABEL ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUT_LABEL))

Definition at line 27 of file gtkshortcutlabel.h.

◆ GTK_SHORTCUT_LABEL

#define GTK_SHORTCUT_LABEL ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUT_LABEL, GtkShortcutLabel))

Definition at line 26 of file gtkshortcutlabel.h.

◆ GTK_TYPE_SHORTCUT_LABEL

#define GTK_TYPE_SHORTCUT_LABEL   (gtk_shortcut_label_get_type())

Definition at line 25 of file gtkshortcutlabel.h.

Typedef Documentation

◆ GtkShortcutLabel

typedef struct _GtkShortcutLabel GtkShortcutLabel

Definition at line 30 of file gtkshortcutlabel.h.

◆ GtkShortcutLabelClass

typedef struct _GtkShortcutLabelClass GtkShortcutLabelClass

Definition at line 31 of file gtkshortcutlabel.h.

Function Documentation

◆ gtk_shortcut_label_get_accelerator()

GDK_AVAILABLE_IN_ALL const char * gtk_shortcut_label_get_accelerator ( GtkShortcutLabel * self)

◆ gtk_shortcut_label_get_disabled_text()

GDK_AVAILABLE_IN_ALL const char * gtk_shortcut_label_get_disabled_text ( GtkShortcutLabel * self)

◆ gtk_shortcut_label_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_shortcut_label_get_type ( void )

◆ gtk_shortcut_label_new()

GDK_AVAILABLE_IN_ALL GtkWidget * gtk_shortcut_label_new ( const char * accelerator)

◆ gtk_shortcut_label_set_accelerator()

GDK_AVAILABLE_IN_ALL void gtk_shortcut_label_set_accelerator ( GtkShortcutLabel * self,
const char * accelerator )

◆ gtk_shortcut_label_set_disabled_text()

GDK_AVAILABLE_IN_ALL void gtk_shortcut_label_set_disabled_text ( GtkShortcutLabel * self,
const char * disabled_text )