pcb 4.1.1
An interactive printed circuit board layout editor.
|
Data Fields | |
GtkWidget * | dialog |
GtkWidget * | message |
GtkWidget * | progress |
gint | response_id |
GMainLoop * | loop |
gboolean | destroyed |
gboolean | started |
GTimer * | timer |
gulong | response_handler |
gulong | destroy_handler |
gulong | delete_handler |
Definition at line 684 of file gtkhid-main.c.
Definition at line 697 of file gtkhid-main.c.
Referenced by destroy_progress_dialog(), and make_progress_dialog().
Definition at line 696 of file gtkhid-main.c.
Referenced by destroy_progress_dialog(), and make_progress_dialog().
gboolean progress_dialog::destroyed |
Definition at line 691 of file gtkhid-main.c.
Referenced by destroy_progress_dialog(), and run_destroy_handler().
GtkWidget* progress_dialog::dialog |
Definition at line 686 of file gtkhid-main.c.
Referenced by destroy_progress_dialog(), and make_progress_dialog().
GMainLoop* progress_dialog::loop |
Definition at line 690 of file gtkhid-main.c.
Referenced by destroy_progress_dialog(), handle_progress_dialog_events(), and make_progress_dialog().
GtkWidget* progress_dialog::message |
Definition at line 687 of file gtkhid-main.c.
Referenced by ghid_progress(), and make_progress_dialog().
GtkWidget* progress_dialog::progress |
Definition at line 688 of file gtkhid-main.c.
Referenced by ghid_progress(), and make_progress_dialog().
Definition at line 695 of file gtkhid-main.c.
Referenced by destroy_progress_dialog(), and make_progress_dialog().
Definition at line 689 of file gtkhid-main.c.
Referenced by ghid_progress(), make_progress_dialog(), run_delete_handler(), and run_response_handler().
gboolean progress_dialog::started |
Definition at line 692 of file gtkhid-main.c.
Referenced by ghid_progress().
GTimer* progress_dialog::timer |
Definition at line 693 of file gtkhid-main.c.
Referenced by destroy_progress_dialog(), ghid_progress(), and make_progress_dialog().