gattrib

struct.h File Reference

Definitions of structures used in gattrib. More...

#include <gtk/gtk.h>
#include <gdk/gdk.h>
#include <gdk/gdkkeysyms.h>
#include <glib.h>
#include <glib-object.h>
#include "gtksheet_2_2.h"
Include dependency graph for struct.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  st_sheet_data
 Sheet data structure. More...
struct  st_table
struct  st_string_list
 A list of strings. More...
struct  st_pin_list
 A list of pins. More...

Typedefs

typedef struct st_sheet_data SHEET_DATA
typedef struct st_table TABLE
typedef struct st_string_list STRING_LIST
typedef struct st_pin_list PIN_LIST
typedef struct st_main_window MAIN_WINDOW

Detailed Description

This file holds definitions of the structures used in gattrib.

Definition in file struct.h.


Typedef Documentation

typedef struct st_sheet_data SHEET_DATA

Definition at line 53 of file struct.h.

typedef struct st_table TABLE

Definition at line 54 of file struct.h.

typedef struct st_string_list STRING_LIST

Definition at line 55 of file struct.h.

typedef struct st_pin_list PIN_LIST

Definition at line 56 of file struct.h.

typedef struct st_main_window MAIN_WINDOW

Definition at line 57 of file struct.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines