Go to the source code of this file.
|
LiVESWidget * | create_info_error_dialog (lives_dialog_t info_type, const char *text, LiVESWindow *transient, int mask, boolean is_blocking) |
|
LiVESWidget * | create_opensel_dialog (void) |
|
LiVESWidget * | create_encoder_prep_dialog (const char *text1, const char *text2, boolean opt_resize) |
|
void | widget_add_preview (LiVESWidget *widget, LiVESBox *for_preview, LiVESBox *for_button, LiVESBox *for_deinterlace, int preview_type) |
| for fileselector preview More...
|
|
boolean | do_audio_choice_dialog (short startup_phase) |
|
void | do_layout_recover_dialog (void) |
|
LiVESWidget * | create_cleardisk_advanced_dialog (void) |
|
lives_clipinfo_t * | create_clip_info_window (int audio_channels, boolean is_mt) |
|
_entryw * | create_rename_dialog (int type) |
|
_entryw * | create_location_dialog (int type) |
|
_entryw * | create_cds_dialog (int type) |
|
_insertw * | create_insert_dialog (void) |
|
_commentsw * | create_comments_dialog (lives_clip_t *sfile, char *filename) |
|
text_window * | create_text_window (const char *title_part, const char *text, LiVESTextBuffer *) |
|
aud_dialog_t * | create_audfade_dialog (int type) |
|
LiVESWidget * | create_combo_dialog (int type, livespointer user_data) |
|
#define DEF_AUD_FADE_SECS 10. |
default time to offer fade audio in/out for
#define LIVES_FILE_SELECTION_AUDIO_ONLY 2 |
#define LIVES_FILE_SELECTION_VIDEO_AUDIO 1 |
#define LIVES_FILE_SELECTION_VIDEO_AUDIO_MULTI 3 |
#define LIVES_FILE_SELECTION_VIDEO_RANGE 4 |
#define LIVES_PREVIEW_TYPE_AUDIO_ONLY 2 |
#define LIVES_PREVIEW_TYPE_RANGE 3 |
#define LIVES_PREVIEW_TYPE_VIDEO_AUDIO 1 |
#define MIN_MSGBOX_WIDTH ((int)(mainw->scr_width>1024?(820.*widget_opts.scale):600)) |
_entryw* create_cds_dialog |
( |
int |
type | ) |
|
LiVESWidget* create_cleardisk_advanced_dialog |
( |
void |
| ) |
|
LiVESWidget* create_combo_dialog |
( |
int |
type, |
|
|
livespointer |
user_data |
|
) |
| |
LiVESWidget* create_encoder_prep_dialog |
( |
const char * |
text1, |
|
|
const char * |
text2, |
|
|
boolean |
opt_resize |
|
) |
| |
LiVESWidget* create_info_error_dialog |
( |
lives_dialog_t |
info_type, |
|
|
const char * |
text, |
|
|
LiVESWindow * |
transient, |
|
|
int |
mask, |
|
|
boolean |
is_blocking |
|
) |
| |
_entryw* create_location_dialog |
( |
int |
type | ) |
|
LiVESWidget* create_opensel_dialog |
( |
void |
| ) |
|
_entryw* create_rename_dialog |
( |
int |
type | ) |
|
text_window* create_text_window |
( |
const char * |
title_part, |
|
|
const char * |
text, |
|
|
LiVESTextBuffer * |
|
|
) |
| |
boolean do_audio_choice_dialog |
( |
short |
startup_phase | ) |
|
void do_layout_recover_dialog |
( |
void |
| ) |
|
void widget_add_preview |
( |
LiVESWidget * |
widget, |
|
|
LiVESBox * |
for_preview, |
|
|
LiVESBox * |
for_button, |
|
|
LiVESBox * |
for_deinterlace, |
|
|
int |
preview_type |
|
) |
| |