File: gtkui_config.h

package info (click to toggle)
nestopia 1.49-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,424 kB
  • sloc: cpp: 86,935; xml: 26,956; makefile: 1,515; ansic: 772; sh: 19
file content (18 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _GTKUI_CONFIG_H_
#define _GTKUI_CONFIG_H_

#define MARGIN_TB 5
#define MARGIN_LR 10

#define NUMCHANNELS 12

GtkWidget *gtkui_config();
void gtkui_config_ok();
void gtkui_audio_volume();
void gtkui_audio_volume_master();
void gtkui_config_input_activate(GtkWidget *widget, GtkTreePath *path, gpointer userdata);
void gtkui_config_input_refresh();
void gtkui_config_input_fields(int type, int pnum);
void gtkui_config_input_defaults();

#endif