~andreas-boettger/gmusicbrowser/master

« back to all changes in this revision

Viewing changes to layout_doc.html

  • Committer: Quentin Sculo
  • Date: 2009-05-24 16:11:40 UTC
  • Revision ID: git-v1:6dc99059b5fba1a5e69e1403c80ff49dfa8b9360
versionĀ 1.0.1

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