BEAST/BSE - Better Audio System and Sound Engine  0.8.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Functions
gxkrackeditor.hh File Reference
#include <gxk/gxkracktable.hh>

Go to the source code of this file.

Classes

struct  GxkRackEditor

Functions

void gxk_rack_table_set_edit_mode (GxkRackTable *self, gboolean enable_editing)
gboolean gxk_rack_table_check_cell (GxkRackTable *self, guint col, guint row)
gboolean gxk_rack_table_check_area (GxkRackTable *self, gboolean framed, guint col, guint row, guint hspan, guint vspan, GtkWidget *exempt)
gboolean gxk_rack_table_expand_rect (GxkRackTable *self, guint col, guint row, guint *hspan, guint *vspan)
void gxk_rack_table_destroy_editor (GxkRackTable *self)
gboolean gxk_rack_table_handle_enter_notify (GxkRackTable *self, GdkEventCrossing *event)
gboolean gxk_rack_table_handle_button_press (GxkRackTable *self, GdkEventButton *event)
gboolean gxk_rack_table_handle_motion_notify (GxkRackTable *self, GdkEventMotion *event)
gboolean gxk_rack_table_handle_button_release (GxkRackTable *self, GdkEventButton *event)
gboolean gxk_rack_table_handle_leave_notify (GxkRackTable *self, GdkEventCrossing *event)
void gxk_rack_table_adjust_editor (GxkRackTable *self)
void gxk_rack_table_unmap_editor (GxkRackTable *self)

Detailed Description

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines