[go: up one dir, main page]

File: promptwindow.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 (36 lines) | stat: -rw-r--r-- 594 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
/*
 * DO NOT EDIT THIS FILE - it is generated by Glade.
 */
#ifndef PROMPTWINDOW_H
#define PROMPTWINDOW_H
namespace std {};
using namespace std;

#include <string>

struct other_server_info {
  string name;
  string smtp; 
  string imap;
  string port;
  string username;
  string password;
  string folder_root;
  string fccfolder;
  string emailaddress;
  bool savepassword;  
  bool usessl;
};

struct prompt_info {
  GtkEntry *text;
  GtkWidget *the_window;
  Server *the_server;
  other_server_info *other_info;
};


GtkWidget* create_promptwindow (other_server_info *otherinfo);


#endif