gschem

x_pagesel.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  _PageselClass
struct  _Pagesel

Defines

#define TYPE_PAGESEL   (pagesel_get_type())
#define PAGESEL(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_PAGESEL, Pagesel))
#define PAGESEL_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_PAGESEL, PageselClass))
#define IS_PAGESEL(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_PAGESEL))

Typedefs

typedef struct _PageselClass PageselClass
typedef struct _Pagesel Pagesel

Enumerations

enum  PageselResponseType { PAGESEL_RESPONSE_CLOSE = 1, PAGESEL_RESPONSE_UPDATE = 2 }

Functions

GType pagesel_get_type (void)
void pagesel_update (Pagesel *pagesel)

Define Documentation

#define TYPE_PAGESEL   (pagesel_get_type())

Definition at line 29 of file x_pagesel.h.

#define PAGESEL (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_PAGESEL, Pagesel))

Definition at line 30 of file x_pagesel.h.

#define PAGESEL_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_PAGESEL, PageselClass))

Definition at line 31 of file x_pagesel.h.

#define IS_PAGESEL (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_PAGESEL))

Definition at line 32 of file x_pagesel.h.


Typedef Documentation

typedef struct _PageselClass PageselClass

Definition at line 35 of file x_pagesel.h.

typedef struct _Pagesel Pagesel

Definition at line 36 of file x_pagesel.h.


Enumeration Type Documentation

Enumerator:
PAGESEL_RESPONSE_CLOSE 
PAGESEL_RESPONSE_UPDATE 

Definition at line 23 of file x_pagesel.h.


Function Documentation

GType pagesel_get_type ( void  )
Todo:
Finish function documentation!!!
Function Description

Definition at line 317 of file x_pagesel.c.

Here is the call graph for this function:

void pagesel_update ( Pagesel pagesel)
Todo:
Finish function documentation!!!
Function Description

Definition at line 569 of file x_pagesel.c.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines