|
gschem
|
#include <config.h>#include <stdio.h>#include "gschem.h"
Go to the source code of this file.
Functions | |
| gint | option_menu_get_history (GtkOptionMenu *option_menu) |
| void | attrib_edit_dialog_ok (GtkWidget *w, GSCHEM_TOPLEVEL *w_current) |
| void | attribute_edit_dialog_response (GtkWidget *w, gint response, GSCHEM_TOPLEVEL *w_current) |
| Response function for the attribute add/edit dialog. | |
| void | attrib_edit_dialog (GSCHEM_TOPLEVEL *w_current, OBJECT *attr_obj, int flag) |
| Create the attribute add/edit dialog. | |
| gint option_menu_get_history | ( | GtkOptionMenu * | option_menu | ) |
Definition at line 46 of file x_attribedit.c.
| void attrib_edit_dialog_ok | ( | GtkWidget * | w, |
| GSCHEM_TOPLEVEL * | w_current | ||
| ) |
Definition at line 66 of file x_attribedit.c.

| void attribute_edit_dialog_response | ( | GtkWidget * | w, |
| gint | response, | ||
| GSCHEM_TOPLEVEL * | w_current | ||
| ) |
Definition at line 262 of file x_attribedit.c.

| void attrib_edit_dialog | ( | GSCHEM_TOPLEVEL * | w_current, |
| OBJECT * | attr_obj, | ||
| int | flag | ||
| ) |
Definition at line 288 of file x_attribedit.c.
