gschem

x_print.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _PrintDialogClass
struct  _PrintDialog

Defines

#define TYPE_PRINT_DIALOG   (print_dialog_get_type())
#define PRINT_DIALOG(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_PRINT_DIALOG, PrintDialog))
#define PRINT_DIALOG_CLASS(class)   (G_TYPE_CHECK_CLASS_CAST ((class), TYPE_PRINT_DIALOG))
#define IS_PRINT_DIALOG(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_PRINT_DIALOG))

Typedefs

typedef struct _PrintDialogClass PrintDialogClass
typedef struct _PrintDialog PrintDialog

Functions

GType print_dialog_get_type ()

Define Documentation

#define TYPE_PRINT_DIALOG   (print_dialog_get_type())

Definition at line 29 of file x_print.h.

#define PRINT_DIALOG (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_PRINT_DIALOG, PrintDialog))

Definition at line 30 of file x_print.h.

#define PRINT_DIALOG_CLASS (   class)    (G_TYPE_CHECK_CLASS_CAST ((class), TYPE_PRINT_DIALOG))

Definition at line 31 of file x_print.h.

#define IS_PRINT_DIALOG (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_PRINT_DIALOG))

Definition at line 32 of file x_print.h.


Typedef Documentation

Definition at line 34 of file x_print.h.

typedef struct _PrintDialog PrintDialog

Definition at line 35 of file x_print.h.


Function Documentation

GType print_dialog_get_type ( )
Todo:
Finish function documentation
Function Description

Definition at line 614 of file x_print.c.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines