pcb 4.1.1
An interactive printed circuit board layout editor.

gui-library-window.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  _GhidLibraryWindowClass
struct  _GhidLibraryWindow

Defines

#define GHID_TYPE_LIBRARY_WINDOW   (ghid_library_window_get_type())
#define GHID_LIBRARY_WINDOW(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GHID_TYPE_LIBRARY_WINDOW, GhidLibraryWindow))
#define GHID_LIBRARY_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GHID_TYPE_LIBRARY_WINDOW, GhidLibraryWindowClass))
#define GHID_IS_LIBRARY_WINDOW(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GHID_TYPE_LIBRARY_WINDOW))
#define GHID_GET_LIBRARY_WINDOW_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GHID_TYPE_LIBRARY, GhidLibraryWindowClass))

Typedefs

typedef struct
_GhidLibraryWindowClass 
GhidLibraryWindowClass
typedef struct _GhidLibraryWindow GhidLibraryWindow

Functions

GType ghid_library_window_get_type (void)

Define Documentation

#define GHID_GET_LIBRARY_WINDOW_CLASS (   obj)    (G_TYPE_INSTANCE_GET_CLASS ((obj), GHID_TYPE_LIBRARY, GhidLibraryWindowClass))

Definition at line 33 of file gui-library-window.h.

#define GHID_IS_LIBRARY_WINDOW (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GHID_TYPE_LIBRARY_WINDOW))

Definition at line 32 of file gui-library-window.h.

Referenced by lib_model_filter_visible_func().

#define GHID_LIBRARY_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GHID_TYPE_LIBRARY_WINDOW, GhidLibraryWindowClass))

Definition at line 31 of file gui-library-window.h.

#define GHID_LIBRARY_WINDOW (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GHID_TYPE_LIBRARY_WINDOW, GhidLibraryWindow))
#define GHID_TYPE_LIBRARY_WINDOW   (ghid_library_window_get_type())

Definition at line 29 of file gui-library-window.h.

Referenced by ghid_library_window_create().


Typedef Documentation

Definition at line 36 of file gui-library-window.h.

Definition at line 35 of file gui-library-window.h.


Function Documentation

GType ghid_library_window_get_type ( void  )

Definition at line 962 of file gui-library-window.c.

References library_window_class_init().

Here is the call graph for this function: