gschem

x_attribedit.c File Reference

#include <config.h>
#include <stdio.h>
#include "gschem.h"
Include dependency graph for x_attribedit.c:

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.

Function Documentation

gint option_menu_get_history ( GtkOptionMenu *  option_menu)
Todo:
STILL NEED to clean up line lengths in aa and tr

Definition at line 46 of file x_attribedit.c.

void attrib_edit_dialog_ok ( GtkWidget *  w,
GSCHEM_TOPLEVEL w_current 
)
Todo:
Finish function documentation!!!
Function Documentation

Definition at line 66 of file x_attribedit.c.

Here is the call graph for this function:

void attribute_edit_dialog_response ( GtkWidget *  w,
gint  response,
GSCHEM_TOPLEVEL w_current 
)
Function Description
This function catches the user response for the add and edit attribute dialog.

Definition at line 262 of file x_attribedit.c.

Here is the call graph for this function:

void attrib_edit_dialog ( GSCHEM_TOPLEVEL w_current,
OBJECT *  attr_obj,
int  flag 
)
Function Description
This function creates the single attribute edit dialog.

Definition at line 288 of file x_attribedit.c.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines