BEAST - Free Software Audio Synthesizer and Tracker  0.10.0
Classes | Macros | Functions
glewidgets.h File Reference
#include <gtk/gtk.h>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  GtkWrapBox
 
struct  GtkWrapBoxClass
 
struct  GtkWrapBoxChild
 
struct  GtkHWrapBox
 
struct  GtkHWrapBoxClass
 
struct  GtkVWrapBox
 
struct  GtkVWrapBoxClass
 

Macros

#define __GTK_WRAP_BOX_H__
 
#define GTK_TYPE_WRAP_BOX
 
#define GTK_WRAP_BOX(obj)
 
#define GTK_WRAP_BOX_CLASS(klass)
 
#define GTK_IS_WRAP_BOX(obj)
 
#define GTK_IS_WRAP_BOX_CLASS(klass)
 
#define GTK_WRAP_BOX_GET_CLASS(obj)
 
#define GTK_JUSTIFY_TOP
 
#define GTK_JUSTIFY_BOTTOM
 
#define __GTK_HWRAP_BOX_H__
 
#define GTK_TYPE_HWRAP_BOX
 
#define GTK_HWRAP_BOX(obj)
 
#define GTK_HWRAP_BOX_CLASS(klass)
 
#define GTK_IS_HWRAP_BOX(obj)
 
#define GTK_IS_HWRAP_BOX_CLASS(klass)
 
#define GTK_HWRAP_BOX_GET_CLASS(obj)
 
#define __GTK_VWRAP_BOX_H__
 
#define GTK_TYPE_VWRAP_BOX
 
#define GTK_VWRAP_BOX(obj)
 
#define GTK_VWRAP_BOX_CLASS(klass)
 
#define GTK_IS_VWRAP_BOX(obj)
 
#define GTK_IS_VWRAP_BOX_CLASS(klass)
 
#define GTK_VWRAP_BOX_GET_CLASS(obj)
 

Functions

GtkType gtk_wrap_box_get_type (void)
 
void gtk_wrap_box_set_homogeneous (GtkWrapBox *wbox, gboolean homogeneous)
 
void gtk_wrap_box_set_hspacing (GtkWrapBox *wbox, guint hspacing)
 
void gtk_wrap_box_set_vspacing (GtkWrapBox *wbox, guint vspacing)
 
void gtk_wrap_box_set_justify (GtkWrapBox *wbox, GtkJustification justify)
 
void gtk_wrap_box_set_line_justify (GtkWrapBox *wbox, GtkJustification line_justify)
 
void gtk_wrap_box_set_aspect_ratio (GtkWrapBox *wbox, gfloat aspect_ratio)
 
void gtk_wrap_box_pack (GtkWrapBox *wbox, GtkWidget *child, gboolean hexpand, gboolean hfill, gboolean vexpand, gboolean vfill)
 
void gtk_wrap_box_pack_wrapped (GtkWrapBox *wbox, GtkWidget *child, gboolean hexpand, gboolean hfill, gboolean vexpand, gboolean vfill, gboolean wrapped)
 
void gtk_wrap_box_reorder_child (GtkWrapBox *wbox, GtkWidget *child, gint position)
 
void gtk_wrap_box_query_child_packing (GtkWrapBox *wbox, GtkWidget *child, gboolean *hexpand, gboolean *hfill, gboolean *vexpand, gboolean *vfill, gboolean *wrapped)
 
void gtk_wrap_box_set_child_packing (GtkWrapBox *wbox, GtkWidget *child, gboolean hexpand, gboolean hfill, gboolean vexpand, gboolean vfill, gboolean wrapped)
 
guint * gtk_wrap_box_query_line_lengths (GtkWrapBox *wbox, guint *n_lines)
 
GtkType gtk_hwrap_box_get_type (void)
 
GtkWidget * gtk_hwrap_box_new (gboolean homogeneous)
 
GtkType gtk_vwrap_box_get_type (void)
 
GtkWidget * gtk_vwrap_box_new (gboolean homogeneous)