Changeset - 1b1e6dc6cc74
[Not reviewed]
default
0 1 0
Drew Perttula - 13 years ago 2012-06-12 06:30:02
drewp@bigasterisk.com
fix subterm area scrolling
Ignore-this: c97fdfd606c5ec3b5d33234e29503b61
1 file changed with 8 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/curvecalc/curvecalc.glade
Show inline comments
 
@@ -426,20 +426,22 @@
 
                    <property name="visible">True</property>
 
                    <property name="can_focus">False</property>
 
                    <child>
 
                      <object class="GtkScrolledWindow" id="scrolledwindow2">
 
                        <property name="visible">True</property>
 
                        <property name="can_focus">True</property>
 
                        <property name="vadjustment">adjustment1</property>
 
                        <property name="hscrollbar_policy">never</property>
 
                        <child>
 
                          <object class="GtkViewport" id="viewport1">
 
                            <property name="visible">True</property>
 
                            <property name="can_focus">False</property>
 
                            <property name="vadjustment">adjustment1</property>
 
                            <property name="shadow_type">none</property>
 
                            <child>
 
                              <object class="GtkTable" id="subterms">
 
                                <property name="height_request">90</property>
 
                                <property name="visible">True</property>
 
                                <property name="can_focus">False</property>
 
                                <property name="n_columns">2</property>
 
                                <child>
 
                                  <placeholder/>
 
                                </child>
 
@@ -638,12 +640,17 @@
 
          </packing>
 
        </child>
 
      </object>
 
    </child>
 
  </object>
 
  <object class="GtkAccelGroup" id="accelgroup1"/>
 
  <object class="GtkAdjustment" id="adjustment1">
 
    <property name="upper">100</property>
 
    <property name="step_increment">1</property>
 
    <property name="page_increment">10</property>
 
  </object>
 
  <object class="GtkTextBuffer" id="help">
 
    <property name="text">Mousewheel zoom; C-p play/pause music at mouse
 
Curve point bindings: B1 drag point; C-B1 curve add point; S-B1 sketch points; 1..5 add point at time; B1 drag select points
 
Available in functions: nsin/ncos period=amp=1; within(a,b) bef(x) aft(x) compare to time; smoove(x) cubic smoothstep; chan(name); curvename(t) eval curve</property>
 
  </object>
 
  <object class="GtkImage" id="image2">
0 comments (0 inline, 0 general)