~ubuntu-branches/ubuntu/lucid/gmusicbrowser/lucid

« back to all changes in this revision

Viewing changes to layout_doc.html

  • Committer: Bazaar Package Importer
  • Author(s): James Westby, Arnaud Soyez, James Westby
  • Date: 2008-11-27 00:53:40 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20081127005340-odrpldkb6gjs6zdj
Tags: 1.0.1-0ubuntu1
[ Arnaud Soyez ]
* New upstream version. (LP: #302422)

[ James Westby ]
* Drop suggests on flac123 as it has been removed, remove it from the
  description ogg123 in vorbis-tools (already suggested is plays flac)
  (LP: #301652)
* Change gmusicbrowser_123.pm to use ogg123 instead of flac123.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
<dt><b>EB</b> : Expander (based on <a href=http://developer.gnome.org/doc/API/2.0/gtk/GtkExpander.html>GtkExpander</a>)</dt><dd>
94
94
        contains only one widget/container which can be showed/hidden<br>
95
95
        option : label : text for the optional widget
96
 
        syntax : <code>FBname = (label="optional label") widget1</code><br>
97
 
        or : <code>FBname = widget1</code><br>
 
96
        syntax : <code>EBname = (label="optional label") widget1</code><br>
 
97
        or : <code>EBname = widget1</code><br>
98
98
</dd>
99
99
<dt><b>FB</b> : Fixed (based on <a href=http://developer.gnome.org/doc/API/2.0/gtk/GtkFixed.html>GtkFixed</a>)</dt><dd>
100
100
        Each widget is positionned at precise coordinates<br>
249
249
All indicators can be changed to buttons with the option button=1.<br>
250
250
Size can be changed same as buttons, see above.<br>
251
251
<br>
252
 
A lot of widgets, in particular labels, indicators and buttons can use the option click1 (or click2 ...) to (re)define the action executed when the widget is clicked with mouse button 1 (or 2 ...). Example : <code>click2=OpenSongProp</code>, bouttons widget also accept the option activate to (re)define the action executed when the button is activated with a mouse click or keyboard<br>
 
252
A lot of widgets, in particular labels, indicators and buttons can use the option click1 (or click2 ...) to (re)define the action executed when the widget is clicked with mouse button 1 (or 2 ...). Example : <code>click2=OpenSongProp</code>, buttons widget also accept the option activate to (re)define the action executed when the button is activated with a mouse click or keyboard<br>
253
253
Also, a lot of widgets, in particular labels, indicators and buttons, can use the option tip, to define a tooltip for the widget. The tip can contains <a href="#songvar">%-letters</a> to display informations on the current song.<br>
254
254
Another common option is cursor, to to change the mouse cursor when it hovers over it (eg : cursor=hand2). See <a href="http://gtk2-perl.sourceforge.net/doc/pod/Gtk2/Gdk/Cursor.html#enum_Gtk2_Gdk_Cursor">this page</a> for a list of cursor names.<br><br>
255
255