pcb 4.1.1
An interactive printed circuit board layout editor.
|
#include "global.h"
#include "gui.h"
#include "copy.h"
#include "data.h"
#include "draw.h"
#include "mymem.h"
#include "move.h"
#include "rotate.h"
#include "gui-pinout-preview.h"
Go to the source code of this file.
Functions | |
static void | pinout_close_cb (GtkWidget *widget, GtkWidget *top_window) |
void | ghid_pinout_window_show (GHidPort *out, ElementType *element) |
void ghid_pinout_window_show | ( | GHidPort * | out, |
ElementType * | element | ||
) |
Definition at line 58 of file gui-pinout-window.c.
References SettingType::AutoPlace, DESCRIPTION_NAME, FALSE, GHID_PINOUT_PREVIEW, ghid_pinout_preview_get_natural_size(), ghid_pinout_preview_new(), NAMEONPCB_NAME, pinout_close_cb(), Settings, TRUE, UNKNOWN, and VALUE_NAME.
Referenced by ghid_show_item().
static void pinout_close_cb | ( | GtkWidget * | widget, |
GtkWidget * | top_window | ||
) | [static] |
Definition at line 51 of file gui-pinout-window.c.
Referenced by ghid_pinout_window_show().