forked from linuxdeepin-packages/birl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon.h
More file actions
63 lines (51 loc) · 1.1 KB
/
common.h
File metadata and controls
63 lines (51 loc) · 1.1 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/*
Birl is Ruijie Linux
作者:木瓜无衣:(1401570404@qq.com)
*/
#ifndef COMMON_H
#define COMMON_H
#include "gtk/gtk.h"
#include "trayicon.h"
#include "types.h"
#include <pthread.h>
#include "mentohust.h"
#include "trayicon.h"
#include "config.h"
#include "types.h"
#include "dlfunc.h"
#include "myini.h"
#include <string.h>
extern GtkWidget *main_window;
GdkPixbuf *create_pixbuf(const gchar *filename);
gboolean connect_login();
void connect_logoff();
void connect_exit();
void showMesg();
void set_config();
//环境变量设定
void argv_config();
GtkWidget *dialog;
GtkWidget* frame ;
GtkWidget *nic_label;
GtkWidget *startMode_label;
GtkWidget *dhcpMode_label;
//GtkWidget *ip_label;
//GtkWidget *mask_lable;
GtkWidget *button;
GtkWidget *vbox;
GtkWidget *hbox;
GtkWidget *nic_hbox;
GtkWidget *startMode_hbox;
GtkWidget *dhcpMode_hbox;
//GtkWidget *ip_hbox;
//GtkWidget *mask_hbox;
GtkWidget *nic_comobox;
GtkWidget *startMode_comobox;
GtkWidget *dhcpMode_comobox;
GtkWidget *ip_entry;
GtkWidget *mask_entry;
GList *nicList;
GList *startList;
GList *dhcpList ;
ARGV argv;
#endif // COMMON_H_INCLUDED