#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "ap_Features.h"
#include "ut_assert.h"
#include "ut_debugmsg.h"
#include "ut_string.h"
#include "ut_string_class.h"
#include "ut_units.h"
#include "xap_App.h"
#include "xap_Dialog_Id.h"
#include "xad_Document.h"
#include "xap_DialogFactory.h"
#include "xap_Dlg_MessageBox.h"
#include "xap_Frame.h"
#include "xap_Prefs.h"
#include "xap_Toolbar_Layouts.h"
#include "fv_View.h"
#include "fl_DocLayout.h"
#include "ap_Dialog_Options.h"
#include "ap_Prefs_SchemeIds.h"
#include "ap_Strings.h"
#include "ap_FrameData.h"
Functions | |
void | Save_Pref_Bool (XAP_PrefsScheme *pPrefsScheme, gchar const *key, bool var) |
void Save_Pref_Bool | ( | XAP_PrefsScheme * | pPrefsScheme, | |
gchar const * | key, | |||
bool | var | |||
) | [inline] |
References gchar, and XAP_PrefsScheme::setValue().
Referenced by AP_Dialog_Options::_storeDataForControl(), and AP_Dialog_Options::_storeWindowData().