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 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
|
<?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" version="2" language="c">
<chapters>
<sub name="Fundamentals" link="libxfce4panel-fundamentals.html">
<sub name="Common macros" link="libxfce4panel-Common-macros.html"/>
<sub name="Standard Enumerations" link="libxfce4panel-Standard-Enumerations.html"/>
</sub>
<sub name="Panel Plugins" link="libxfce4panel-panel.html">
<sub name="Register Plugins" link="libxfce4panel-Register-Plugins.html"/>
<sub name="XfcePanelPlugin" link="XfcePanelPlugin.html"/>
<sub name="XfceExternalPanelPlugin" link="XfceExternalPanelPlugin.html"/>
<sub name="XfceInternalPanelPlugin" link="XfceInternalPanelPlugin.html"/>
</sub>
<sub name="Widgets" link="libxfce4panel-widgets.html">
<sub name="XfceArrowButton" link="XfceArrowButton.html"/>
<sub name="XfceHVBox" link="XfceHVBox.html"/>
<sub name="XfceItembar" link="XfceItembar.html"/>
<sub name="XfcePanelWindow" link="XfcePanelWindow.html"/>
<sub name="Convenience Functions" link="libxfce4panel-Convenience-Widgets.html"/>
</sub>
<sub name="Index" link="ix01.html"/>
<sub name="Index of new symbols in 4.5" link="ix02.html"/>
</chapters>
<functions>
<keyword type="macro" name="panel_slice_alloc()" link="libxfce4panel-Common-macros.html#panel-slice-alloc"/>
<keyword type="macro" name="panel_slice_alloc0()" link="libxfce4panel-Common-macros.html#panel-slice-alloc0"/>
<keyword type="macro" name="panel_slice_free()" link="libxfce4panel-Common-macros.html#panel-slice-free"/>
<keyword type="macro" name="panel_slice_free1()" link="libxfce4panel-Common-macros.html#panel-slice-free1"/>
<keyword type="macro" name="panel_slice_new()" link="libxfce4panel-Common-macros.html#panel-slice-new"/>
<keyword type="macro" name="panel_slice_new0()" link="libxfce4panel-Common-macros.html#panel-slice-new0"/>
<keyword type="macro" name="PANEL_PARAM_READABLE" link="libxfce4panel-Common-macros.html#PANEL-PARAM-READABLE:CAPS"/>
<keyword type="macro" name="PANEL_PARAM_READWRITE" link="libxfce4panel-Common-macros.html#PANEL-PARAM-READWRITE:CAPS"/>
<keyword type="macro" name="PANEL_PARAM_WRITABLE" link="libxfce4panel-Common-macros.html#PANEL-PARAM-WRITABLE:CAPS"/>
<keyword type="macro" name="I_()" link="libxfce4panel-Common-macros.html#I-:CAPS"/>
<keyword type="enum" name="enum XfceScreenPosition" link="libxfce4panel-Standard-Enumerations.html#XfceScreenPosition"/>
<keyword type="macro" name="xfce_screen_position_is_horizontal()" link="libxfce4panel-Standard-Enumerations.html#xfce-screen-position-is-horizontal"/>
<keyword type="macro" name="xfce_screen_position_get_orientation()" link="libxfce4panel-Standard-Enumerations.html#xfce-screen-position-get-orientation"/>
<keyword type="macro" name="xfce_screen_position_is_floating()" link="libxfce4panel-Standard-Enumerations.html#xfce-screen-position-is-floating"/>
<keyword type="macro" name="xfce_screen_position_is_top()" link="libxfce4panel-Standard-Enumerations.html#xfce-screen-position-is-top"/>
<keyword type="macro" name="xfce_screen_position_is_left()" link="libxfce4panel-Standard-Enumerations.html#xfce-screen-position-is-left"/>
<keyword type="macro" name="xfce_screen_position_is_right()" link="libxfce4panel-Standard-Enumerations.html#xfce-screen-position-is-right"/>
<keyword type="macro" name="xfce_screen_position_is_bottom()" link="libxfce4panel-Standard-Enumerations.html#xfce-screen-position-is-bottom"/>
<keyword type="enum" name="enum XfceHandleStyle" link="libxfce4panel-Standard-Enumerations.html#XfceHandleStyle"/>
<keyword type="macro" name="XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL()" link="libxfce4panel-Register-Plugins.html#XFCE-PANEL-PLUGIN-REGISTER-EXTERNAL:CAPS"/>
<keyword type="macro" name="XFCE_PANEL_PLUGIN_REGISTER_INTERNAL()" link="libxfce4panel-Register-Plugins.html#XFCE-PANEL-PLUGIN-REGISTER-INTERNAL:CAPS"/>
<keyword type="macro" name="XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL_FULL()" link="libxfce4panel-Register-Plugins.html#XFCE-PANEL-PLUGIN-REGISTER-EXTERNAL-FULL:CAPS" since="4.5"/>
<keyword type="macro" name="XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL_WITH_CHECK()" link="libxfce4panel-Register-Plugins.html#XFCE-PANEL-PLUGIN-REGISTER-EXTERNAL-WITH-CHECK:CAPS"/>
<keyword type="macro" name="XFCE_PANEL_PLUGIN_REGISTER_INTERNAL_WITH_CHECK()" link="libxfce4panel-Register-Plugins.html#XFCE-PANEL-PLUGIN-REGISTER-INTERNAL-WITH-CHECK:CAPS"/>
<keyword type="struct" name="XfcePanelPlugin" link="XfcePanelPlugin.html#XfcePanelPlugin-struct"/>
<keyword type="function" name="XfcePanelPluginFunc ()" link="XfcePanelPlugin.html#XfcePanelPluginFunc"/>
<keyword type="function" name="XfcePanelPluginCheck ()" link="XfcePanelPlugin.html#XfcePanelPluginCheck"/>
<keyword type="function" name="XfcePanelPluginPreInit ()" link="XfcePanelPlugin.html#XfcePanelPluginPreInit" since="4.5"/>
<keyword type="function" name="xfce_panel_plugin_get_name ()" link="XfcePanelPlugin.html#xfce-panel-plugin-get-name"/>
<keyword type="function" name="xfce_panel_plugin_get_id ()" link="XfcePanelPlugin.html#xfce-panel-plugin-get-id"/>
<keyword type="function" name="xfce_panel_plugin_get_display_name ()" link="XfcePanelPlugin.html#xfce-panel-plugin-get-display-name"/>
<keyword type="function" name="xfce_panel_plugin_get_size ()" link="XfcePanelPlugin.html#xfce-panel-plugin-get-size"/>
<keyword type="function" name="xfce_panel_plugin_get_screen_position ()" link="XfcePanelPlugin.html#xfce-panel-plugin-get-screen-position"/>
<keyword type="function" name="xfce_panel_plugin_set_expand ()" link="XfcePanelPlugin.html#xfce-panel-plugin-set-expand"/>
<keyword type="function" name="xfce_panel_plugin_get_expand ()" link="XfcePanelPlugin.html#xfce-panel-plugin-get-expand"/>
<keyword type="function" name="xfce_panel_plugin_get_orientation ()" link="XfcePanelPlugin.html#xfce-panel-plugin-get-orientation"/>
<keyword type="function" name="xfce_panel_plugin_add_action_widget ()" link="XfcePanelPlugin.html#xfce-panel-plugin-add-action-widget"/>
<keyword type="function" name="xfce_panel_plugin_menu_insert_item ()" link="XfcePanelPlugin.html#xfce-panel-plugin-menu-insert-item"/>
<keyword type="function" name="xfce_panel_plugin_menu_show_about ()" link="XfcePanelPlugin.html#xfce-panel-plugin-menu-show-about"/>
<keyword type="function" name="xfce_panel_plugin_menu_show_configure ()" link="XfcePanelPlugin.html#xfce-panel-plugin-menu-show-configure"/>
<keyword type="function" name="xfce_panel_plugin_block_menu ()" link="XfcePanelPlugin.html#xfce-panel-plugin-block-menu"/>
<keyword type="function" name="xfce_panel_plugin_unblock_menu ()" link="XfcePanelPlugin.html#xfce-panel-plugin-unblock-menu"/>
<keyword type="function" name="xfce_panel_plugin_register_menu ()" link="XfcePanelPlugin.html#xfce-panel-plugin-register-menu"/>
<keyword type="function" name="xfce_panel_plugin_lookup_rc_file ()" link="XfcePanelPlugin.html#xfce-panel-plugin-lookup-rc-file"/>
<keyword type="function" name="xfce_panel_plugin_save_location ()" link="XfcePanelPlugin.html#xfce-panel-plugin-save-location"/>
<keyword type="function" name="xfce_panel_plugin_focus_widget ()" link="XfcePanelPlugin.html#xfce-panel-plugin-focus-widget"/>
<keyword type="function" name="xfce_panel_plugin_set_panel_hidden ()" link="XfcePanelPlugin.html#xfce-panel-plugin-set-panel-hidden"/>
<keyword type="property" name="The "display-name" property" link="XfcePanelPlugin.html#XfcePanelPlugin--display-name"/>
<keyword type="property" name="The "expand" property" link="XfcePanelPlugin.html#XfcePanelPlugin--expand"/>
<keyword type="property" name="The "id" property" link="XfcePanelPlugin.html#XfcePanelPlugin--id"/>
<keyword type="property" name="The "name" property" link="XfcePanelPlugin.html#XfcePanelPlugin--name"/>
<keyword type="property" name="The "screen-position" property" link="XfcePanelPlugin.html#XfcePanelPlugin--screen-position"/>
<keyword type="property" name="The "size" property" link="XfcePanelPlugin.html#XfcePanelPlugin--size"/>
<keyword type="signal" name="The "about" signal" link="XfcePanelPlugin.html#XfcePanelPlugin-about"/>
<keyword type="signal" name="The "configure-plugin" signal" link="XfcePanelPlugin.html#XfcePanelPlugin-configure-plugin"/>
<keyword type="signal" name="The "free-data" signal" link="XfcePanelPlugin.html#XfcePanelPlugin-free-data"/>
<keyword type="signal" name="The "orientation-changed" signal" link="XfcePanelPlugin.html#XfcePanelPlugin-orientation-changed"/>
<keyword type="signal" name="The "save" signal" link="XfcePanelPlugin.html#XfcePanelPlugin-save"/>
<keyword type="signal" name="The "screen-position-changed" signal" link="XfcePanelPlugin.html#XfcePanelPlugin-screen-position-changed"/>
<keyword type="signal" name="The "size-changed" signal" link="XfcePanelPlugin.html#XfcePanelPlugin-size-changed"/>
<keyword type="struct" name="XfceExternalPanelPlugin" link="XfceExternalPanelPlugin.html#XfceExternalPanelPlugin-struct"/>
<keyword type="function" name="xfce_external_panel_plugin_new ()" link="XfceExternalPanelPlugin.html#xfce-external-panel-plugin-new"/>
<keyword type="struct" name="XfceInternalPanelPlugin" link="XfceInternalPanelPlugin.html#XfceInternalPanelPlugin-struct"/>
<keyword type="function" name="xfce_internal_panel_plugin_new ()" link="XfceInternalPanelPlugin.html#xfce-internal-panel-plugin-new"/>
<keyword type="struct" name="XfceArrowButton" link="XfceArrowButton.html#XfceArrowButton-struct"/>
<keyword type="function" name="xfce_arrow_button_new ()" link="XfceArrowButton.html#xfce-arrow-button-new"/>
<keyword type="function" name="xfce_arrow_button_set_arrow_type ()" link="XfceArrowButton.html#xfce-arrow-button-set-arrow-type"/>
<keyword type="function" name="xfce_arrow_button_get_arrow_type ()" link="XfceArrowButton.html#xfce-arrow-button-get-arrow-type"/>
<keyword type="property" name="The "arrow-type" property" link="XfceArrowButton.html#XfceArrowButton--arrow-type"/>
<keyword type="signal" name="The "arrow-type-changed" signal" link="XfceArrowButton.html#XfceArrowButton-arrow-type-changed"/>
<keyword type="struct" name="XfceHVBox" link="XfceHVBox.html#XfceHVBox-struct"/>
<keyword type="function" name="xfce_hvbox_new ()" link="XfceHVBox.html#xfce-hvbox-new"/>
<keyword type="function" name="xfce_hvbox_set_orientation ()" link="XfceHVBox.html#xfce-hvbox-set-orientation"/>
<keyword type="struct" name="XfceItembar" link="XfceItembar.html#XfceItembar-struct"/>
<keyword type="function" name="xfce_itembar_new ()" link="XfceItembar.html#xfce-itembar-new"/>
<keyword type="function" name="xfce_itembar_set_orientation ()" link="XfceItembar.html#xfce-itembar-set-orientation"/>
<keyword type="function" name="xfce_itembar_get_orientation ()" link="XfceItembar.html#xfce-itembar-get-orientation"/>
<keyword type="function" name="xfce_itembar_insert ()" link="XfceItembar.html#xfce-itembar-insert"/>
<keyword type="function" name="xfce_itembar_append ()" link="XfceItembar.html#xfce-itembar-append"/>
<keyword type="function" name="xfce_itembar_prepend ()" link="XfceItembar.html#xfce-itembar-prepend"/>
<keyword type="function" name="xfce_itembar_reorder_child ()" link="XfceItembar.html#xfce-itembar-reorder-child"/>
<keyword type="function" name="xfce_itembar_set_child_expand ()" link="XfceItembar.html#xfce-itembar-set-child-expand"/>
<keyword type="function" name="xfce_itembar_get_child_expand ()" link="XfceItembar.html#xfce-itembar-get-child-expand"/>
<keyword type="function" name="xfce_itembar_set_allow_expand ()" link="XfceItembar.html#xfce-itembar-set-allow-expand"/>
<keyword type="function" name="xfce_itembar_get_n_items ()" link="XfceItembar.html#xfce-itembar-get-n-items"/>
<keyword type="function" name="xfce_itembar_get_item_index ()" link="XfceItembar.html#xfce-itembar-get-item-index"/>
<keyword type="function" name="xfce_itembar_get_nth_item ()" link="XfceItembar.html#xfce-itembar-get-nth-item"/>
<keyword type="function" name="xfce_itembar_raise_event_window ()" link="XfceItembar.html#xfce-itembar-raise-event-window"/>
<keyword type="function" name="xfce_itembar_lower_event_window ()" link="XfceItembar.html#xfce-itembar-lower-event-window"/>
<keyword type="function" name="xfce_itembar_event_window_is_raised ()" link="XfceItembar.html#xfce-itembar-event-window-is-raised"/>
<keyword type="function" name="xfce_itembar_get_item_at_point ()" link="XfceItembar.html#xfce-itembar-get-item-at-point"/>
<keyword type="function" name="xfce_itembar_get_drop_index ()" link="XfceItembar.html#xfce-itembar-get-drop-index"/>
<keyword type="property" name="The "orientation" property" link="XfceItembar.html#XfceItembar--orientation"/>
<keyword type="property" name="The "expand" child property" link="XfceItembar.html#XfceItembar--c-expand"/>
<keyword type="signal" name="The "contents-changed" signal" link="XfceItembar.html#XfceItembar-contents-changed"/>
<keyword type="signal" name="The "orientation-changed" signal" link="XfceItembar.html#XfceItembar-orientation-changed"/>
<keyword type="struct" name="XfcePanelWindow" link="XfcePanelWindow.html#XfcePanelWindow-struct"/>
<keyword type="function" name="XfcePanelWindowMoveFunc ()" link="XfcePanelWindow.html#XfcePanelWindowMoveFunc"/>
<keyword type="function" name="XfcePanelWindowResizeFunc ()" link="XfcePanelWindow.html#XfcePanelWindowResizeFunc"/>
<keyword type="function" name="xfce_panel_window_new ()" link="XfcePanelWindow.html#xfce-panel-window-new"/>
<keyword type="function" name="xfce_panel_window_set_orientation ()" link="XfcePanelWindow.html#xfce-panel-window-set-orientation"/>
<keyword type="function" name="xfce_panel_window_get_orientation ()" link="XfcePanelWindow.html#xfce-panel-window-get-orientation"/>
<keyword type="function" name="xfce_panel_window_set_handle_style ()" link="XfcePanelWindow.html#xfce-panel-window-set-handle-style"/>
<keyword type="function" name="xfce_panel_window_get_handle_style ()" link="XfcePanelWindow.html#xfce-panel-window-get-handle-style"/>
<keyword type="function" name="xfce_panel_window_set_show_border ()" link="XfcePanelWindow.html#xfce-panel-window-set-show-border"/>
<keyword type="function" name="xfce_panel_window_get_show_border ()" link="XfcePanelWindow.html#xfce-panel-window-get-show-border"/>
<keyword type="function" name="xfce_panel_window_set_resize_function ()" link="XfcePanelWindow.html#xfce-panel-window-set-resize-function"/>
<keyword type="function" name="xfce_panel_window_set_move_function ()" link="XfcePanelWindow.html#xfce-panel-window-set-move-function"/>
<keyword type="function" name="xfce_panel_window_set_movable ()" link="XfcePanelWindow.html#xfce-panel-window-set-movable"/>
<keyword type="function" name="xfce_panel_window_get_movable ()" link="XfcePanelWindow.html#xfce-panel-window-get-movable"/>
<keyword type="property" name="The "handle-style" property" link="XfcePanelWindow.html#XfcePanelWindow--handle-style"/>
<keyword type="property" name="The "orientation" property" link="XfcePanelWindow.html#XfcePanelWindow--orientation"/>
<keyword type="signal" name="The "move" signal" link="XfcePanelWindow.html#XfcePanelWindow-move"/>
<keyword type="signal" name="The "move-end" signal" link="XfcePanelWindow.html#XfcePanelWindow-move-end"/>
<keyword type="signal" name="The "move-start" signal" link="XfcePanelWindow.html#XfcePanelWindow-move-start"/>
<keyword type="signal" name="The "orientation-changed" signal" link="XfcePanelWindow.html#XfcePanelWindow-orientation-changed"/>
<keyword type="function" name="xfce_create_panel_button ()" link="libxfce4panel-Convenience-Widgets.html#xfce-create-panel-button"/>
<keyword type="function" name="xfce_create_panel_toggle_button ()" link="libxfce4panel-Convenience-Widgets.html#xfce-create-panel-toggle-button"/>
<keyword type="function" name="xfce_allow_panel_customization ()" link="libxfce4panel-Convenience-Widgets.html#xfce-allow-panel-customization"/>
<keyword type="constant" name="XFCE_SCREEN_POSITION_NONE" link="libxfce4panel-Standard-Enumerations.html#XFCE-SCREEN-POSITION-NONE:CAPS"/>
<keyword type="constant" name="XFCE_SCREEN_POSITION_NW_H" link="libxfce4panel-Standard-Enumerations.html#XFCE-SCREEN-POSITION-NW-H:CAPS"/>
<keyword type="constant" name="XFCE_SCREEN_POSITION_N" link="libxfce4panel-Standard-Enumerations.html#XFCE-SCREEN-POSITION-N:CAPS"/>
<keyword type="constant" name="XFCE_SCREEN_POSITION_NE_H" link="libxfce4panel-Standard-Enumerations.html#XFCE-SCREEN-POSITION-NE-H:CAPS"/>
<keyword type="constant" name="XFCE_SCREEN_POSITION_NW_V" link="libxfce4panel-Standard-Enumerations.html#XFCE-SCREEN-POSITION-NW-V:CAPS"/>
<keyword type="constant" name="XFCE_SCREEN_POSITION_W" link="libxfce4panel-Standard-Enumerations.html#XFCE-SCREEN-POSITION-W:CAPS"/>
<keyword type="constant" name="XFCE_SCREEN_POSITION_SW_V" link="libxfce4panel-Standard-Enumerations.html#XFCE-SCREEN-POSITION-SW-V:CAPS"/>
<keyword type="constant" name="XFCE_SCREEN_POSITION_NE_V" link="libxfce4panel-Standard-Enumerations.html#XFCE-SCREEN-POSITION-NE-V:CAPS"/>
<keyword type="constant" name="XFCE_SCREEN_POSITION_E" link="libxfce4panel-Standard-Enumerations.html#XFCE-SCREEN-POSITION-E:CAPS"/>
<keyword type="constant" name="XFCE_SCREEN_POSITION_SE_V" link="libxfce4panel-Standard-Enumerations.html#XFCE-SCREEN-POSITION-SE-V:CAPS"/>
<keyword type="constant" name="XFCE_SCREEN_POSITION_SW_H" link="libxfce4panel-Standard-Enumerations.html#XFCE-SCREEN-POSITION-SW-H:CAPS"/>
<keyword type="constant" name="XFCE_SCREEN_POSITION_S" link="libxfce4panel-Standard-Enumerations.html#XFCE-SCREEN-POSITION-S:CAPS"/>
<keyword type="constant" name="XFCE_SCREEN_POSITION_SE_H" link="libxfce4panel-Standard-Enumerations.html#XFCE-SCREEN-POSITION-SE-H:CAPS"/>
<keyword type="constant" name="XFCE_SCREEN_POSITION_FLOATING_H" link="libxfce4panel-Standard-Enumerations.html#XFCE-SCREEN-POSITION-FLOATING-H:CAPS"/>
<keyword type="constant" name="XFCE_SCREEN_POSITION_FLOATING_V" link="libxfce4panel-Standard-Enumerations.html#XFCE-SCREEN-POSITION-FLOATING-V:CAPS"/>
<keyword type="constant" name="XFCE_HANDLE_STYLE_NONE" link="libxfce4panel-Standard-Enumerations.html#XFCE-HANDLE-STYLE-NONE:CAPS"/>
<keyword type="constant" name="XFCE_HANDLE_STYLE_BOTH" link="libxfce4panel-Standard-Enumerations.html#XFCE-HANDLE-STYLE-BOTH:CAPS"/>
<keyword type="constant" name="XFCE_HANDLE_STYLE_START" link="libxfce4panel-Standard-Enumerations.html#XFCE-HANDLE-STYLE-START:CAPS"/>
<keyword type="constant" name="XFCE_HANDLE_STYLE_END" link="libxfce4panel-Standard-Enumerations.html#XFCE-HANDLE-STYLE-END:CAPS"/>
</functions>
</book>
|