~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to doc/reference/panel-applet/html/panel-applet.devhelp

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher, Martin Pitt
  • Date: 2010-06-23 10:26:28 UTC
  • mfrom: (1.13.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100623102628-p68n4gjw74mtv5js
Tags: 1:2.30.2-0ubuntu1
* New upstream version:
  Panel
  - Make sure that newly-created panels become unhidden 
  Notification Area Applet
  - Fix issues with old-style multiscreen setups (lp: #128735)
  Misc
  - Link the clock applet with libm 
* debian/gnome-panel.preinst: set debhelper token
* debian/patches/90_git_new_unhidden.patch:
  - dropped, the fix is in the new version

[ Martin Pitt ]
* Remove transitional code that is only relevant for upgrading from old
  Ubuntu releases to lucid:
  - Remove debian/indicator-applet.desktop, debian/add-indicator-applet.py,
    debian/fusa-applet.note.in, debian/migrate-fusa-config.py
  - debian/gnome-panel.install, debian/rules: Remove installation of above
    files.
  - Remove debian/gnome-panel.preinst, no relevant code any more
  - Remove debian/patches/20_fusa_migration_note_i18n.patch
  - Add debian/gnome-panel.preinst: Clean up indicator-applet.desktop and
    /usr/share/gconf/defaults/25_gnome_panel_indicator_applet on upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    </sub>
13
13
    <sub name="Porting Applets from the GNOME 1.x interfaces" link="applet-porting.html"/>
14
14
    <sub name="The Panel Applet Library" link="panel-applet.html">
15
 
      <sub name="PanelApplet" link="PanelApplet.html"/>
 
15
      <sub name="PanelApplet" link="panel-applet-panel-applet.html"/>
16
16
      <sub name="Panel Applet GConf Utilities" link="panel-applet-Panel-Applet-GConf-Utilities.html"/>
17
17
    </sub>
18
18
  </chapters>
19
19
  <functions>
20
 
    <function name="PanelApplet" link="PanelApplet.html#PanelApplet-struct"/>
21
 
    <function name="PanelAppletOrient" link="PanelApplet.html#PanelAppletOrient"/>
22
 
    <function name="PANEL_APPLET_ORIENT_UP" link="PanelApplet.html#PANEL-APPLET-ORIENT-UP:CAPS"/>
23
 
    <function name="PANEL_APPLET_ORIENT_DOWN" link="PanelApplet.html#PANEL-APPLET-ORIENT-DOWN:CAPS"/>
24
 
    <function name="PANEL_APPLET_ORIENT_LEFT" link="PanelApplet.html#PANEL-APPLET-ORIENT-LEFT:CAPS"/>
25
 
    <function name="PANEL_APPLET_ORIENT_RIGHT" link="PanelApplet.html#PANEL-APPLET-ORIENT-RIGHT:CAPS"/>
26
 
    <function name="enum PanelAppletBackgroundType" link="PanelApplet.html#PanelAppletBackgroundType"/>
27
 
    <function name="enum PanelAppletFlags" link="PanelApplet.html#PanelAppletFlags"/>
28
 
    <function name="PanelAppletFactoryCallback ()" link="PanelApplet.html#PanelAppletFactoryCallback"/>
29
 
    <function name="panel_applet_new ()" link="PanelApplet.html#panel-applet-new"/>
30
 
    <function name="panel_applet_get_orient ()" link="PanelApplet.html#panel-applet-get-orient"/>
31
 
    <function name="panel_applet_get_size ()" link="PanelApplet.html#panel-applet-get-size"/>
32
 
    <function name="panel_applet_get_background ()" link="PanelApplet.html#panel-applet-get-background"/>
33
 
    <function name="panel_applet_get_preferences_key ()" link="PanelApplet.html#panel-applet-get-preferences-key"/>
34
 
    <function name="panel_applet_add_preferences ()" link="PanelApplet.html#panel-applet-add-preferences"/>
35
 
    <function name="panel_applet_get_flags ()" link="PanelApplet.html#panel-applet-get-flags"/>
36
 
    <function name="panel_applet_set_flags ()" link="PanelApplet.html#panel-applet-set-flags"/>
37
 
    <function name="panel_applet_set_size_hints ()" link="PanelApplet.html#panel-applet-set-size-hints"/>
38
 
    <function name="panel_applet_get_locked_down ()" link="PanelApplet.html#panel-applet-get-locked-down"/>
39
 
    <function name="panel_applet_request_focus ()" link="PanelApplet.html#panel-applet-request-focus"/>
40
 
    <function name="panel_applet_get_control ()" link="PanelApplet.html#panel-applet-get-control"/>
41
 
    <function name="panel_applet_get_popup_component ()" link="PanelApplet.html#panel-applet-get-popup-component"/>
42
 
    <function name="panel_applet_setup_menu ()" link="PanelApplet.html#panel-applet-setup-menu"/>
43
 
    <function name="panel_applet_setup_menu_from_file ()" link="PanelApplet.html#panel-applet-setup-menu-from-file"/>
44
 
    <function name="panel_applet_factory_main ()" link="PanelApplet.html#panel-applet-factory-main"/>
45
 
    <function name="panel_applet_factory_main_closure ()" link="PanelApplet.html#panel-applet-factory-main-closure"/>
46
 
    <function name="PANEL_APPLET_BONOBO_FACTORY()" link="PanelApplet.html#PANEL-APPLET-BONOBO-FACTORY:CAPS"/>
47
 
    <function name="panel_applet_shlib_factory ()" link="PanelApplet.html#panel-applet-shlib-factory"/>
48
 
    <function name="panel_applet_shlib_factory_closure ()" link="PanelApplet.html#panel-applet-shlib-factory-closure"/>
49
 
    <function name="PANEL_APPLET_BONOBO_SHLIB_FACTORY()" link="PanelApplet.html#PANEL-APPLET-BONOBO-SHLIB-FACTORY:CAPS"/>
50
 
    <function name="The &quot;change-background&quot; signal" link="PanelApplet.html#PanelApplet-change-background"/>
51
 
    <function name="The &quot;change-orient&quot; signal" link="PanelApplet.html#PanelApplet-change-orient"/>
52
 
    <function name="The &quot;change-size&quot; signal" link="PanelApplet.html#PanelApplet-change-size"/>
53
 
    <function name="The &quot;move-focus-out-of-applet&quot; signal" link="PanelApplet.html#PanelApplet-move-focus-out-of-applet"/>
 
20
    <function name="PanelApplet" link="panel-applet-panel-applet.html#PanelApplet-struct"/>
 
21
    <function name="PanelAppletOrient" link="panel-applet-panel-applet.html#PanelAppletOrient"/>
 
22
    <function name="PANEL_APPLET_ORIENT_UP" link="panel-applet-panel-applet.html#PANEL-APPLET-ORIENT-UP:CAPS"/>
 
23
    <function name="PANEL_APPLET_ORIENT_DOWN" link="panel-applet-panel-applet.html#PANEL-APPLET-ORIENT-DOWN:CAPS"/>
 
24
    <function name="PANEL_APPLET_ORIENT_LEFT" link="panel-applet-panel-applet.html#PANEL-APPLET-ORIENT-LEFT:CAPS"/>
 
25
    <function name="PANEL_APPLET_ORIENT_RIGHT" link="panel-applet-panel-applet.html#PANEL-APPLET-ORIENT-RIGHT:CAPS"/>
 
26
    <function name="enum PanelAppletBackgroundType" link="panel-applet-panel-applet.html#PanelAppletBackgroundType"/>
 
27
    <function name="enum PanelAppletFlags" link="panel-applet-panel-applet.html#PanelAppletFlags"/>
 
28
    <function name="PanelAppletFactoryCallback ()" link="panel-applet-panel-applet.html#PanelAppletFactoryCallback"/>
 
29
    <function name="panel_applet_new ()" link="panel-applet-panel-applet.html#panel-applet-new"/>
 
30
    <function name="panel_applet_get_orient ()" link="panel-applet-panel-applet.html#panel-applet-get-orient"/>
 
31
    <function name="panel_applet_get_size ()" link="panel-applet-panel-applet.html#panel-applet-get-size"/>
 
32
    <function name="panel_applet_get_background ()" link="panel-applet-panel-applet.html#panel-applet-get-background"/>
 
33
    <function name="panel_applet_get_preferences_key ()" link="panel-applet-panel-applet.html#panel-applet-get-preferences-key"/>
 
34
    <function name="panel_applet_add_preferences ()" link="panel-applet-panel-applet.html#panel-applet-add-preferences"/>
 
35
    <function name="panel_applet_get_flags ()" link="panel-applet-panel-applet.html#panel-applet-get-flags"/>
 
36
    <function name="panel_applet_set_flags ()" link="panel-applet-panel-applet.html#panel-applet-set-flags"/>
 
37
    <function name="panel_applet_set_size_hints ()" link="panel-applet-panel-applet.html#panel-applet-set-size-hints"/>
 
38
    <function name="panel_applet_get_locked_down ()" link="panel-applet-panel-applet.html#panel-applet-get-locked-down"/>
 
39
    <function name="panel_applet_request_focus ()" link="panel-applet-panel-applet.html#panel-applet-request-focus"/>
 
40
    <function name="panel_applet_get_control ()" link="panel-applet-panel-applet.html#panel-applet-get-control"/>
 
41
    <function name="panel_applet_get_popup_component ()" link="panel-applet-panel-applet.html#panel-applet-get-popup-component"/>
 
42
    <function name="panel_applet_setup_menu ()" link="panel-applet-panel-applet.html#panel-applet-setup-menu"/>
 
43
    <function name="panel_applet_setup_menu_from_file ()" link="panel-applet-panel-applet.html#panel-applet-setup-menu-from-file"/>
 
44
    <function name="panel_applet_factory_main ()" link="panel-applet-panel-applet.html#panel-applet-factory-main"/>
 
45
    <function name="panel_applet_factory_main_closure ()" link="panel-applet-panel-applet.html#panel-applet-factory-main-closure"/>
 
46
    <function name="PANEL_APPLET_BONOBO_FACTORY()" link="panel-applet-panel-applet.html#PANEL-APPLET-BONOBO-FACTORY:CAPS"/>
 
47
    <function name="panel_applet_shlib_factory ()" link="panel-applet-panel-applet.html#panel-applet-shlib-factory"/>
 
48
    <function name="panel_applet_shlib_factory_closure ()" link="panel-applet-panel-applet.html#panel-applet-shlib-factory-closure"/>
 
49
    <function name="PANEL_APPLET_BONOBO_SHLIB_FACTORY()" link="panel-applet-panel-applet.html#PANEL-APPLET-BONOBO-SHLIB-FACTORY:CAPS"/>
 
50
    <function name="The &quot;change-background&quot; signal" link="panel-applet-panel-applet.html#PanelApplet-change-background"/>
 
51
    <function name="The &quot;change-orient&quot; signal" link="panel-applet-panel-applet.html#PanelApplet-change-orient"/>
 
52
    <function name="The &quot;change-size&quot; signal" link="panel-applet-panel-applet.html#PanelApplet-change-size"/>
 
53
    <function name="The &quot;move-focus-out-of-applet&quot; signal" link="panel-applet-panel-applet.html#PanelApplet-move-focus-out-of-applet"/>
54
54
    <function name="panel_applet_gconf_get_full_key ()" link="panel-applet-Panel-Applet-GConf-Utilities.html#panel-applet-gconf-get-full-key"/>
55
55
    <function name="panel_applet_gconf_get_bool ()" link="panel-applet-Panel-Applet-GConf-Utilities.html#panel-applet-gconf-get-bool"/>
56
56
    <function name="panel_applet_gconf_get_int ()" link="panel-applet-Panel-Applet-GConf-Utilities.html#panel-applet-gconf-get-int"/>