root / trunk / linux / gtktools.h

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
5GtkWidget* new_pixmap (GtkWidget *widget, const char **data);
6GtkWidget* clist_title_with_arrow (GtkWidget* clist, char col, char* label_text);
7void set_notebook_tab (GtkWidget *notebook, gint page_num, GtkWidget *widget);
8void set_button_pixmap (GtkWidget* widget, float* color);
9void set_button_pixmap2 (GtkWidget* widget, float* color);
10
11#endif // _GTKTOOLS_H_
Note: See TracBrowser for help on using the browser.