Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

mlview-file-selection.h File Reference

#include <gnome.h>

Go to the source code of this file.

Data Structures

struct  _MlViewFileSelection
struct  _MlViewFileSelectionClass

Defines

#define MLVIEW_TYPE_FILE_SELECTION   (mlview_file_selection_get_type())
#define MLVIEW_FILE_SELECTION(widget)   (GTK_CHECK_CAST((widget), MLVIEW_TYPE_FILE_SELECTION, MlViewFileSelection))
#define MLVIEW_FILE_SELECTION_CLASS(klass)   (GTK_CHECK_CLASS_CAST((klass), MLVIEW_TYPE_FILE_SELECTION, MlViewFileSelectionClass))
#define MLVIEW_IS_FILE_SELECTION(widget)   (GTK_CHECK_TYPE((widget), MLVIEW_TYPE_FILE_SELECTION))
#define MLVIEW_IS_FILE_SELECTION_CLASS(klass)   (GTK_CHECK_CLASS_TYPE)((klass), MLVIEW_TYPE_FILE_SELECTION)

Typedefs

typedef _MlViewFileSelection MlViewFileSelection
typedef _MlViewFileSelectionClass MlViewFileSelectionClass
typedef _MlViewFileSelectionPrivate MlViewFileSelectionPrivate

Enumerations

enum  MLVIEW_SELECTED_BUTTON { OK_BUTTON = 1, CANCEL_BUTTON, WINDOW_CLOSED }

Functions

guint mlview_file_selection_get_type (void)
GtkWidget * mlview_file_selection_new (void)
gint mlview_file_selection_run (MlViewFileSelection *a_file_selection, gboolean a_close_after)
 runs the file selection widget and waits till the user has clicked on the ok or cancel button, or on the close area.


Define Documentation

#define MLVIEW_FILE_SELECTION widget       (GTK_CHECK_CAST((widget), MLVIEW_TYPE_FILE_SELECTION, MlViewFileSelection))
 

Definition at line 7 of file mlview-file-selection.h.

Referenced by mlview_app_context_get_file_selector(), and mlview_editor_open_local_xml_document_interactive().

#define MLVIEW_FILE_SELECTION_CLASS klass       (GTK_CHECK_CLASS_CAST((klass), MLVIEW_TYPE_FILE_SELECTION, MlViewFileSelectionClass))
 

Definition at line 8 of file mlview-file-selection.h.

#define MLVIEW_IS_FILE_SELECTION widget       (GTK_CHECK_TYPE((widget), MLVIEW_TYPE_FILE_SELECTION))
 

Definition at line 9 of file mlview-file-selection.h.

Referenced by mlview_file_selection_new(), and mlview_file_selection_run().

#define MLVIEW_IS_FILE_SELECTION_CLASS klass       (GTK_CHECK_CLASS_TYPE)((klass), MLVIEW_TYPE_FILE_SELECTION)
 

Definition at line 10 of file mlview-file-selection.h.

#define MLVIEW_TYPE_FILE_SELECTION   (mlview_file_selection_get_type())
 

Definition at line 6 of file mlview-file-selection.h.

Referenced by mlview_file_selection_new().


Typedef Documentation

typedef struct _MlViewFileSelection MlViewFileSelection
 

Definition at line 18 of file mlview-file-selection.h.

typedef struct _MlViewFileSelectionClass MlViewFileSelectionClass
 

Definition at line 19 of file mlview-file-selection.h.

typedef struct _MlViewFileSelectionPrivate MlViewFileSelectionPrivate
 

Definition at line 20 of file mlview-file-selection.h.


Enumeration Type Documentation

enum MLVIEW_SELECTED_BUTTON
 

Enumeration values:
OK_BUTTON 
CANCEL_BUTTON 
WINDOW_CLOSED 

Definition at line 12 of file mlview-file-selection.h.

Referenced by mlview_editor_open_local_xml_document_interactive(), mlview_editor_save_and_close_xml_document(), mlview_editor_save_xml_document_as_interactive(), and mlview_parsing_utils_let_user_choose_a_dtd().


Function Documentation

guint mlview_file_selection_get_type void   
 

Definition at line 216 of file mlview-file-selection.c.

GtkWidget* mlview_file_selection_new void   
 

Returns:
the newly created MlViewFileSelection widget.

Definition at line 243 of file mlview-file-selection.c.

References MLVIEW_IS_FILE_SELECTION, and MLVIEW_TYPE_FILE_SELECTION.

gint mlview_file_selection_run MlViewFileSelection   a_file_selection,
gboolean    a_close_after
 

runs the file selection widget and waits till the user has clicked on the ok or cancel button, or on the close area.

Definition at line 258 of file mlview-file-selection.c.

References MLVIEW_IS_FILE_SELECTION.

Referenced by mlview_editor_open_local_xml_document_interactive(), mlview_editor_save_and_close_xml_document(), mlview_editor_save_xml_document_as_interactive(), and mlview_parsing_utils_let_user_choose_a_dtd().


Generated on Sat Jul 6 09:57:39 2002 for Gnome-MlView by doxygen1.2.16