[go: up one dir, main page]

File: progressbar.h

package info (click to toggle)
althea 0.5.5-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,196 kB
  • ctags: 725
  • sloc: cpp: 8,194; makefile: 214; sh: 44
file content (37 lines) | stat: -rw-r--r-- 532 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*
 * DO NOT EDIT THIS FILE - it is generated by Glade.
 */


#ifndef PROGRESSBAR_H
#define PROGRESSBAR_H
namespace std {};
using namespace std;

#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <string.h>

#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>

#include "callbacks.h"
#include "progressbar.h"
#include "support.h"




struct progressbarinfo {
  GtkWidget *the_window;
  GtkWidget *the_progress_bar;
  GtkWidget *the_status_bar;
};
  


progressbarinfo* create_theprogresswindow (void);


#endif