summaryrefslogtreecommitdiff
path: root/doc/reference/mate-panel-applet/html/mate-panel-applet.devhelp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/mate-panel-applet/html/mate-panel-applet.devhelp')
-rw-r--r--doc/reference/mate-panel-applet/html/mate-panel-applet.devhelp68
1 files changed, 68 insertions, 0 deletions
diff --git a/doc/reference/mate-panel-applet/html/mate-panel-applet.devhelp b/doc/reference/mate-panel-applet/html/mate-panel-applet.devhelp
new file mode 100644
index 00000000..317f43b4
--- /dev/null
+++ b/doc/reference/mate-panel-applet/html/mate-panel-applet.devhelp
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
+<book xmlns="http://www.devhelp.net/book" title="Panel Applet Library Reference Manual" link="index.html" author="Mark McLoughlin" name="mate-panel-applet">
+ <chapters>
+ <sub name="Writing Applets" link="applet-writing.html">
+ <sub name="Hello World Applet" link="applet-writing.html#hello-world"/>
+ <sub name="MateComponent Activation .server Files For Applets" link="server-files.html"/>
+ <sub name="Defining a Popup Context Menu" link="applet-popups.html"/>
+ <sub name="Detecting Changes in the Panel." link="panel-signals.html"/>
+ <sub name="Session/Preference Saving." link="session-saving.html"/>
+ <sub name="Multiple Applets" link="multi-applets.html"/>
+ </sub>
+ <sub name="Porting Applets from the MATE 1.x interfaces" link="applet-porting.html"/>
+ <sub name="The Panel Applet Library" link="mate-panel-applet.html">
+ <sub name="MatePanelApplet" link="mate-panel-applet-mate-panel-applet.html"/>
+ <sub name="Panel Applet MateConf Utilities" link="mate-panel-applet-Panel-Applet-MateConf-Utilities.html"/>
+ </sub>
+ </chapters>
+ <functions>
+ <function name="struct MatePanelApplet" link="mate-panel-applet-mate-panel-applet.html#MatePanelApplet-struct"/>
+ <function name="enum MatePanelAppletOrient" link="mate-panel-applet-mate-panel-applet.html#MatePanelAppletOrient"/>
+ <function name="enum MatePanelAppletBackgroundType" link="mate-panel-applet-mate-panel-applet.html#MatePanelAppletBackgroundType"/>
+ <function name="enum MatePanelAppletFlags" link="mate-panel-applet-mate-panel-applet.html#MatePanelAppletFlags"/>
+ <function name="MatePanelAppletFactoryCallback ()" link="mate-panel-applet-mate-panel-applet.html#MatePanelAppletFactoryCallback"/>
+ <function name="mate_panel_applet_new ()" link="mate-panel-applet-mate-panel-applet.html#mate-panel-applet-new"/>
+ <function name="mate_panel_applet_get_orient ()" link="mate-panel-applet-mate-panel-applet.html#mate-panel-applet-get-orient"/>
+ <function name="mate_panel_applet_get_size ()" link="mate-panel-applet-mate-panel-applet.html#mate-panel-applet-get-size"/>
+ <function name="mate_panel_applet_get_background ()" link="mate-panel-applet-mate-panel-applet.html#mate-panel-applet-get-background"/>
+ <function name="mate_panel_applet_get_preferences_key ()" link="mate-panel-applet-mate-panel-applet.html#mate-panel-applet-get-preferences-key"/>
+ <function name="mate_panel_applet_add_preferences ()" link="mate-panel-applet-mate-panel-applet.html#mate-panel-applet-add-preferences"/>
+ <function name="mate_panel_applet_get_flags ()" link="mate-panel-applet-mate-panel-applet.html#mate-panel-applet-get-flags"/>
+ <function name="mate_panel_applet_set_flags ()" link="mate-panel-applet-mate-panel-applet.html#mate-panel-applet-set-flags"/>
+ <function name="mate_panel_applet_set_size_hints ()" link="mate-panel-applet-mate-panel-applet.html#mate-panel-applet-set-size-hints"/>
+ <function name="mate_panel_applet_get_locked_down ()" link="mate-panel-applet-mate-panel-applet.html#mate-panel-applet-get-locked-down"/>
+ <function name="mate_panel_applet_request_focus ()" link="mate-panel-applet-mate-panel-applet.html#mate-panel-applet-request-focus"/>
+ <function name="mate_panel_applet_setup_menu ()" link="mate-panel-applet-mate-panel-applet.html#mate-panel-applet-setup-menu"/>
+ <function name="mate_panel_applet_setup_menu_from_file ()" link="mate-panel-applet-mate-panel-applet.html#mate-panel-applet-setup-menu-from-file"/>
+ <function name="mate_panel_applet_factory_main ()" link="mate-panel-applet-mate-panel-applet.html#mate-panel-applet-factory-main"/>
+ <function name="The &quot;background&quot; property" link="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--background"/>
+ <function name="The &quot;closure&quot; property" link="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--closure"/>
+ <function name="The &quot;connection&quot; property" link="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--connection"/>
+ <function name="The &quot;flags&quot; property" link="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--flags"/>
+ <function name="The &quot;id&quot; property" link="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--id"/>
+ <function name="The &quot;locked&quot; property" link="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--locked"/>
+ <function name="The &quot;locked-down&quot; property" link="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--locked-down"/>
+ <function name="The &quot;orient&quot; property" link="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--orient"/>
+ <function name="The &quot;prefs-key&quot; property" link="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--prefs-key"/>
+ <function name="The &quot;size&quot; property" link="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--size"/>
+ <function name="The &quot;size-hints&quot; property" link="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--size-hints"/>
+ <function name="The &quot;change-background&quot; signal" link="mate-panel-applet-mate-panel-applet.html#MatePanelApplet-change-background"/>
+ <function name="The &quot;change-orient&quot; signal" link="mate-panel-applet-mate-panel-applet.html#MatePanelApplet-change-orient"/>
+ <function name="The &quot;change-size&quot; signal" link="mate-panel-applet-mate-panel-applet.html#MatePanelApplet-change-size"/>
+ <function name="The &quot;move-focus-out-of-applet&quot; signal" link="mate-panel-applet-mate-panel-applet.html#MatePanelApplet-move-focus-out-of-applet"/>
+ <function name="mate_panel_applet_mateconf_get_full_key ()" link="mate-panel-applet-Panel-Applet-MateConf-Utilities.html#mate-panel-applet-mateconf-get-full-key"/>
+ <function name="mate_panel_applet_mateconf_get_bool ()" link="mate-panel-applet-Panel-Applet-MateConf-Utilities.html#mate-panel-applet-mateconf-get-bool"/>
+ <function name="mate_panel_applet_mateconf_get_int ()" link="mate-panel-applet-Panel-Applet-MateConf-Utilities.html#mate-panel-applet-mateconf-get-int"/>
+ <function name="mate_panel_applet_mateconf_get_string ()" link="mate-panel-applet-Panel-Applet-MateConf-Utilities.html#mate-panel-applet-mateconf-get-string"/>
+ <function name="mate_panel_applet_mateconf_get_float ()" link="mate-panel-applet-Panel-Applet-MateConf-Utilities.html#mate-panel-applet-mateconf-get-float"/>
+ <function name="mate_panel_applet_mateconf_get_list ()" link="mate-panel-applet-Panel-Applet-MateConf-Utilities.html#mate-panel-applet-mateconf-get-list"/>
+ <function name="mate_panel_applet_mateconf_get_value ()" link="mate-panel-applet-Panel-Applet-MateConf-Utilities.html#mate-panel-applet-mateconf-get-value"/>
+ <function name="mate_panel_applet_mateconf_set_bool ()" link="mate-panel-applet-Panel-Applet-MateConf-Utilities.html#mate-panel-applet-mateconf-set-bool"/>
+ <function name="mate_panel_applet_mateconf_set_int ()" link="mate-panel-applet-Panel-Applet-MateConf-Utilities.html#mate-panel-applet-mateconf-set-int"/>
+ <function name="mate_panel_applet_mateconf_set_string ()" link="mate-panel-applet-Panel-Applet-MateConf-Utilities.html#mate-panel-applet-mateconf-set-string"/>
+ <function name="mate_panel_applet_mateconf_set_float ()" link="mate-panel-applet-Panel-Applet-MateConf-Utilities.html#mate-panel-applet-mateconf-set-float"/>
+ <function name="mate_panel_applet_mateconf_set_list ()" link="mate-panel-applet-Panel-Applet-MateConf-Utilities.html#mate-panel-applet-mateconf-set-list"/>
+ <function name="mate_panel_applet_mateconf_set_value ()" link="mate-panel-applet-Panel-Applet-MateConf-Utilities.html#mate-panel-applet-mateconf-set-value"/>
+ </functions>
+</book>