File: libxfce4panel.devhelp

package info (click to toggle)
xfce4-panel 4.3.99.2-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,000 kB
  • ctags: 2,052
  • sloc: ansic: 17,370; sh: 8,587; xml: 2,908; makefile: 804
file content (120 lines) | stat: -rw-r--r-- 12,472 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<?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="libxfce4panel Reference Manual" link="index.html" author="" name="libxfce4panel">
  <chapters>
    <sub name="API Reference" link="ch01.html">
      <sub name="Writing Plugins" link="libxfce4panel-Writing-Plugins.html"/>
      <sub name="XfcePanelPlugin" link="XfcePanelPlugin.html"/>
      <sub name="XfceExternalPanelPlugin" link="XfceExternalPanelPlugin.html"/>
      <sub name="XfceInternalPanelPlugin" link="XfceInternalPanelPlugin.html"/>
      <sub name="Convenience Functions" link="libxfce4panel-Convenience-Functions.html"/>
      <sub name="XfceArrowButton" link="XfceArrowButton.html"/>
      <sub name="XfcePanelWindow" link="XfcePanelWindow.html"/>
      <sub name="XfceItembar" link="XfceItembar.html"/>
      <sub name="XfceHVBox" link="XfceHVBox.html"/>
      <sub name="Standard Enumerations" link="libxfce4panel-Standard-Enumerations.html"/>
    </sub>
  </chapters>
  <functions>
    <function name="XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL()" link="libxfce4panel-Writing-Plugins.html#XFCE-PANEL-PLUGIN-REGISTER-EXTERNAL:CAPS"/>
    <function name="XFCE_PANEL_PLUGIN_REGISTER_INTERNAL()" link="libxfce4panel-Writing-Plugins.html#XFCE-PANEL-PLUGIN-REGISTER-INTERNAL:CAPS"/>
    <function name="XfcePanelPlugin" link="XfcePanelPlugin.html#XfcePanelPlugin-struct"/>
    <function name="XfcePanelPluginFunc ()" link="XfcePanelPlugin.html#XfcePanelPluginFunc"/>
    <function name="xfce_panel_plugin_get_name ()" link="XfcePanelPlugin.html#xfce-panel-plugin-get-name"/>
    <function name="xfce_panel_plugin_get_id ()" link="XfcePanelPlugin.html#xfce-panel-plugin-get-id"/>
    <function name="xfce_panel_plugin_get_display_name ()" link="XfcePanelPlugin.html#xfce-panel-plugin-get-display-name"/>
    <function name="xfce_panel_plugin_get_size ()" link="XfcePanelPlugin.html#xfce-panel-plugin-get-size"/>
    <function name="xfce_panel_plugin_get_screen_position ()" link="XfcePanelPlugin.html#xfce-panel-plugin-get-screen-position"/>
    <function name="xfce_panel_plugin_set_expand ()" link="XfcePanelPlugin.html#xfce-panel-plugin-set-expand"/>
    <function name="xfce_panel_plugin_get_expand ()" link="XfcePanelPlugin.html#xfce-panel-plugin-get-expand"/>
    <function name="xfce_panel_plugin_get_orientation ()" link="XfcePanelPlugin.html#xfce-panel-plugin-get-orientation"/>
    <function name="xfce_panel_plugin_add_action_widget ()" link="XfcePanelPlugin.html#xfce-panel-plugin-add-action-widget"/>
    <function name="xfce_panel_plugin_menu_insert_item ()" link="XfcePanelPlugin.html#xfce-panel-plugin-menu-insert-item"/>
    <function name="xfce_panel_plugin_menu_show_about ()" link="XfcePanelPlugin.html#xfce-panel-plugin-menu-show-about"/>
    <function name="xfce_panel_plugin_menu_show_configure ()" link="XfcePanelPlugin.html#xfce-panel-plugin-menu-show-configure"/>
    <function name="xfce_panel_plugin_block_menu ()" link="XfcePanelPlugin.html#xfce-panel-plugin-block-menu"/>
    <function name="xfce_panel_plugin_unblock_menu ()" link="XfcePanelPlugin.html#xfce-panel-plugin-unblock-menu"/>
    <function name="xfce_panel_plugin_register_menu ()" link="XfcePanelPlugin.html#xfce-panel-plugin-register-menu"/>
    <function name="xfce_panel_plugin_lookup_rc_file ()" link="XfcePanelPlugin.html#xfce-panel-plugin-lookup-rc-file"/>
    <function name="xfce_panel_plugin_save_location ()" link="XfcePanelPlugin.html#xfce-panel-plugin-save-location"/>
    <function name="The &quot;display-name&quot; property" link="XfcePanelPlugin.html#XfcePanelPlugin--display-name"/>
    <function name="The &quot;expand&quot; property" link="XfcePanelPlugin.html#XfcePanelPlugin--expand"/>
    <function name="The &quot;id&quot; property" link="XfcePanelPlugin.html#XfcePanelPlugin--id"/>
    <function name="The &quot;name&quot; property" link="XfcePanelPlugin.html#XfcePanelPlugin--name"/>
    <function name="The &quot;screen-position&quot; property" link="XfcePanelPlugin.html#XfcePanelPlugin--screen-position"/>
    <function name="The &quot;size&quot; property" link="XfcePanelPlugin.html#XfcePanelPlugin--size"/>
    <function name="The &quot;about&quot; signal" link="XfcePanelPlugin.html#XfcePanelPlugin-about"/>
    <function name="The &quot;configure-plugin&quot; signal" link="XfcePanelPlugin.html#XfcePanelPlugin-configure-plugin"/>
    <function name="The &quot;free-data&quot; signal" link="XfcePanelPlugin.html#XfcePanelPlugin-free-data"/>
    <function name="The &quot;orientation-changed&quot; signal" link="XfcePanelPlugin.html#XfcePanelPlugin-orientation-changed"/>
    <function name="The &quot;save&quot; signal" link="XfcePanelPlugin.html#XfcePanelPlugin-save"/>
    <function name="The &quot;screen-position-changed&quot; signal" link="XfcePanelPlugin.html#XfcePanelPlugin-screen-position-changed"/>
    <function name="The &quot;size-changed&quot; signal" link="XfcePanelPlugin.html#XfcePanelPlugin-size-changed"/>
    <function name="XfceExternalPanelPlugin" link="XfceExternalPanelPlugin.html#XfceExternalPanelPlugin-struct"/>
    <function name="xfce_external_panel_plugin_new ()" link="XfceExternalPanelPlugin.html#xfce-external-panel-plugin-new"/>
    <function name="XfceInternalPanelPlugin" link="XfceInternalPanelPlugin.html#XfceInternalPanelPlugin-struct"/>
    <function name="xfce_internal_panel_plugin_new ()" link="XfceInternalPanelPlugin.html#xfce-internal-panel-plugin-new"/>
    <function name="xfce_create_panel_button ()" link="libxfce4panel-Convenience-Functions.html#xfce-create-panel-button"/>
    <function name="xfce_create_panel_toggle_button ()" link="libxfce4panel-Convenience-Functions.html#xfce-create-panel-toggle-button"/>
    <function name="XfceArrowButton" link="XfceArrowButton.html#XfceArrowButton-struct"/>
    <function name="xfce_arrow_button_new ()" link="XfceArrowButton.html#xfce-arrow-button-new"/>
    <function name="xfce_arrow_button_set_arrow_type ()" link="XfceArrowButton.html#xfce-arrow-button-set-arrow-type"/>
    <function name="xfce_arrow_button_get_arrow_type ()" link="XfceArrowButton.html#xfce-arrow-button-get-arrow-type"/>
    <function name="The &quot;arrow-type&quot; property" link="XfceArrowButton.html#XfceArrowButton--arrow-type"/>
    <function name="The &quot;arrow-type-changed&quot; signal" link="XfceArrowButton.html#XfceArrowButton-arrow-type-changed"/>
    <function name="XfcePanelWindow" link="XfcePanelWindow.html#XfcePanelWindow-struct"/>
    <function name="enum XfceHandleStyle" link="XfcePanelWindow.html#XfceHandleStyle"/>
    <function name="XfcePanelWindowMoveFunc ()" link="XfcePanelWindow.html#XfcePanelWindowMoveFunc"/>
    <function name="XfcePanelWindowResizeFunc ()" link="XfcePanelWindow.html#XfcePanelWindowResizeFunc"/>
    <function name="xfce_panel_window_new ()" link="XfcePanelWindow.html#xfce-panel-window-new"/>
    <function name="xfce_panel_window_set_orientation ()" link="XfcePanelWindow.html#xfce-panel-window-set-orientation"/>
    <function name="xfce_panel_window_get_orientation ()" link="XfcePanelWindow.html#xfce-panel-window-get-orientation"/>
    <function name="xfce_panel_window_set_handle_style ()" link="XfcePanelWindow.html#xfce-panel-window-set-handle-style"/>
    <function name="xfce_panel_window_get_handle_style ()" link="XfcePanelWindow.html#xfce-panel-window-get-handle-style"/>
    <function name="xfce_panel_window_set_show_border ()" link="XfcePanelWindow.html#xfce-panel-window-set-show-border"/>
    <function name="xfce_panel_window_get_show_border ()" link="XfcePanelWindow.html#xfce-panel-window-get-show-border"/>
    <function name="xfce_panel_window_set_resize_function ()" link="XfcePanelWindow.html#xfce-panel-window-set-resize-function"/>
    <function name="xfce_panel_window_set_move_function ()" link="XfcePanelWindow.html#xfce-panel-window-set-move-function"/>
    <function name="xfce_panel_window_set_movable ()" link="XfcePanelWindow.html#xfce-panel-window-set-movable"/>
    <function name="xfce_panel_window_get_movable ()" link="XfcePanelWindow.html#xfce-panel-window-get-movable"/>
    <function name="The &quot;handle-style&quot; property" link="XfcePanelWindow.html#XfcePanelWindow--handle-style"/>
    <function name="The &quot;orientation&quot; property" link="XfcePanelWindow.html#XfcePanelWindow--orientation"/>
    <function name="The &quot;move&quot; signal" link="XfcePanelWindow.html#XfcePanelWindow-move"/>
    <function name="The &quot;move-end&quot; signal" link="XfcePanelWindow.html#XfcePanelWindow-move-end"/>
    <function name="The &quot;move-start&quot; signal" link="XfcePanelWindow.html#XfcePanelWindow-move-start"/>
    <function name="The &quot;orientation-changed&quot; signal" link="XfcePanelWindow.html#XfcePanelWindow-orientation-changed"/>
    <function name="XfceItembar" link="XfceItembar.html#XfceItembar-struct"/>
    <function name="xfce_itembar_new ()" link="XfceItembar.html#xfce-itembar-new"/>
    <function name="xfce_itembar_set_orientation ()" link="XfceItembar.html#xfce-itembar-set-orientation"/>
    <function name="xfce_itembar_get_orientation ()" link="XfceItembar.html#xfce-itembar-get-orientation"/>
    <function name="xfce_itembar_insert ()" link="XfceItembar.html#xfce-itembar-insert"/>
    <function name="xfce_itembar_append ()" link="XfceItembar.html#xfce-itembar-append"/>
    <function name="xfce_itembar_prepend ()" link="XfceItembar.html#xfce-itembar-prepend"/>
    <function name="xfce_itembar_reorder_child ()" link="XfceItembar.html#xfce-itembar-reorder-child"/>
    <function name="xfce_itembar_set_child_expand ()" link="XfceItembar.html#xfce-itembar-set-child-expand"/>
    <function name="xfce_itembar_get_child_expand ()" link="XfceItembar.html#xfce-itembar-get-child-expand"/>
    <function name="xfce_itembar_get_n_items ()" link="XfceItembar.html#xfce-itembar-get-n-items"/>
    <function name="xfce_itembar_get_item_index ()" link="XfceItembar.html#xfce-itembar-get-item-index"/>
    <function name="xfce_itembar_get_nth_item ()" link="XfceItembar.html#xfce-itembar-get-nth-item"/>
    <function name="xfce_itembar_raise_event_window ()" link="XfceItembar.html#xfce-itembar-raise-event-window"/>
    <function name="xfce_itembar_lower_event_window ()" link="XfceItembar.html#xfce-itembar-lower-event-window"/>
    <function name="xfce_itembar_event_window_is_raised ()" link="XfceItembar.html#xfce-itembar-event-window-is-raised"/>
    <function name="xfce_itembar_get_item_at_point ()" link="XfceItembar.html#xfce-itembar-get-item-at-point"/>
    <function name="xfce_itembar_get_drop_index ()" link="XfceItembar.html#xfce-itembar-get-drop-index"/>
    <function name="The &quot;orientation&quot; property" link="XfceItembar.html#XfceItembar--orientation"/>
    <function name="The &quot;expand&quot; child property" link="XfceItembar.html#XfceItembar--expand"/>
    <function name="The &quot;contents-changed&quot; signal" link="XfceItembar.html#XfceItembar-contents-changed"/>
    <function name="The &quot;orientation-changed&quot; signal" link="XfceItembar.html#XfceItembar-orientation-changed"/>
    <function name="XfceHVBox" link="XfceHVBox.html#XfceHVBox-struct"/>
    <function name="xfce_hvbox_new ()" link="XfceHVBox.html#xfce-hvbox-new"/>
    <function name="xfce_hvbox_set_orientation ()" link="XfceHVBox.html#xfce-hvbox-set-orientation"/>
    <function name="enum XfceScreenPosition" link="libxfce4panel-Standard-Enumerations.html#XfceScreenPosition"/>
    <function name="xfce_screen_position_is_horizontal()" link="libxfce4panel-Standard-Enumerations.html#xfce-screen-position-is-horizontal"/>
    <function name="xfce_screen_position_get_orientation()" link="libxfce4panel-Standard-Enumerations.html#xfce-screen-position-get-orientation"/>
    <function name="xfce_screen_position_is_floating()" link="libxfce4panel-Standard-Enumerations.html#xfce-screen-position-is-floating"/>
    <function name="xfce_screen_position_is_top()" link="libxfce4panel-Standard-Enumerations.html#xfce-screen-position-is-top"/>
    <function name="xfce_screen_position_is_left()" link="libxfce4panel-Standard-Enumerations.html#xfce-screen-position-is-left"/>
    <function name="xfce_screen_position_is_right()" link="libxfce4panel-Standard-Enumerations.html#xfce-screen-position-is-right"/>
    <function name="xfce_screen_position_is_bottom()" link="libxfce4panel-Standard-Enumerations.html#xfce-screen-position-is-bottom"/>
  </functions>
</book>