Go to the source code of this file.
Classes | |
| struct | MapeStatusbar_ |
Functions | |
| MapeStatusbar * | mape_statusbar_new () |
| void | mape_statusbar_destroy (MapeStatusbar *view) |
| void | mape_statusbar_set_compile (MapeStatusbar *bar, const gchar *text) |
| struct MapeStatusbar_ |
Definition at line 22 of file statusbar.h.
| Class Members | ||
|---|---|---|
| GtkWidget * | bar | |
| guint | context_compile | |
| void mape_statusbar_destroy | ( | MapeStatusbar * | view | ) |
Definition at line 42 of file statusbar.c.
| MapeStatusbar* mape_statusbar_new | ( | ) |
Definition at line 20 of file statusbar.c.
References MapeStatusbar_::bar, and MapeStatusbar_::context_compile.
Referenced by mape_window_new().
| void mape_statusbar_set_compile | ( | MapeStatusbar * | bar, |
| const gchar * | text | ||
| ) |
Definition at line 47 of file statusbar.c.
References MapeStatusbar_::bar, MapeStatusbar_::context_compile, and C4ScriptGuiWindowPropertyName::text.
Referenced by mape_edit_view_reload().