openldev/openldev-settings/openldev-editor.h File Reference

EditorProperties. More...

#include <glib.h>
#include <iostream>

Data Structures

struct  EditorProperties
 Structure that holds basic information about the current editor. More...

Functions

void openldev_editor_set_browser (EditorProperties *editor, gboolean show)
void openldev_editor_set_outputmanager (EditorProperties *editor, gboolean show)
void openldev_editor_set_statusbar (EditorProperties *editor, gboolean show)
void openldev_editor_set_toolbar (EditorProperties *editor, gboolean show)
void openldev_editor_set_autocomplete_active (EditorProperties *editor, gboolean active)


Detailed Description


Function Documentation

void openldev_editor_set_autocomplete_active EditorProperties editor,
gboolean  active
 

This just stores the current values for reference by OpenLDev. Calling this will not toggle visibility!

Parameters:
editor An EditorProperties object.
show TRUE if the automatic completion is currently active.

void openldev_editor_set_browser EditorProperties editor,
gboolean  show
 

This just stores the current values for reference by OpenLDev. Calling this will not toggle visibility!

Parameters:
editor An EditorProperties object.
show TRUE if the project file browser is currently visible.

void openldev_editor_set_outputmanager EditorProperties editor,
gboolean  show
 

This just stores the current values for reference by OpenLDev. Calling this will not toggle visibility!

Parameters:
editor An EditorProperties object.
show TRUE if the output manager notebook is currently visible.

void openldev_editor_set_statusbar EditorProperties editor,
gboolean  show
 

This just stores the current values for reference by OpenLDev. Calling this will not toggle visibility!

Parameters:
editor An EditorProperties object.
show TRUE if the status bar is currently visible.

void openldev_editor_set_toolbar EditorProperties editor,
gboolean  show
 

This just stores the current values for reference by OpenLDev. Calling this will not toggle visibility!

Parameters:
editor An EditorProperties object.
show TRUE if the toolbar is currently visible.


Generated on Sun May 14 14:57:41 2006 for OpenLDev by  doxygen 1.4.6