| Top |
| void | amitk_common_font_init () |
| void | amitk_append_str_with_newline () |
| void | amitk_append_str () |
| void | amitk_real_cell_data_func () |
| gint | amitk_spin_button_scientific_output () |
| GdkPixbuf * | amitk_get_pixbuf_from_canvas () |
| gboolean | amitk_is_xif_directory () |
| gboolean | amitk_is_xif_flat_file () |
| const gchar * | amitk_layout_get_name () |
| const gchar * | amitk_panel_layout_get_name () |
| const gchar * | amitk_limit_get_name () |
| const gchar * | amitk_window_get_name () |
| const gchar * | amitk_modality_get_name () |
| #define | AMITK_RESPONSE_EXECUTE |
| #define | AMITK_RESPONSE_COPY |
| #define | AMITK_RESPONSE_SAVE_AS |
| #define | AMITK_RESPONSE_SAVE_RAW_AS |
| #define | AMITK_UPDATE_DIVIDER |
| #define | AMITK_FILE_VERSION |
| #define | AMITK_FLAT_FILE_MAGIC_STRING |
| enum | AmitkLayout |
| enum | AmitkPanelLayout |
| enum | AmitkViewMode |
| enum | AmitkModality |
| enum | AmitkLimit |
| enum | AmitkWindow |
| enum | AmitkThresholdStyle |
| enum | AmitkHelpInfo |
| extern PangoFontDescription * | amitk_fixed_font_desc |
void amitk_append_str_with_newline (gchar **pstr,const gchar *format,...);
void amitk_real_cell_data_func (GtkTreeViewColumn *tree_column,GtkCellRenderer *cell,GtkTreeModel *tree_model,GtkTreeIter *iter,gpointer data);
gint amitk_spin_button_scientific_output (GtkSpinButton *spin_button,gpointer data);
GdkPixbuf * amitk_get_pixbuf_from_canvas (GnomeCanvas *canvas,gint xoffset,gint yoffset,gint width,gint height);
gboolean amitk_is_xif_directory (const gchar *filename,gboolean *plegacy,gchar **pxml_filename);
gboolean amitk_is_xif_flat_file (const gchar *filename,guint64 *plocation_le,guint64 *psize_le);
const gchar *
amitk_panel_layout_get_name (const AmitkPanelLayout panel_layout);