![]() |
![]() |
![]() |
GSQL Developers Reference Manual | ![]() |
---|---|---|---|---|
#define GSQL_CONF_EDITOR_USE_SYSTEM_FONT #define GSQL_CONF_EDITOR_FONT_NAME #define GSQL_CONF_EDITOR_COLOR_SCHEME #define GSQL_CONF_EDITOR_USE_SPACE #define GSQL_CONF_EDITOR_TAB_WIDTH #define GSQL_CONF_EDITOR_SHOW_LINE_NUM #define GSQL_CONF_EDITOR_HIGHLIGHT_LINE #define GSQL_CONF_EDITOR_WRAPPING #define GSQL_CONF_EDITOR_AUTO_INDENT #define GSQL_CONF_EDITOR_TAB_WIDTH_DEFAULT #define GNOME_SYSTEM_FONT #define SQL_EDITOR_CUSTOM_FETCH_LIMIT #define GSQL_EDITOR_MARKER_COMPLETE #define GSQL_EDITOR_MARKER_FAILED GtkWidget* gsql_source_editor_new (gchar *buffer_body); void gsql_source_editor_marker_set (GtkTextIter *iter, gchar *marker_type);
#define GSQL_CONF_EDITOR_USE_SYSTEM_FONT GSQL_CONF_ROOT_KEY "/editor/use_system_font"
#define GSQL_CONF_EDITOR_FONT_NAME GSQL_CONF_ROOT_KEY "/editor/font_name"
#define GSQL_CONF_EDITOR_COLOR_SCHEME GSQL_CONF_ROOT_KEY "/editor/color_scheme"
#define GSQL_CONF_EDITOR_USE_SPACE GSQL_CONF_ROOT_KEY "/editor/use_space_instead_tab"
#define GSQL_CONF_EDITOR_TAB_WIDTH GSQL_CONF_ROOT_KEY "/editor/tab_width"
#define GSQL_CONF_EDITOR_SHOW_LINE_NUM GSQL_CONF_ROOT_KEY "/editor/show_line_number"
#define GSQL_CONF_EDITOR_HIGHLIGHT_LINE GSQL_CONF_ROOT_KEY "/editor/highlight_line"
#define GSQL_CONF_EDITOR_WRAPPING GSQL_CONF_ROOT_KEY "/editor/enable_text_wrapping"
#define GSQL_CONF_EDITOR_AUTO_INDENT GSQL_CONF_ROOT_KEY "/editor/enable_auto_indent"
GtkWidget* gsql_source_editor_new (gchar *buffer_body);
|
|
Returns : |
void gsql_source_editor_marker_set (GtkTextIter *iter, gchar *marker_type);
|
|
|