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 |
void tabbed_dialog | ( | int | num_tabs, | |
char * | tabnames[] | |||
) |
print tabbed dialog
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
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
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().