#include <stdlib.h>#include <stdio.h>#include <string.h>#include "ap_Features.h"#include "ut_assert.h"#include "ut_string.h"#include "ut_debugmsg.h"#include "ut_misc.h"#include "xap_Dialog_Id.h"#include "xap_DialogFactory.h"#include "xap_Dlg_MessageBox.h"#include "fl_SectionLayout.h"#include "fp_Page.h"#include "fl_DocLayout.h"#include "fl_BlockLayout.h"#include "ap_TopRuler.h"#include "pd_Style.h"#include "ap_Dialog_Styles.h"#include "ut_std_string.h"#include "ap_Strings.h"#include "ap_Dialog_Id.h"#include "xap_Dlg_Language.h"#include "ap_Dialog_Lists.h"#include "ap_Dialog_Tab.h"Functions | |
| static void | s_TabSaveCallBack (AP_Dialog_Tab *, FV_View *, const char *szTabStops, const char *szDflTabStop, void *closure) |
| static void s_TabSaveCallBack | ( | AP_Dialog_Tab * | , | |
| FV_View * | , | |||
| const char * | szTabStops, | |||
| const char * | szDflTabStop, | |||
| void * | closure | |||
| ) | [static] |
Used to extract data out of the Tabs dialog.
References AP_Dialog_Styles::_tabCallback(), and UT_return_if_fail.
Referenced by AP_Dialog_Styles::ModifyTabs().
1.7.1