![]() | ![]() | ![]() | Conglomerate Programmer's Reference Manual | ![]() |
---|
global —
#define CONG_GCONF_PATH #define RELEASE #define isblank (c) #define NEW_LOOK #define CONG_VALIDATE_UTF8 (str) CongEditorView* cong_editor_view_new (CongDocument *doc); void cong_editor_view_free (CongEditorView *editor_view); GtkWidget* cong_editor_view_get_widget (CongEditorView *editor_view); GtkWidget* cong_dom_view_new (CongDocument *doc); GtkWidget* cong_source_view_new (CongDocument *doc); GtkWidget* cong_debug_message_log_view_new (CongDocument *doc); GtkWidget* cong_debug_signal_log_view_new (CongDocument *doc); GtkWidget* cong_node_properties_dialog_new (CongDocument *doc, CongNodePtr node, GtkWindow *parent_window); GtkWidget* cong_gui_get_a_window (void); gint cong_cursor_blink (); void new_document (GtkWindow *parent_window); gint tree_new_sibling (GtkWidget *widget, CongNodePtr tag); gint tree_new_sub_element (GtkWidget *widget, CongNodePtr tag); gint tree_properties (GtkWidget *widget, CongNodePtr tag); gint tree_cut (GtkWidget *widget, CongNodePtr tag); gint tree_copy (GtkWidget *widget, CongNodePtr tag); gint tree_paste_under (GtkWidget *widget, CongNodePtr tag); gint tree_paste_before (GtkWidget *widget, CongNodePtr tag); gint tree_paste_after (GtkWidget *widget, CongNodePtr tag); const char* xml_frag_data_nice (CongNodePtr x); const char* xml_frag_name_nice (CongNodePtr x); GList* xml_all_present_span_elements (CongDispspec *ds, CongNodePtr node); GList* xml_all_valid_span_elements (CongDispspec *ds, CongNodePtr node); char* xml_fetch_clean_data (CongNodePtr x); gboolean xml_add_required_children (CongDocument *cong_doc, CongNodePtr node); char* tag_new_pick (); void open_document (GtkWindow *parent_window); gint save_document (CongDocument *doc, GtkWindow *parent_window); gint save_document_as (CongDocument *doc, GtkWindow *parent_window); gchar* cong_get_file_name (const gchar *title, const gchar *filename, GtkWindow *parent_window); char* pick_structural_tag (CongDispspec *ds); void open_document_do (const gchar *doc_name, GtkWindow *parent_window); #define UNUSED_VAR (x) int gui_window_new_document_make (); void col_to_gcol (GdkColor *gcol, unsigned int col); void cong_cursor_init (CongCursor *curs, CongDocument *doc); void cong_cursor_uninit (CongCursor *curs); void cong_cursor_on (CongCursor *curs); void cong_cursor_off (CongCursor *curs); int cong_cursor_paragraph_insert (CongCursor *curs); gboolean cong_cursor_calc_prev_char (CongCursor *curs, CongDocument *doc, CongLocation *output_loc); gboolean cong_cursor_calc_next_char (CongCursor *curs, CongDocument *doc, CongLocation *output_loc); void cong_cursor_next_line (CongCursor *curs, CongSpanEditor *xed); void cong_cursor_del_prev_char (CongCursor *curs, CongDocument *doc); void cong_cursor_del_next_char (CongCursor *curs, CongDocument *doc); void cong_cursor_home (CongCursor *curs, CongDocument *doc); void cong_cursor_end (CongCursor *curs, CongDocument *doc); void editor_popup_show (GtkWidget *widget, GdkEventButton *bevent); void editor_popup_build (CongDocument *doc, GtkWindow *parent_window); void editor_popup_init (); GtkWidget* cong_ui_popup_init (CongDocument *doc, CongNodePtr node, GtkWindow *parent_window); gchar* string_selection_dialog (gchar *title, gchar *element_description, GList *elements); void xv_style_r (GtkWidget *widget, gpointer data); CongDispspec* query_for_forced_dispspec (gchar *what_failed, xmlDocPtr doc, GtkWindow *parent_window, const gchar *filename_extension); gint toolbar_callback_open (GtkWidget *widget, gpointer data); gint toolbar_callback_save_as (GtkWidget *w, gpointer data); gint toolbar_callback_cut (GtkWidget *w, gpointer data); gint toolbar_callback_copy (GtkWidget *w, gpointer data); gint toolbar_callback_paste (GtkWidget *w, gpointer data); void menu_callback_debug_error (gpointer callback_data, guint callback_action, GtkWidget *widget); void menu_callback_debug_document_types (gpointer callback_data, guint callback_action, GtkWidget *widget); void menu_callback_debug_transform_docbook_to_html (gpointer callback_data, guint callback_action, GtkWidget *widget); void menu_callback_debug_transform_docbook_to_xhtml (gpointer callback_data, guint callback_action, GtkWidget *widget); void menu_callback_debug_transform_docbook_to_html_help (gpointer callback_data, guint callback_action, GtkWidget *widget); void menu_callback_debug_transform_docbook_to_javahelp (gpointer callback_data, guint callback_action, GtkWidget *widget); void menu_callback_debug_transform_docbook_to_fo (gpointer callback_data, guint callback_action, GtkWidget *widget); void menu_callback_debug_preview_fo (gpointer callback_data, guint callback_action, GtkWidget *widget); void cong_gnome_print_render_xslfo (xmlDocPtr xml_doc, GnomePrintMaster *gpm); void menu_callback_debug_dtd (gpointer callback_data, guint callback_action, GtkWidget *widget); void menu_callback_debug_dialog (gpointer callback_data, guint callback_action, GtkWidget *widget); void cong_menus_create_items (GtkItemFactory *item_factory, CongPrimaryWindow *primary_window); void cong_ui_file_import (GtkWindow *toplevel_window); void cong_ui_file_export (CongDocument *doc, GtkWindow *toplevel_window); GtkWidget* cong_file_properties_dialog_new (CongDocument *doc, GtkWindow *parent_window); xmlAttrPtr xmlNewProp_NUMBER (xmlNodePtr node, const xmlChar *name, int value);
GtkWidget* cong_editor_view_get_widget (CongEditorView *editor_view);
editor_view : | |
Returns : |
GtkWidget* cong_debug_message_log_view_new (CongDocument *doc);
doc : | |
Returns : |
GtkWidget* cong_debug_signal_log_view_new (CongDocument *doc);
doc : | |
Returns : |
GtkWidget* cong_node_properties_dialog_new (CongDocument *doc, CongNodePtr node, GtkWindow *parent_window);
doc : | |
node : | |
parent_window : | |
Returns : |
gint tree_new_sibling (GtkWidget *widget, CongNodePtr tag);
widget : | |
tag : | |
Returns : |
gint tree_new_sub_element (GtkWidget *widget, CongNodePtr tag);
widget : | |
tag : | |
Returns : |
gint tree_properties (GtkWidget *widget, CongNodePtr tag);
widget : | |
tag : | |
Returns : |
gint tree_paste_under (GtkWidget *widget, CongNodePtr tag);
widget : | |
tag : | |
Returns : |
gint tree_paste_before (GtkWidget *widget, CongNodePtr tag);
widget : | |
tag : | |
Returns : |
gint tree_paste_after (GtkWidget *widget, CongNodePtr tag);
widget : | |
tag : | |
Returns : |
GList* xml_all_present_span_elements (CongDispspec *ds, CongNodePtr node);
ds : | |
node : | |
Returns : |
GList* xml_all_valid_span_elements (CongDispspec *ds, CongNodePtr node);
ds : | |
node : | |
Returns : |
gboolean xml_add_required_children (CongDocument *cong_doc, CongNodePtr node);
cong_doc : | |
node : | |
Returns : |
gint save_document (CongDocument *doc, GtkWindow *parent_window);
doc : | |
parent_window : | |
Returns : |
gint save_document_as (CongDocument *doc, GtkWindow *parent_window);
doc : | |
parent_window : | |
Returns : |
gchar* cong_get_file_name (const gchar *title, const gchar *filename, GtkWindow *parent_window);
title : | |
filename : | |
parent_window : | |
Returns : |
void open_document_do (const gchar *doc_name, GtkWindow *parent_window);
doc_name : | |
parent_window : |
int cong_cursor_paragraph_insert (CongCursor *curs);
curs : | |
Returns : |
gboolean cong_cursor_calc_prev_char (CongCursor *curs, CongDocument *doc, CongLocation *output_loc);
curs : | |
doc : | |
output_loc : | |
Returns : |
gboolean cong_cursor_calc_next_char (CongCursor *curs, CongDocument *doc, CongLocation *output_loc);
curs : | |
doc : | |
output_loc : | |
Returns : |
void cong_cursor_next_line (CongCursor *curs, CongSpanEditor *xed);
curs : | |
xed : |
void cong_cursor_del_prev_char (CongCursor *curs, CongDocument *doc);
curs : | |
doc : |
void cong_cursor_del_next_char (CongCursor *curs, CongDocument *doc);
curs : | |
doc : |
void editor_popup_show (GtkWidget *widget, GdkEventButton *bevent);
widget : | |
bevent : |
void editor_popup_build (CongDocument *doc, GtkWindow *parent_window);
doc : | |
parent_window : |
GtkWidget* cong_ui_popup_init (CongDocument *doc, CongNodePtr node, GtkWindow *parent_window);
doc : | |
node : | |
parent_window : | |
Returns : |
gchar* string_selection_dialog (gchar *title, gchar *element_description, GList *elements);
Popup a modal, blocking dialog to obtain the user's choice between a list of char *. Returns a new char * of the element name selected, which must be freed by caller.
title : | |
element_description : | |
elements : | |
Returns : |
CongDispspec* query_for_forced_dispspec (gchar *what_failed, xmlDocPtr doc, GtkWindow *parent_window, const gchar *filename_extension);
what_failed : | |
doc : | |
parent_window : | |
filename_extension : | |
Returns : |
gint toolbar_callback_open (GtkWidget *widget, gpointer data);
widget : | |
data : | |
Returns : |
gint toolbar_callback_save_as (GtkWidget *w, gpointer data);
w : | |
data : | |
Returns : |
gint toolbar_callback_cut (GtkWidget *w, gpointer data);
w : | |
data : | |
Returns : |
gint toolbar_callback_copy (GtkWidget *w, gpointer data);
w : | |
data : | |
Returns : |
gint toolbar_callback_paste (GtkWidget *w, gpointer data);
w : | |
data : | |
Returns : |
void menu_callback_debug_error (gpointer callback_data, guint callback_action, GtkWidget *widget);
callback_data : | |
callback_action : | |
widget : |
void menu_callback_debug_document_types (gpointer callback_data, guint callback_action, GtkWidget *widget);
callback_data : | |
callback_action : | |
widget : |
void menu_callback_debug_transform_docbook_to_html (gpointer callback_data, guint callback_action, GtkWidget *widget);
callback_data : | |
callback_action : | |
widget : |
void menu_callback_debug_transform_docbook_to_xhtml (gpointer callback_data, guint callback_action, GtkWidget *widget);
callback_data : | |
callback_action : | |
widget : |
void menu_callback_debug_transform_docbook_to_html_help (gpointer callback_data, guint callback_action, GtkWidget *widget);
callback_data : | |
callback_action : | |
widget : |
void menu_callback_debug_transform_docbook_to_javahelp (gpointer callback_data, guint callback_action, GtkWidget *widget);
callback_data : | |
callback_action : | |
widget : |
void menu_callback_debug_transform_docbook_to_fo (gpointer callback_data, guint callback_action, GtkWidget *widget);
callback_data : | |
callback_action : | |
widget : |
void menu_callback_debug_preview_fo (gpointer callback_data, guint callback_action, GtkWidget *widget);
callback_data : | |
callback_action : | |
widget : |
void cong_gnome_print_render_xslfo (xmlDocPtr xml_doc, GnomePrintMaster *gpm);
xml_doc : | |
gpm : |
void menu_callback_debug_dtd (gpointer callback_data, guint callback_action, GtkWidget *widget);
callback_data : | |
callback_action : | |
widget : |
void menu_callback_debug_dialog (gpointer callback_data, guint callback_action, GtkWidget *widget);
callback_data : | |
callback_action : | |
widget : |
void cong_menus_create_items (GtkItemFactory *item_factory, CongPrimaryWindow *primary_window);
item_factory : | |
primary_window : |
void cong_ui_file_export (CongDocument *doc, GtkWindow *toplevel_window);
doc : | |
toplevel_window : |
GtkWidget* cong_file_properties_dialog_new (CongDocument *doc, GtkWindow *parent_window);
doc : | |
parent_window : | |
Returns : |
<< fo | cong-vfs >> |