#include "pcbModule.h"
#include <gdk/gdk.h>
#include <gtk/gtkwindow.h>
Include dependency graph for tracker.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
struct | _Tracker |
struct | _TrackerClass |
Defines | |
#define | TRACKER(obj) GTK_CHECK_CAST (obj, tracker_get_type (), Tracker) |
#define | TRACKER_CLASS(klass) GTK_CHECK_CLASS_CAST (klass, tracker_get_type (), TrackerClass) |
#define | IS_TRACKER(obj) GTK_CHECK_TYPE (obj, tracker_get_type ()) |
Typedefs | |
typedef struct _Tracker | Tracker |
typedef struct _TrackerClass | TrackerClass |
Enumerations | |
enum | { TRACKERCOL_BG = 0, TRACKERCOL_BGHI = 1, TRACKERCOL_NOTES = 2, TRACKERCOL_BARS = 3, TRACKERCOL_CHANNUMS = 4, TRACKERCOL_CURSOR = 5, TRACKERCOL_LAST = 6 } |
Functions | |
guint | tracker_get_type (void) |
GtkWidget* | tracker_new (GtkAdjustment* pattern_adjust) |
void | tracker_set_backing_store (Tracker *t, int on) |
void | tracker_reset (Tracker *t) |
void | tracker_redraw (Tracker *t) |
void | tracker_set_patpos (Tracker *t, int row) |
void | tracker_note_typed_advance (Tracker *t) |
void | tracker_step_cursor_item (Tracker *t, int direction) |
void | tracker_step_cursor_channel (Tracker *t, int direction) |
void | tracker_set_pattern (Tracker *t, int pattern) |
void | tracker_set_module (Tracker *t, pcbModule *mod) |
void | tracker_set_xpanning (Tracker *t, int left_channel) |
gint | tracker_handle_keys (GtkWidget* widget, GdkEventKey* event) |
Copyright (C) 1998 Michael Krause
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.