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
|
<?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="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>
<function name="panel_slice_alloc()" link="libxfce4panel-Common-macros.html#panel-slice-alloc"/>
<function name="panel_slice_alloc0()" link="libxfce4panel-Common-macros.html#panel-slice-alloc0"/>
<function name="panel_slice_free()" link="libxfce4panel-Common-macros.html#panel-slice-free"/>
<function name="panel_slice_free1()" link="libxfce4panel-Common-macros.html#panel-slice-free1"/>
<function name="panel_slice_new()" link="libxfce4panel-Common-macros.html#panel-slice-new"/>
<function name="panel_slice_new0()" link="libxfce4panel-Common-macros.html#panel-slice-new0"/>
<function name="PANEL_PARAM_READABLE" link="libxfce4panel-Common-macros.html#PANEL-PARAM-READABLE:CAPS"/>
<function name="PANEL_PARAM_READWRITE" link="libxfce4panel-Common-macros.html#PANEL-PARAM-READWRITE:CAPS"/>
<function name="PANEL_PARAM_WRITABLE" link="libxfce4panel-Common-macros.html#PANEL-PARAM-WRITABLE:CAPS"/>
<function name="I_()" link="libxfce4panel-Common-macros.html#I-:CAPS"/>
<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"/>
<function name="enum XfceHandleStyle" link="libxfce4panel-Standard-Enumerations.html#XfceHandleStyle"/>
<function name="XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL()" link="libxfce4panel-Register-Plugins.html#XFCE-PANEL-PLUGIN-REGISTER-EXTERNAL:CAPS"/>
<function name="XFCE_PANEL_PLUGIN_REGISTER_INTERNAL()" link="libxfce4panel-Register-Plugins.html#XFCE-PANEL-PLUGIN-REGISTER-INTERNAL:CAPS"/>
<function name="XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL_FULL()" link="libxfce4panel-Register-Plugins.html#XFCE-PANEL-PLUGIN-REGISTER-EXTERNAL-FULL:CAPS"/>
<function name="XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL_WITH_CHECK()" link="libxfce4panel-Register-Plugins.html#XFCE-PANEL-PLUGIN-REGISTER-EXTERNAL-WITH-CHECK:CAPS"/>
<function name="XFCE_PANEL_PLUGIN_REGISTER_INTERNAL_WITH_CHECK()" link="libxfce4panel-Register-Plugins.html#XFCE-PANEL-PLUGIN-REGISTER-INTERNAL-WITH-CHECK:CAPS"/>
<function name="XfcePanelPlugin" link="XfcePanelPlugin.html#XfcePanelPlugin-struct"/>
<function name="XfcePanelPluginFunc ()" link="XfcePanelPlugin.html#XfcePanelPluginFunc"/>
<function name="XfcePanelPluginCheck ()" link="XfcePanelPlugin.html#XfcePanelPluginCheck"/>
<function name="XfcePanelPluginPreInit ()" link="XfcePanelPlugin.html#XfcePanelPluginPreInit"/>
<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="xfce_panel_plugin_focus_widget ()" link="XfcePanelPlugin.html#xfce-panel-plugin-focus-widget"/>
<function name="xfce_panel_plugin_set_panel_hidden ()" link="XfcePanelPlugin.html#xfce-panel-plugin-set-panel-hidden"/>
<function name="The "display-name" property" link="XfcePanelPlugin.html#XfcePanelPlugin--display-name"/>
<function name="The "expand" property" link="XfcePanelPlugin.html#XfcePanelPlugin--expand"/>
<function name="The "id" property" link="XfcePanelPlugin.html#XfcePanelPlugin--id"/>
<function name="The "name" property" link="XfcePanelPlugin.html#XfcePanelPlugin--name"/>
<function name="The "screen-position" property" link="XfcePanelPlugin.html#XfcePanelPlugin--screen-position"/>
<function name="The "size" property" link="XfcePanelPlugin.html#XfcePanelPlugin--size"/>
<function name="The "about" signal" link="XfcePanelPlugin.html#XfcePanelPlugin-about"/>
<function name="The "configure-plugin" signal" link="XfcePanelPlugin.html#XfcePanelPlugin-configure-plugin"/>
<function name="The "free-data" signal" link="XfcePanelPlugin.html#XfcePanelPlugin-free-data"/>
<function name="The "orientation-changed" signal" link="XfcePanelPlugin.html#XfcePanelPlugin-orientation-changed"/>
<function name="The "save" signal" link="XfcePanelPlugin.html#XfcePanelPlugin-save"/>
<function name="The "screen-position-changed" signal" link="XfcePanelPlugin.html#XfcePanelPlugin-screen-position-changed"/>
<function name="The "size-changed" 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="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 "arrow-type" property" link="XfceArrowButton.html#XfceArrowButton--arrow-type"/>
<function name="The "arrow-type-changed" signal" link="XfceArrowButton.html#XfceArrowButton-arrow-type-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="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_set_allow_expand ()" link="XfceItembar.html#xfce-itembar-set-allow-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 "orientation" property" link="XfceItembar.html#XfceItembar--orientation"/>
<function name="The "expand" child property" link="XfceItembar.html#XfceItembar--c-expand"/>
<function name="The "contents-changed" signal" link="XfceItembar.html#XfceItembar-contents-changed"/>
<function name="The "orientation-changed" signal" link="XfceItembar.html#XfceItembar-orientation-changed"/>
<function name="XfcePanelWindow" link="XfcePanelWindow.html#XfcePanelWindow-struct"/>
<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 "handle-style" property" link="XfcePanelWindow.html#XfcePanelWindow--handle-style"/>
<function name="The "orientation" property" link="XfcePanelWindow.html#XfcePanelWindow--orientation"/>
<function name="The "move" signal" link="XfcePanelWindow.html#XfcePanelWindow-move"/>
<function name="The "move-end" signal" link="XfcePanelWindow.html#XfcePanelWindow-move-end"/>
<function name="The "move-start" signal" link="XfcePanelWindow.html#XfcePanelWindow-move-start"/>
<function name="The "orientation-changed" signal" link="XfcePanelWindow.html#XfcePanelWindow-orientation-changed"/>
<function name="xfce_create_panel_button ()" link="libxfce4panel-Convenience-Widgets.html#xfce-create-panel-button"/>
<function name="xfce_create_panel_toggle_button ()" link="libxfce4panel-Convenience-Widgets.html#xfce-create-panel-toggle-button"/>
<function name="xfce_allow_panel_customization ()" link="libxfce4panel-Convenience-Widgets.html#xfce-allow-panel-customization"/>
</functions>
</book>
|