00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00029 #ifndef _ILIAD_PC_CONNECT_SCREEN_H_
00030 #define _ILIAD_PC_CONNECT_SCREEN_H_
00031
00032 #define PC_CONNECT_SCREEN_WIDTH 666
00033
00034 #define PC_CONNECT_SCREEN_PADDING_TOP 10
00035 #define PC_CONNECT_SCREEN_PADDING_BOTTOM 10
00036 #define PC_CONNECT_SCREEN_PADDING_LEFT 13
00037 #define PC_CONNECT_SCREEN_PADDING_RIGHT 13
00038
00039 #define PC_CONNECT_SCREEN_SPACING_H 5
00040 #define PC_CONNECT_SCREEN_SPACING_V 5
00041
00042 #define PC_CONNECT_PCNAME_HEIGHT 115
00043 #define PC_CONNECT_SHARENAME_HEIGHT 115
00044 #define PC_CONNECT_WORKGROUP_HEIGHT 115
00045
00046 #define PC_CONNECT_USER_PASSWORD_BK_WIDTH 666
00047 #define PC_CONNECT_USER_PASSWORD_BK_HEIGHT 115
00048
00049 #define PC_CONNECT_SCREEN_USER_PASSWORD_SPACING_V 5
00050 #define PC_CONNECT_SCREEN_USER_PASSWORD_SPACING_H 50
00051
00052 #define PC_CONNECT_INPUT_ENTRY_WIDTH 200
00053 #define PC_CONNECT_INPUT_ENTRY_HEIGHT 30
00054
00055
00056 GtkWidget *iLiad_pc_connect_screen_create(void);
00057 void iLiad_pc_connect_screen_set_text(void);
00058 void iLiad_pc_connect_screen_display_settings();
00059
00060
00061 #endif // _ILIAD_PC_CONNECT_SCREEN_H_