Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtksignallistitemfactory.h File Reference

Go to the source code of this file.

Macros

#define GTK_TYPE_SIGNAL_LIST_ITEM_FACTORY   (gtk_signal_list_item_factory_get_type ())
 
#define GTK_SIGNAL_LIST_ITEM_FACTORY(o)   (G_TYPE_CHECK_INSTANCE_CAST ((o), GTK_TYPE_SIGNAL_LIST_ITEM_FACTORY, GtkSignalListItemFactory))
 
#define GTK_SIGNAL_LIST_ITEM_FACTORY_CLASS(k)   (G_TYPE_CHECK_CLASS_CAST ((k), GTK_TYPE_SIGNAL_LIST_ITEM_FACTORY, GtkSignalListItemFactoryClass))
 
#define GTK_IS_SIGNAL_LIST_ITEM_FACTORY(o)   (G_TYPE_CHECK_INSTANCE_TYPE ((o), GTK_TYPE_SIGNAL_LIST_ITEM_FACTORY))
 
#define GTK_IS_SIGNAL_LIST_ITEM_FACTORY_CLASS(k)   (G_TYPE_CHECK_CLASS_TYPE ((k), GTK_TYPE_SIGNAL_LIST_ITEM_FACTORY))
 
#define GTK_SIGNAL_LIST_ITEM_FACTORY_GET_CLASS(o)   (G_TYPE_INSTANCE_GET_CLASS ((o), GTK_TYPE_SIGNAL_LIST_ITEM_FACTORY, GtkSignalListItemFactoryClass))
 

Typedefs

typedef struct _GtkSignalListItemFactory GtkSignalListItemFactory
 
typedef struct _GtkSignalListItemFactoryClass GtkSignalListItemFactoryClass
 

Functions

GDK_AVAILABLE_IN_ALL GType gtk_signal_list_item_factory_get_type (void) G_GNUC_CONST
 
GDK_AVAILABLE_IN_ALL GtkListItemFactorygtk_signal_list_item_factory_new (void)
 

Macro Definition Documentation

◆ GTK_IS_SIGNAL_LIST_ITEM_FACTORY

#define GTK_IS_SIGNAL_LIST_ITEM_FACTORY ( o)    (G_TYPE_CHECK_INSTANCE_TYPE ((o), GTK_TYPE_SIGNAL_LIST_ITEM_FACTORY))

Definition at line 33 of file gtksignallistitemfactory.h.

◆ GTK_IS_SIGNAL_LIST_ITEM_FACTORY_CLASS

#define GTK_IS_SIGNAL_LIST_ITEM_FACTORY_CLASS ( k)    (G_TYPE_CHECK_CLASS_TYPE ((k), GTK_TYPE_SIGNAL_LIST_ITEM_FACTORY))

Definition at line 34 of file gtksignallistitemfactory.h.

◆ GTK_SIGNAL_LIST_ITEM_FACTORY

#define GTK_SIGNAL_LIST_ITEM_FACTORY ( o)    (G_TYPE_CHECK_INSTANCE_CAST ((o), GTK_TYPE_SIGNAL_LIST_ITEM_FACTORY, GtkSignalListItemFactory))

Definition at line 31 of file gtksignallistitemfactory.h.

◆ GTK_SIGNAL_LIST_ITEM_FACTORY_CLASS

#define GTK_SIGNAL_LIST_ITEM_FACTORY_CLASS ( k)    (G_TYPE_CHECK_CLASS_CAST ((k), GTK_TYPE_SIGNAL_LIST_ITEM_FACTORY, GtkSignalListItemFactoryClass))

Definition at line 32 of file gtksignallistitemfactory.h.

◆ GTK_SIGNAL_LIST_ITEM_FACTORY_GET_CLASS

#define GTK_SIGNAL_LIST_ITEM_FACTORY_GET_CLASS ( o)    (G_TYPE_INSTANCE_GET_CLASS ((o), GTK_TYPE_SIGNAL_LIST_ITEM_FACTORY, GtkSignalListItemFactoryClass))

Definition at line 35 of file gtksignallistitemfactory.h.

◆ GTK_TYPE_SIGNAL_LIST_ITEM_FACTORY

#define GTK_TYPE_SIGNAL_LIST_ITEM_FACTORY   (gtk_signal_list_item_factory_get_type ())

Definition at line 30 of file gtksignallistitemfactory.h.

Typedef Documentation

◆ GtkSignalListItemFactory

typedef struct _GtkSignalListItemFactory GtkSignalListItemFactory

Definition at line 37 of file gtksignallistitemfactory.h.

◆ GtkSignalListItemFactoryClass

typedef struct _GtkSignalListItemFactoryClass GtkSignalListItemFactoryClass

Definition at line 38 of file gtksignallistitemfactory.h.

Function Documentation

◆ gtk_signal_list_item_factory_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_signal_list_item_factory_get_type ( void )

◆ gtk_signal_list_item_factory_new()

GDK_AVAILABLE_IN_ALL GtkListItemFactory * gtk_signal_list_item_factory_new ( void )