pcb 4.1.1
An interactive printed circuit board layout editor.
|
#include "gui.h"
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 [] |
void ghid_keyref_window_show | ( | gboolean | raise | ) |
Definition at line 337 of file gui-keyref-window.c.
References _, FALSE, ghid_scrolled_text_view(), ghid_text_view_append(), ghidgui, key_ref_text, keyref_close_cb(), keyref_destroy_cb(), keyref_window, keyref_window_configure_event_cb(), GhidGui::keyref_window_height, GhidGui::keyref_window_width, and TRUE.
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] |
Definition at line 311 of file gui-keyref-window.c.
References GhidGui::config_modified, FALSE, ghidgui, GhidGui::keyref_window_height, GhidGui::keyref_window_width, and TRUE.
Referenced by ghid_keyref_window_show().
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().