Ardour  9.0-pre0-384-ga76afae0e9
gtkhandlebox.h File Reference
#include <gtk/gtkbin.h>
Include dependency graph for gtkhandlebox.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _GtkHandleBox
 
struct  _GtkHandleBoxClass
 

Macros

#define GTK_TYPE_HANDLE_BOX   (gtk_handle_box_get_type ())
 
#define GTK_HANDLE_BOX(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_HANDLE_BOX, GtkHandleBox))
 
#define GTK_HANDLE_BOX_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_HANDLE_BOX, GtkHandleBoxClass))
 
#define GTK_IS_HANDLE_BOX(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_HANDLE_BOX))
 
#define GTK_IS_HANDLE_BOX_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_HANDLE_BOX))
 
#define GTK_HANDLE_BOX_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_HANDLE_BOX, GtkHandleBoxClass))
 

Typedefs

typedef struct _GtkHandleBox GtkHandleBox
 
typedef struct _GtkHandleBoxClass GtkHandleBoxClass
 

Functions

GType gtk_handle_box_get_type (void) G_GNUC_CONST
 
GtkWidgetgtk_handle_box_new (void)
 
void gtk_handle_box_set_shadow_type (GtkHandleBox *handle_box, GtkShadowType type)
 
GtkShadowType gtk_handle_box_get_shadow_type (GtkHandleBox *handle_box)
 
void gtk_handle_box_set_handle_position (GtkHandleBox *handle_box, GtkPositionType position)
 
GtkPositionType gtk_handle_box_get_handle_position (GtkHandleBox *handle_box)
 
void gtk_handle_box_set_snap_edge (GtkHandleBox *handle_box, GtkPositionType edge)
 
GtkPositionType gtk_handle_box_get_snap_edge (GtkHandleBox *handle_box)
 
gboolean gtk_handle_box_get_child_detached (GtkHandleBox *handle_box)
 

Macro Definition Documentation

◆ GTK_HANDLE_BOX

#define GTK_HANDLE_BOX (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_HANDLE_BOX, GtkHandleBox))

Definition at line 46 of file gtkhandlebox.h.

◆ GTK_HANDLE_BOX_CLASS

#define GTK_HANDLE_BOX_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_HANDLE_BOX, GtkHandleBoxClass))

Definition at line 47 of file gtkhandlebox.h.

◆ GTK_HANDLE_BOX_GET_CLASS

#define GTK_HANDLE_BOX_GET_CLASS (   obj)    (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_HANDLE_BOX, GtkHandleBoxClass))

Definition at line 50 of file gtkhandlebox.h.

◆ GTK_IS_HANDLE_BOX

#define GTK_IS_HANDLE_BOX (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_HANDLE_BOX))

Definition at line 48 of file gtkhandlebox.h.

◆ GTK_IS_HANDLE_BOX_CLASS

#define GTK_IS_HANDLE_BOX_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_HANDLE_BOX))

Definition at line 49 of file gtkhandlebox.h.

◆ GTK_TYPE_HANDLE_BOX

#define GTK_TYPE_HANDLE_BOX   (gtk_handle_box_get_type ())

Definition at line 45 of file gtkhandlebox.h.

Typedef Documentation

◆ GtkHandleBox

typedef struct _GtkHandleBox GtkHandleBox

Definition at line 43 of file gtkhandlebox.h.

◆ GtkHandleBoxClass

Definition at line 43 of file gtkhandlebox.h.

Function Documentation

◆ gtk_handle_box_get_child_detached()

gboolean gtk_handle_box_get_child_detached ( GtkHandleBox handle_box)

◆ gtk_handle_box_get_handle_position()

GtkPositionType gtk_handle_box_get_handle_position ( GtkHandleBox handle_box)

◆ gtk_handle_box_get_shadow_type()

GtkShadowType gtk_handle_box_get_shadow_type ( GtkHandleBox handle_box)

◆ gtk_handle_box_get_snap_edge()

GtkPositionType gtk_handle_box_get_snap_edge ( GtkHandleBox handle_box)

◆ gtk_handle_box_get_type()

GType gtk_handle_box_get_type ( void  )

◆ gtk_handle_box_new()

GtkWidget* gtk_handle_box_new ( void  )

◆ gtk_handle_box_set_handle_position()

void gtk_handle_box_set_handle_position ( GtkHandleBox handle_box,
GtkPositionType  position 
)

◆ gtk_handle_box_set_shadow_type()

void gtk_handle_box_set_shadow_type ( GtkHandleBox handle_box,
GtkShadowType  type 
)

◆ gtk_handle_box_set_snap_edge()

void gtk_handle_box_set_snap_edge ( GtkHandleBox handle_box,
GtkPositionType  edge 
)