LiVES 1.4.9
Data Structures | Defines | Functions | Variables

src/interface.h File Reference

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)
fileinfocreate_info_window (gint audio_channels, gboolean is_mt)
_entrywcreate_rename_dialog (gint type)
_entrywcreate_location_dialog (gint type)
_entrywcreate_cds_dialog (gint type)
_insertwcreate_insert_dialog (void)
_xranwcreate_rp_dialog (void)
_commentswcreate_comments_dialog (file *sfile, gchar *filename)
text_windowcreate_text_window (const gchar *title_part, const gchar *text, GtkTextBuffer *)
aud_dialog_tcreate_audfade_dialog (gint type)
GtkWidget * create_combo_dialog (gint type, gpointer user_data)

Variables

_commentswcommentsw
_xranwxranw
_entrywrenamew
_entrywlocw
_insertwinsertw
text_windowtextwindow

Define Documentation

#define DEFAULT_FRAME_HSIZE   320
#define DEFAULT_FRAME_VSIZE   200
#define MAX_FADE_SECS   30.
#define PROG_LABEL_WIDTH   540

Function Documentation

aud_dialog_t* create_audfade_dialog ( gint  type)
_entryw* create_cds_dialog ( gint  type)
GtkWidget* create_combo_dialog ( gint  type,
gpointer  user_data 
)
_commentsw* create_comments_dialog ( file sfile,
gchar *  filename 
)
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 
)
_insertw* create_insert_dialog ( void  )
_entryw* create_location_dialog ( gint  type)
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 load_theme ( void  )
void widget_add_preview ( GtkBox *  for_preview,
GtkBox *  for_button,
GtkBox *  for_deinterlace,
gint  preview_type 
)

for fileselector preview


Variable Documentation

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines