BEAST/BSE - Better Audio System and Sound Engine  0.8.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Defines | Functions
bstracktable.hh File Reference
#include "bstutils.hh"

Go to the source code of this file.

Classes

struct  BstRackChildInfo
struct  BstRackTable
struct  BstRackTableClass

Defines

#define BST_TYPE_RACK_TABLE
#define BST_RACK_TABLE(object)
#define BST_RACK_TABLE_CLASS(klass)
#define BST_IS_RACK_TABLE(object)
#define BST_IS_RACK_TABLE_CLASS(klass)
#define BST_RACK_TABLE_GET_CLASS(object)

Functions

GtkType bst_rack_table_get_type (void)
void bst_rack_table_set_edit_mode (BstRackTable *rtable, gboolean enable_editing)
gboolean bst_rack_table_check_cell (BstRackTable *rtable, guint col, guint row)
gboolean bst_rack_table_check_area (BstRackTable *rtable, guint col, guint row, guint hspan, guint vspan)
gboolean bst_rack_table_expand_rect (BstRackTable *rtable, guint col, guint row, guint *hspan, guint *vspan)
void bst_rack_child_get_info (GtkWidget *widget, BstRackChildInfo *info)
void bst_rack_child_set_info (GtkWidget *widget, gint col, gint row, gint hspan, gint vspan)

Detailed Description

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines