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

« back to all changes in this revision

Viewing changes to gtk/doc/gtk/defuns-gtkaccelgroup.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-accel-group>
5
 
This @code{<gobject>} class defines no properties, other than those defined by
6
 
its superclasses.
 
5
Derives from @code{<gobject>}.
 
6
 
 
7
This class defines no direct slots.
7
8
 
8
9
@end deftp
9
10
 
265
266
 
266
267
@end deffn
267
268
 
268
 
@deffn Function gtk-accelerator-parse  (accelerator@tie{}@code{mchars}) (accelerator_mods@tie{}@code{<gdk-modifier-type*>}) @result{}@tie{} (accelerator_key@tie{}@code{unsigned-int})
269
 
Parses a string representing an accelerator. The format looks like "<Control>a"
270
 
or "<Shift><Alt>F1" or "<Release>z" (the last one is for key release). The
271
 
parser is fairly liberal and allows lower or upper case, and also abbreviations
272
 
such as "<Ctl>" and "<Ctrl>".
273
 
 
274
 
If the parse fails, @var{accelerator-key} and @var{accelerator-mods} will be set
275
 
to 0 (zero).
276
 
 
277
 
@table @var
278
 
@item accelerator
279
 
string representing an accelerator
280
 
 
281
 
@item accelerator-key
282
 
return location for accelerator keyval
283
 
 
284
 
@item accelerator-mods
285
 
return location for accelerator modifier mask
286
 
 
287
 
@end table
288
 
 
289
 
@end deffn
290
 
 
291
269
@deffn Function gtk-accelerator-name  (accelerator_key@tie{}@code{unsigned-int}) (accelerator_mods@tie{}@code{<gdk-modifier-type>}) @result{}@tie{} (ret@tie{}@code{mchars})
292
270
Converts an accelerator keyval and modifier mask into a string parseable by
293
271
@code{gtk-accelerator-parse}. For example, if you pass in @code{<gdk-q>} and