gschem
|
Go to the source code of this file.
Data Structures | |
struct | _CompselectClass |
struct | _Compselect |
Defines | |
#define | COMPSELECT_TYPE_BEHAVIOR (compselect_behavior_get_type ()) |
#define | TYPE_COMPSELECT (compselect_get_type()) |
#define | COMPSELECT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_COMPSELECT, Compselect)) |
#define | COMPSELECT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_COMPSELECT, CompselectClass)) |
#define | IS_COMPSELECT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_COMPSELECT)) |
#define | COMPSELECT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_COMPSELECT, CompselectClass)) |
Typedefs | |
typedef struct _CompselectClass | CompselectClass |
typedef struct _Compselect | Compselect |
Enumerations | |
enum | CompselectBehavior { COMPSELECT_BEHAVIOR_REFERENCE, COMPSELECT_BEHAVIOR_EMBED, COMPSELECT_BEHAVIOR_INCLUDE } |
enum | CompselectResponseType { COMPSELECT_RESPONSE_PLACE = 1, COMPSELECT_RESPONSE_HIDE = 2, COMPSELECT_RESPONSE_REFRESH = 3 } |
Functions | |
GType | compselect_behavior_get_type (void) |
GType | compselect_get_type (void) |
#define COMPSELECT_TYPE_BEHAVIOR (compselect_behavior_get_type ()) |
Definition at line 38 of file x_compselect.h.
#define TYPE_COMPSELECT (compselect_get_type()) |
Definition at line 45 of file x_compselect.h.
#define COMPSELECT | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_COMPSELECT, Compselect)) |
Definition at line 46 of file x_compselect.h.
#define COMPSELECT_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_COMPSELECT, CompselectClass)) |
Definition at line 47 of file x_compselect.h.
#define IS_COMPSELECT | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_COMPSELECT)) |
Definition at line 48 of file x_compselect.h.
#define COMPSELECT_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_COMPSELECT, CompselectClass)) |
Definition at line 49 of file x_compselect.h.
typedef struct _CompselectClass CompselectClass |
Definition at line 51 of file x_compselect.h.
typedef struct _Compselect Compselect |
Definition at line 52 of file x_compselect.h.
enum CompselectBehavior |
Definition at line 30 of file x_compselect.h.
Definition at line 81 of file x_compselect.h.
GType compselect_behavior_get_type | ( | void | ) |
Definition at line 1586 of file x_compselect.c.
GType compselect_get_type | ( | void | ) |