summaryrefslogtreecommitdiff
path: root/gtk/keys.h
blob: fc3bb32c2f9166aa6162a570200b2378bbc402a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __KEYS_H__
#define __KEYS_H__

/* Keys for gtk_object_set_data */

#define E_DFILTER_TE_KEY "display_filter_te"
#define E_RFILTER_TE_KEY "read_filter_te"

#define PRINT_CMD_LB_KEY  "printer_command_label"
#define PRINT_CMD_TE_KEY  "printer_command_entry"
#define PRINT_FILE_BT_KEY "printer_file_button"
#define PRINT_FILE_TE_KEY "printer_file_entry"
#define PRINT_DEST_RB_KEY "printer_destination_radio_button"


#endif