BEAST - Free Software Audio Synthesizer and Tracker  0.9.2
Classes | Macros | Functions
bstracktable.hh File Reference
#include "bstutils.hh"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  BstRackChildInfo
 
struct  BstRackTable
 
struct  BstRackTableClass
 

Macros

#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)