]> git.draconx.ca Git - liblbx.git/blobdiff - src/gui/lbxgui.glade
lbxgui: Add support for external palettes.
[liblbx.git] / src / gui / lbxgui.glade
index 510098bf0afec3c3956072180a47b77e12cdea41..53e5ce2d5cbc0ae223a08f0d44e89158b4f80d26 100644 (file)
                 <child>
                   <object class="GtkHBox" id="hbox1">
                     <property name="visible">True</property>
+                    <child>
+                      <object class="GtkLabel" id="label3">
+                        <property name="visible">True</property>
+                        <property name="xalign">1</property>
+                        <property name="xpad">4</property>
+                        <property name="label" translatable="yes">Palette:</property>
+                      </object>
+                      <packing>
+                        <property name="position">0</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <object class="GtkComboBoxEntry" id="palettechooser">
+                        <property name="visible">True</property>
+                        <signal name="changed" handler="set_palette_data"/>
+                      </object>
+                      <packing>
+                        <property name="expand">False</property>
+                        <property name="position">1</property>
+                      </packing>
+                    </child>
                     <child>
                       <object class="GtkLabel" id="label1">
                         <property name="visible">True</property>
                       </object>
                       <packing>
                         <property name="expand">False</property>
-                        <property name="position">0</property>
+                        <property name="position">2</property>
                       </packing>
                     </child>
                     <child>
                       <packing>
                         <property name="expand">False</property>
                         <property name="padding">3</property>
-                        <property name="position">1</property>
+                        <property name="position">3</property>
                       </packing>
                     </child>
                     <child>
                         <property name="label" translatable="yes">Frame:</property>
                       </object>
                       <packing>
-                        <property name="position">2</property>
+                        <property name="position">4</property>
                       </packing>
                     </child>
                     <child>
                       </object>
                       <packing>
                         <property name="expand">False</property>
-                        <property name="position">3</property>
+                        <property name="position">5</property>
                       </packing>
                     </child>
                     <child>
                       <packing>
                         <property name="expand">False</property>
                         <property name="padding">3</property>
-                        <property name="position">4</property>
+                        <property name="position">6</property>
                       </packing>
                     </child>
                   </object>
                   <packing>
                     <property name="expand">False</property>
+                    <property name="padding">3</property>
                     <property name="position">0</property>
                   </packing>
                 </child>
                   <object class="GtkViewport" id="viewport">
                     <property name="visible">True</property>
                     <property name="resize_mode">queue</property>
-                    <property name="shadow_type">etched-in</property>
                     <child>
-                      <object class="GtkDrawingArea" id="canvas">
+                      <object class="GtkAlignment" id="alignment1">
                         <property name="visible">True</property>
-                        <signal name="expose_event" handler="canvas_expose"/>
+                        <property name="xscale">0</property>
+                        <property name="yscale">0</property>
+                        <child>
+                          <object class="GtkDrawingArea" id="canvas">
+                            <property name="visible">True</property>
+                            <signal name="expose_event" handler="canvas_expose"/>
+                          </object>
+                        </child>
                       </object>
                     </child>
                   </object>