File: custom_gui.h

package info (click to toggle)
scantool 2.1-2.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,168 kB
  • sloc: ansic: 5,576; makefile: 104; python: 41
file content (9 lines) | stat: -rw-r--r-- 245 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#ifndef CUSTOM_GUI_H
#define CUSTOM_GUI_H

int nostretch_icon_proc(int msg, DIALOG *d, int c);
int super_textbox_proc(int msg, DIALOG *d, int c);
int caption_proc(int msg, DIALOG *d, int c);
int st_ctext_proc(int msg, DIALOG *d, int c);

#endif