#include <gtk/gtk.h>
Go to the source code of this file.
Functions | |
void | ViewBudget (GtkWidget *w, gpointer data) |
View the budget form. | |
void | UIUpdateBudget (void) |
update each of the budget fields |
Definition in file budget.h.
|
View the budget form. This is the GTK handler for displaying the budget form.
Definition at line 146 of file budget.c. References adjust_def, adjust_pow, adjust_tra, budget_defence(), budget_power(), budget_traffic(), close_budget(), create_left_label(), create_right_label(), dlg, lbal, lcha, lcom, ldef, lind, lnex, lpow, lres, ltra, ue_defense, ue_power, ue_traffic, and UIUpdateBudget(). |