GNOME UI Library Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
#include <libgnomeui/libgnomeui.h> GnomeMDIChild* (*GnomeMDIChildCreator) (const gchar*); gboolean gnome_mdi_restore_state (GnomeMDI *mdi, const gchar *section, GnomeMDIChildCreator create_child_func); void gnome_mdi_save_state (GnomeMDI *mdi, const gchar *section); |
GnomeMDIChild* (*GnomeMDIChildCreator) (const gchar*); |
Warning |
GnomeMDIChildCreator is deprecated and should not be used in newly-written code. |
gboolean gnome_mdi_restore_state (GnomeMDI *mdi, const gchar *section, GnomeMDIChildCreator create_child_func); |
Warning |
gnome_mdi_restore_state is deprecated and should not be used in newly-written code. |
Restores the MDI state. Children are recreated with create_child_func that restores information about a child from a config string that was provided during saving state by the child.
void gnome_mdi_save_state (GnomeMDI *mdi, const gchar *section); |
Warning |
gnome_mdi_save_state is deprecated and should not be used in newly-written code. |
Saves MDI state to the application's config file in section section.