|
Revision 725, 409 bytes
(checked in by leo, 6 months ago)
|
|
Linux compile fixes.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | |
|---|
| 2 | #ifndef _GTKTOOLS_H_ |
|---|
| 3 | #define _GTKTOOLS_H_ |
|---|
| 4 | |
|---|
| 5 | GtkWidget* new_pixmap (GtkWidget *widget, const char **data); |
|---|
| 6 | GtkWidget* clist_title_with_arrow (GtkWidget* clist, char col, char* label_text); |
|---|
| 7 | void set_notebook_tab (GtkWidget *notebook, gint page_num, GtkWidget *widget); |
|---|
| 8 | void set_button_pixmap (GtkWidget* widget, float* color); |
|---|
| 9 | void set_button_pixmap2 (GtkWidget* widget, float* color); |
|---|
| 10 | |
|---|
| 11 | #endif // _GTKTOOLS_H_ |
|---|