File: dir.h

package info (click to toggle)
extace 1.9.5-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,036 kB
  • ctags: 774
  • sloc: sh: 8,808; ansic: 7,934; makefile: 194
file content (29 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
 * Copyright (C) 2003 by Dave J. Andruczyk <djandruczyk at yahoo dot com>
 *
 * Linux eXtace Audio visualizer
 * 
 * 
 * This software comes under the GPL (GNU Public License)
 * You may freely copy,distribute, etc. this as long as all the source code
 * is made available for FREE.
 * 
 * No warranty is made or implied. You use this program at your own risk.
 */

#ifndef __DIR_H__
#define __DIR_H__

#include <gtk/gtk.h>

/* Prototypes */
gint dir_save_state(GtkWidget *, GdkEventFocus *);
gint update_dircontrol(GtkWidget *);
gint setup_dircontrol(GtkWidget *);
gint dir_motion (GtkWidget *, GdkEventMotion *, gpointer);
gint feed_pointer(gint, gint);
void dir_axis_update(void);
gint update_pointer(void);
/* Prototypes */

#endif