From f8918d44539c1df3a3eacc2afe1507aa8c0b5093 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Fri, 2 Feb 2001 00:25:59 +0000 Subject: Wheeee pretty documentation svn path=/trunk/; revision=7938 --- .../tmpl/evolution-services-unused.sgml | 0 ...executive-summary-component-factory-client.sgml | 53 +++++++++++++++ .../tmpl/executive-summary-component-factory.sgml | 46 +++++++++++++ .../tmpl/executive-summary-component.sgml | 37 +++++++++++ .../tmpl/executive-summary-html-view.sgml | 75 ++++++++++++++++++++++ 5 files changed, 211 insertions(+) create mode 100644 help/devel/executive-summary/tmpl/evolution-services-unused.sgml create mode 100644 help/devel/executive-summary/tmpl/executive-summary-component-factory-client.sgml create mode 100644 help/devel/executive-summary/tmpl/executive-summary-component-factory.sgml create mode 100644 help/devel/executive-summary/tmpl/executive-summary-component.sgml create mode 100644 help/devel/executive-summary/tmpl/executive-summary-html-view.sgml (limited to 'help/devel/executive-summary/tmpl') diff --git a/help/devel/executive-summary/tmpl/evolution-services-unused.sgml b/help/devel/executive-summary/tmpl/evolution-services-unused.sgml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/help/devel/executive-summary/tmpl/executive-summary-component-factory-client.sgml b/help/devel/executive-summary/tmpl/executive-summary-component-factory-client.sgml new file mode 100644 index 0000000000..ee8ef25689 --- /dev/null +++ b/help/devel/executive-summary/tmpl/executive-summary-component-factory-client.sgml @@ -0,0 +1,53 @@ + +ExecutiveSummaryComponentFactoryClient + + +GtkObject client to simplfy use of GNOME_Evolution_Summary_ComponentFactory + + + +This object provides an easy wrapper around the CORBA object that represents the + GNOME_Evolution_Summary_ComponentFactory interface. It handles conversion from +normal types to CORBA types and has error checking. + + + + + + + + + +Casts a #GtkObject into an #ExecutiveSummaryComponentFactoryClient + + +@obj: + + + + + + + +@client: +@corba_object: + + + + + + + +@id: +@Returns: + + + + + + + +@client: +@Returns: + + diff --git a/help/devel/executive-summary/tmpl/executive-summary-component-factory.sgml b/help/devel/executive-summary/tmpl/executive-summary-component-factory.sgml new file mode 100644 index 0000000000..7069eea9d0 --- /dev/null +++ b/help/devel/executive-summary/tmpl/executive-summary-component-factory.sgml @@ -0,0 +1,46 @@ + +ExecutiveSummaryComponentFactory + + +GtkObject wrapper for GNOME/Evolution/Summary/ComponentFactory. + + + +An ExecutiveSummaryComponentFactory simplifies the creation of a +GNOME_Evolution_Summary_ComponentFactory object. It also allows error checking +and all the standard #GtkObject signals. + + + + + + + + + +Casts a #GtkObject to an #ExecutiveSummaryComponentFactory. + + +@obj: A #GtkObject. + + + + +The type of function that is called when the factory has to create a new view. + + +@factory: The #ExecutiveSummaryComponent that is creating the view. +@closure: The data that was passed into executive_summary_factory_new (). +@Returns: An #ExecutiveSummaryComponent. + + + + + + + +@create_view: +@closure: +@Returns: + + diff --git a/help/devel/executive-summary/tmpl/executive-summary-component.sgml b/help/devel/executive-summary/tmpl/executive-summary-component.sgml new file mode 100644 index 0000000000..04768b1b1c --- /dev/null +++ b/help/devel/executive-summary/tmpl/executive-summary-component.sgml @@ -0,0 +1,37 @@ + +ExecutiveSummaryComponent + + +The base #BonoboObject that implements GNOME/Evolution/Summary/Component. + + + +This #GtkObject wrapper around the GNOME/Evolution/Summary/Component, is the +base object that has all the other interfaces aggregated onto it. These +interfaces are: GNOME/Evolution/HTMLView, Bonobo/Control, Bonobo/EventSource, +Bonobo/PropertyBag, Bonobo/PropertyControl and Bonobo/PersistStream. Each of +the aggregated interfaces performs a specific job in the creation of the service. + + + + +#ExecutiveSummaryHtmlView, #BonoboControl, #BonoboEventSource, #BonoboPropertyBag, +#BonoboPropertyControl, #BonoboPersistStream. + + + + +Casts a #GtkObject to an #ExecutiveSummaryComponent. + + +@obj: A #GtkObject. + + + + + + + +@Returns: + + diff --git a/help/devel/executive-summary/tmpl/executive-summary-html-view.sgml b/help/devel/executive-summary/tmpl/executive-summary-html-view.sgml new file mode 100644 index 0000000000..2fb66a2035 --- /dev/null +++ b/help/devel/executive-summary/tmpl/executive-summary-html-view.sgml @@ -0,0 +1,75 @@ + +ExecutiveSummaryHtmlView + + +A Bonobo component used to implement HTML based services. + + + +When writing HTML services, this component is aggregated onto an #ExecutiveSummaryComponent, to allow the Executive Summary to be able to find the HTML. + + + + +#ExecutiveSummaryComponent, #BonoboEventSource + + + + + Casts a #GtkObject into an #ExecutiveSummaryHtmlView + + +@obj: A #GtkObject + + + + +This is the event that is emitted on the BonoboEventSource when the HTML is changed. + + + + + + + + + +@event_source: +@Returns: + + + + + + + +@Returns: + + + + + + + +@view: +@html: + + + + + + + +@view: +@Returns: + + + + + + + +@view: +@Returns: + + -- cgit v1.2.3