pcb 4.1.1
An interactive printed circuit board layout editor.

gui-keyref-window.c File Reference

#include "gui.h"
Include dependency graph for gui-keyref-window.c:

Go to the source code of this file.

Functions

static gint keyref_window_configure_event_cb (GtkWidget *widget, GdkEventConfigure *ev, gpointer data)
static void keyref_close_cb (gpointer data)
static void keyref_destroy_cb (GtkWidget *widget, gpointer data)
void ghid_keyref_window_show (gboolean raise)

Variables

static GtkWidget * keyref_window
static gchar * key_ref_text []

Function Documentation

void ghid_keyref_window_show ( gboolean  raise)
static void keyref_close_cb ( gpointer  data) [static]

Definition at line 324 of file gui-keyref-window.c.

References keyref_window.

Referenced by ghid_keyref_window_show().

static void keyref_destroy_cb ( GtkWidget *  widget,
gpointer  data 
) [static]

Definition at line 331 of file gui-keyref-window.c.

References keyref_window.

Referenced by ghid_keyref_window_show().

static gint keyref_window_configure_event_cb ( GtkWidget *  widget,
GdkEventConfigure *  ev,
gpointer  data 
) [static]

Variable Documentation

gchar* key_ref_text[] [static]

Definition at line 42 of file gui-keyref-window.c.

Referenced by ghid_keyref_window_show().

GtkWidget* keyref_window [static]

Definition at line 39 of file gui-keyref-window.c.

Referenced by ghid_keyref_window_show(), keyref_close_cb(), and keyref_destroy_cb().