OpenClonk
statusbar.h
Go to the documentation of this file.
1
/*
2
* mape - C4 Landscape.txt editor
3
*
4
* Copyright (c) 2005-2009, Armin Burgmeier
5
*
6
* Distributed under the terms of the ISC license; see accompanying file
7
* "COPYING" for details.
8
*
9
* "Clonk" is a registered trademark of Matthes Bender, used with permission.
10
* See accompanying file "TRADEMARK" for details.
11
*
12
* To redistribute this file separately, substitute the full license texts
13
* for the above references.
14
*/
15
16
#ifndef INC_MAPE_STATUSBAR_H
17
#define INC_MAPE_STATUSBAR_H
18
19
#include <gtk/gtk.h>
20
#include "
mape/forward.h
"
21
22
struct
MapeStatusbar_
{
23
GtkWidget*
bar
;
24
25
guint
context_compile
;
26
};
27
28
MapeStatusbar
*
mape_statusbar_new
();
29
void
mape_statusbar_destroy
(
MapeStatusbar
* view);
30
31
void
mape_statusbar_set_compile
(
MapeStatusbar
* bar,
32
const
gchar*
text
);
33
34
#endif
/* INC_MAPE_STATUSBAR_H */
forward.h
C4ScriptGuiWindowPropertyName::text
@ text
Definition:
C4ScriptGuiWindow.h:53
mape_statusbar_new
MapeStatusbar * mape_statusbar_new()
Definition:
statusbar.c:20
MapeStatusbar_::context_compile
guint context_compile
Definition:
statusbar.h:25
mape_statusbar_set_compile
void mape_statusbar_set_compile(MapeStatusbar *bar, const gchar *text)
Definition:
statusbar.c:47
mape_statusbar_destroy
void mape_statusbar_destroy(MapeStatusbar *view)
Definition:
statusbar.c:42
MapeStatusbar_::bar
GtkWidget * bar
Definition:
statusbar.h:23
MapeStatusbar_
Definition:
statusbar.h:22
openclonk
src
mape
statusbar.h
Generated on Fri May 16 2025 04:33:19 for OpenClonk by
1.9.1