prefops

prefops

Functions

void initprefs ()
gint readxmlprefsString ()
gint writeXMLPrefs ()
void writeHistory ()
gint readHistory ()
void storeWindowState ()
void loadWindowState ()
gboolean get_bool_pref ()
gint get_int_pref ()
gchar * get_string_pref ()

Types and Values

#define INITIAL_WIDTH
#define INITIAL_HEIGHT

Description

Functions

initprefs ()

void
initprefs (void);

readxmlprefsString ()

gint
readxmlprefsString (gchar *xmlprefs);

writeXMLPrefs ()

gint
writeXMLPrefs (DenemoPrefs *prefs);

writeHistory ()

void
writeHistory (void);

readHistory ()

gint
readHistory (void);

storeWindowState ()

void
storeWindowState (void);

loadWindowState ()

void
loadWindowState (void);

get_bool_pref ()

gboolean
get_bool_pref (gchar *prefname);

get_int_pref ()

gint
get_int_pref (gchar *prefname);

get_string_pref ()

gchar *
get_string_pref (gchar *prefname);

Types and Values

INITIAL_WIDTH

#define INITIAL_WIDTH 1000

INITIAL_HEIGHT

#define INITIAL_HEIGHT 500