~ubuntu-branches/debian/experimental/xfce4-panel/experimental

« back to all changes in this revision

Viewing changes to docs/API/tmpl/xfce-panel-convenience.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2008-05-19 08:08:22 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20080519080822-c8ptdv1s8o9r4ou0
Tags: 4.4.2-6
* switch to triggers:
  - debian/postinst: remove xfce-mcs-manager refresh.
  - debian/prerm dropped.
  - debian/control: conflicts against non-triggers-enable xfce4-mcs-manager.
* debian/control: remove useless Conflicts/Replaces against Sarge stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
Convenience Functions
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
<para>
 
6
Special purpose widgets and utilities.
 
7
</para>
 
8
 
 
9
<!-- ##### SECTION Long_Description ##### -->
 
10
<para>
 
11
This section describes a number of functions that were created to help
 
12
developers of Xfce Panel plugins.
 
13
</para>
 
14
 
 
15
<!-- ##### SECTION See_Also ##### -->
 
16
<para>
 
17
 
 
18
</para>
 
19
 
 
20
<!-- ##### SECTION Stability_Level ##### -->
 
21
 
 
22
 
 
23
<!-- ##### FUNCTION xfce_create_panel_button ##### -->
 
24
<para>
 
25
 
 
26
</para>
 
27
 
 
28
@Returns: 
 
29
 
 
30
 
 
31
<!-- ##### FUNCTION xfce_create_panel_toggle_button ##### -->
 
32
<para>
 
33
 
 
34
</para>
 
35
 
 
36
@Returns: 
 
37
 
 
38
 
 
39
<!-- ##### FUNCTION xfce_allow_panel_customization ##### -->
 
40
<para>
 
41
 
 
42
</para>
 
43
 
 
44
@Returns: 
 
45
 
 
46
 
 
47
<!-- ##### MACRO panel_slice_alloc ##### -->
 
48
<para>
 
49
 
 
50
</para>
 
51
 
 
52
@block_size: 
 
53
 
 
54
 
 
55
<!-- ##### MACRO panel_slice_alloc0 ##### -->
 
56
<para>
 
57
 
 
58
</para>
 
59
 
 
60
@block_size: 
 
61
 
 
62
 
 
63
<!-- ##### MACRO panel_slice_free ##### -->
 
64
<para>
 
65
 
 
66
</para>
 
67
 
 
68
@type: 
 
69
@ptr: 
 
70
 
 
71
 
 
72
<!-- ##### MACRO panel_slice_free1 ##### -->
 
73
<para>
 
74
 
 
75
</para>
 
76
 
 
77
@block_size: 
 
78
@mem_block: 
 
79
 
 
80
 
 
81
<!-- ##### MACRO panel_slice_new ##### -->
 
82
<para>
 
83
 
 
84
</para>
 
85
 
 
86
@type: 
 
87
 
 
88
 
 
89
<!-- ##### MACRO panel_slice_new0 ##### -->
 
90
<para>
 
91
 
 
92
</para>
 
93
 
 
94
@type: 
 
95
 
 
96