~ubuntu-branches/ubuntu/trusty/guile-gnome-platform/trusty-proposed

« back to all changes in this revision

Viewing changes to gtk/doc/gtk/defuns-gtkaction.xml.texi

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Rottmann
  • Date: 2009-03-01 22:51:48 UTC
  • mfrom: (1.1.2 upstream) (3.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090301225148-5cubt342wiv8jpmf
Tags: 2.16.1-1
* New upstream release.
* Upstream bumped API, hence all package names changed from
  guile-gnome0-* to guile-gnome2-*.
* Standards-Version 3.8.0 (no changes).
* Remove unused guile-gnome2-cairo.install file.
* Added ${misc:Depends} to all packages.
* Do not build-depend on a -1 revision of the g-wrap packages.
* Add a proper "Copyright YEARS AUTHORS" line to debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
@c %start of fragment
3
3
 
4
4
@deftp Class <gtk-action>
5
 
This @code{<gobject>} class defines the following properties:
 
5
Derives from @code{<gtk-buildable>}, @code{<gobject>}.
 
6
 
 
7
This class defines the following slots:
6
8
 
7
9
@table @code
8
10
@item name
9
 
A unique name for the action.@item label
10
 
The label used for menu items and buttons that activate this action.@item short-label
11
 
A shorter label that may be used on toolbar buttons.@item tooltip
12
 
A tooltip for this action.@item stock-id
13
 
The stock icon displayed in widgets representing this action.@item icon-name
14
 
The name of the icon from the icon theme@item visible-horizontal
15
 
Whether the toolbar item is visible when the toolbar is in a horizontal orientation.@item visible-vertical
16
 
Whether the toolbar item is visible when the toolbar is in a vertical orientation.@item visible-overflown
17
 
When TRUE, toolitem proxies for this action are represented in the toolbar overflow menu.@item is-important
18
 
Whether the action is considered important. When TRUE, toolitem proxies for this action show text in GTK_TOOLBAR_BOTH_HORIZ mode.@item hide-if-empty
19
 
When TRUE, empty menu proxies for this action are hidden.@item sensitive
20
 
Whether the action is enabled.@item visible
21
 
Whether the action is visible.@item action-group
22
 
The GtkActionGroup this GtkAction is associated with, or NULL (for internal use).@end table
 
11
A unique name for the action.
 
12
 
 
13
@item label
 
14
The label used for menu items and buttons that activate this action.
 
15
 
 
16
@item short-label
 
17
A shorter label that may be used on toolbar buttons.
 
18
 
 
19
@item tooltip
 
20
A tooltip for this action.
 
21
 
 
22
@item stock-id
 
23
The stock icon displayed in widgets representing this action.
 
24
 
 
25
@item icon-name
 
26
The name of the icon from the icon theme
 
27
 
 
28
@item visible-horizontal
 
29
Whether the toolbar item is visible when the toolbar is in a horizontal
 
30
orientation.
 
31
 
 
32
@item visible-vertical
 
33
Whether the toolbar item is visible when the toolbar is in a vertical
 
34
orientation.
 
35
 
 
36
@item visible-overflown
 
37
When TRUE, toolitem proxies for this action are represented in the toolbar
 
38
overflow menu.
 
39
 
 
40
@item is-important
 
41
Whether the action is considered important. When TRUE, toolitem proxies for this
 
42
action show text in GTK_TOOLBAR_BOTH_HORIZ mode.
 
43
 
 
44
@item hide-if-empty
 
45
When TRUE, empty menu proxies for this action are hidden.
 
46
 
 
47
@item sensitive
 
48
Whether the action is enabled.
 
49
 
 
50
@item visible
 
51
Whether the action is visible.
 
52
 
 
53
@item action-group
 
54
The GtkActionGroup this GtkAction is associated with, or NULL (for internal
 
55
use).
 
56
 
 
57
@end table
23
58
 
24
59
@end deftp
25
60