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 30 31 32
|
/* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
#ifndef TERMINAL_ENUM_TYPES_H
#define TERMINAL_ENUM_TYPES_H
#include <gtk/gtk.h>
G_BEGIN_DECLS
/* enumerations from "terminal-preferences.h" */
GType terminal_scrollbar_get_type (void);
#define TERMINAL_TYPE_SCROLLBAR (terminal_scrollbar_get_type())
GType terminal_title_get_type (void);
#define TERMINAL_TYPE_TITLE (terminal_title_get_type())
GType terminal_background_get_type (void);
#define TERMINAL_TYPE_BACKGROUND (terminal_background_get_type())
GType terminal_background_style_get_type (void);
#define TERMINAL_TYPE_BACKGROUND_STYLE (terminal_background_style_get_type())
GType terminal_erase_binding_get_type (void);
#define TERMINAL_TYPE_ERASE_BINDING (terminal_erase_binding_get_type())
GType terminal_ambiguous_width_binding_get_type (void);
#define TERMINAL_TYPE_AMBIGUOUS_WIDTH_BINDING (terminal_ambiguous_width_binding_get_type())
GType terminal_cursor_shape_get_type (void);
#define TERMINAL_TYPE_CURSOR_SHAPE (terminal_cursor_shape_get_type())
GType terminal_text_blink_mode_get_type (void);
#define TERMINAL_TYPE_TEXT_BLINK_MODE (terminal_text_blink_mode_get_type())
GType terminal_right_click_action_get_type (void);
#define TERMINAL_TYPE_RIGHT_CLICK_ACTION (terminal_right_click_action_get_type())
G_END_DECLS
#endif /* !TERMINAL_ENUM_TYPES_H */
/* Generated data ends here */
|