Go to the source code of this file.
Data Structures |
struct | fileinfo |
struct | _entryw |
struct | _insertw |
struct | _xranw |
struct | _commentsw |
struct | text_window |
struct | aud_dialog_t |
struct | tvcardw_t |
Defines |
#define | DEFAULT_FRAME_HSIZE 320 |
#define | DEFAULT_FRAME_VSIZE 200 |
#define | PROG_LABEL_WIDTH 540 |
#define | MAX_FADE_SECS 30. |
Functions |
void | load_theme (void) |
GtkWidget * | create_fileselection (const gchar *title, gint preview_type, gpointer free_on_cancel) |
GtkWidget * | create_window4 (void) |
GtkWidget * | create_dialog2 (gint warning_mask) |
GtkWidget * | create_dialog3 (const gchar *text, gboolean is_blocking, gint warning_mask) |
GtkWidget * | create_opensel_dialog (void) |
GtkWidget * | create_encoder_prep_dialog (const gchar *text1, const gchar *text2, gboolean opt_resize) |
void | widget_add_preview (GtkBox *for_preview, GtkBox *for_button, GtkBox *for_deinterlace, gint preview_type) |
| for fileselector preview
|
gboolean | do_audio_choice_dialog (short startup_phase) |
void | do_layout_recover_dialog (void) |
fileinfo * | create_info_window (gint audio_channels, gboolean is_mt) |
_entryw * | create_rename_dialog (gint type) |
_entryw * | create_location_dialog (void) |
_entryw * | create_cds_dialog (gint type) |
_insertw * | create_insert_dialog (void) |
_xranw * | create_rp_dialog (void) |
_commentsw * | create_comments_dialog (file *sfile, gchar *filename) |
text_window * | create_text_window (const gchar *title_part, const gchar *text, GtkTextBuffer *) |
aud_dialog_t * | create_audfade_dialog (gint type) |
GtkWidget * | create_combo_dialog (gint type, gpointer user_data) |
Variables |
_commentsw * | commentsw |
_xranw * | xranw |
_entryw * | renamew |
_entryw * | locw |
_insertw * | insertw |
text_window * | textwindow |
Define Documentation
#define DEFAULT_FRAME_HSIZE 320 |
#define DEFAULT_FRAME_VSIZE 200 |
#define MAX_FADE_SECS 30. |
#define PROG_LABEL_WIDTH 540 |
Function Documentation
_entryw* create_cds_dialog |
( |
gint |
type | ) |
|
GtkWidget* create_combo_dialog |
( |
gint |
type, |
|
|
gpointer |
user_data |
|
) |
| |
GtkWidget* create_dialog2 |
( |
gint |
warning_mask | ) |
|
GtkWidget* create_dialog3 |
( |
const gchar * |
text, |
|
|
gboolean |
is_blocking, |
|
|
gint |
warning_mask |
|
) |
| |
GtkWidget* create_encoder_prep_dialog |
( |
const gchar * |
text1, |
|
|
const gchar * |
text2, |
|
|
gboolean |
opt_resize |
|
) |
| |
GtkWidget* create_fileselection |
( |
const gchar * |
title, |
|
|
gint |
preview_type, |
|
|
gpointer |
free_on_cancel |
|
) |
| |
fileinfo* create_info_window |
( |
gint |
audio_channels, |
|
|
gboolean |
is_mt |
|
) |
| |
_entryw* create_location_dialog |
( |
void |
| ) |
|
GtkWidget* create_opensel_dialog |
( |
void |
| ) |
|
_entryw* create_rename_dialog |
( |
gint |
type | ) |
|
_xranw* create_rp_dialog |
( |
void |
| ) |
|
text_window* create_text_window |
( |
const gchar * |
title_part, |
|
|
const gchar * |
text, |
|
|
GtkTextBuffer * |
|
|
) |
| |
GtkWidget* create_window4 |
( |
void |
| ) |
|
gboolean do_audio_choice_dialog |
( |
short |
startup_phase | ) |
|
void do_layout_recover_dialog |
( |
void |
| ) |
|
void widget_add_preview |
( |
GtkBox * |
for_preview, |
|
|
GtkBox * |
for_button, |
|
|
GtkBox * |
for_deinterlace, |
|
|
gint |
preview_type |
|
) |
| |
Variable Documentation