Utility functions for creating tabbed dialogs
[Display some mime types through webcit]


Functions

void tabbed_dialog (int num_tabs, char *tabnames[])
 print tabbed dialog
void begin_tab (int tabnum, int num_tabs)
 print the tab-header
void end_tab (int tabnum, int num_tabs)
 print the tab-footer

Function Documentation

void tabbed_dialog ( int  num_tabs,
char *  tabnames[] 
)

print tabbed dialog

Parameters:
num_tabs how many tabs do we have?
tabnames the headers of the tables

Definition at line 16 of file tabs.c.

References wprintf().

Referenced by display_siteconfig(), and do_addrbook_view().

void begin_tab ( int  tabnum,
int  num_tabs 
)

print the tab-header

Parameters:
tabnum number of the tab to print
num_tabs total number oftabs to be printed

Definition at line 63 of file tabs.c.

References wprintf().

Referenced by display_siteconfig(), and do_addrbook_view().

void end_tab ( int  tabnum,
int  num_tabs 
)

print the tab-footer

Parameters:
tabnum number of the tab to print
num_tabs total number of tabs to be printed

Definition at line 76 of file tabs.c.

References wprintf().

Referenced by display_siteconfig(), and do_addrbook_view().


Generated on Wed Jun 20 23:13:14 2007 for webcit by  doxygen 1.5.2