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

Go to the source code of this file.

Classes

struct  _GtkEventBox
 
struct  _GtkEventBoxClass
 

Macros

#define GTK_TYPE_EVENT_BOX   (gtk_event_box_get_type ())
 
#define GTK_EVENT_BOX(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_EVENT_BOX, GtkEventBox))
 
#define GTK_EVENT_BOX_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_EVENT_BOX, GtkEventBoxClass))
 
#define GTK_IS_EVENT_BOX(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_EVENT_BOX))
 
#define GTK_IS_EVENT_BOX_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_EVENT_BOX))
 
#define GTK_EVENT_BOX_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_EVENT_BOX, GtkEventBoxClass))
 

Typedefs

typedef struct _GtkEventBox GtkEventBox
 
typedef struct _GtkEventBoxClass GtkEventBoxClass
 

Functions

GType gtk_event_box_get_type (void) G_GNUC_CONST
 
GtkWidgetgtk_event_box_new (void)
 
gboolean gtk_event_box_get_visible_window (GtkEventBox *event_box)
 
void gtk_event_box_set_visible_window (GtkEventBox *event_box, gboolean visible_window)
 
gboolean gtk_event_box_get_above_child (GtkEventBox *event_box)
 
void gtk_event_box_set_above_child (GtkEventBox *event_box, gboolean above_child)
 

Macro Definition Documentation

◆ GTK_EVENT_BOX

#define GTK_EVENT_BOX (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_EVENT_BOX, GtkEventBox))

Definition at line 41 of file gtkeventbox.h.

◆ GTK_EVENT_BOX_CLASS

#define GTK_EVENT_BOX_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_EVENT_BOX, GtkEventBoxClass))

Definition at line 42 of file gtkeventbox.h.

◆ GTK_EVENT_BOX_GET_CLASS

#define GTK_EVENT_BOX_GET_CLASS (   obj)    (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_EVENT_BOX, GtkEventBoxClass))

Definition at line 45 of file gtkeventbox.h.

◆ GTK_IS_EVENT_BOX

#define GTK_IS_EVENT_BOX (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_EVENT_BOX))

Definition at line 43 of file gtkeventbox.h.

◆ GTK_IS_EVENT_BOX_CLASS

#define GTK_IS_EVENT_BOX_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_EVENT_BOX))

Definition at line 44 of file gtkeventbox.h.

◆ GTK_TYPE_EVENT_BOX

#define GTK_TYPE_EVENT_BOX   (gtk_event_box_get_type ())

Definition at line 40 of file gtkeventbox.h.

Typedef Documentation

◆ GtkEventBox

typedef struct _GtkEventBox GtkEventBox

Definition at line 38 of file gtkeventbox.h.

◆ GtkEventBoxClass

Definition at line 38 of file gtkeventbox.h.

Function Documentation

◆ gtk_event_box_get_above_child()

gboolean gtk_event_box_get_above_child ( GtkEventBox event_box)

◆ gtk_event_box_get_type()

GType gtk_event_box_get_type ( void  )

◆ gtk_event_box_get_visible_window()

gboolean gtk_event_box_get_visible_window ( GtkEventBox event_box)

◆ gtk_event_box_new()

GtkWidget* gtk_event_box_new ( void  )

◆ gtk_event_box_set_above_child()

void gtk_event_box_set_above_child ( GtkEventBox event_box,
gboolean  above_child 
)

◆ gtk_event_box_set_visible_window()

void gtk_event_box_set_visible_window ( GtkEventBox event_box,
gboolean  visible_window 
)