[Glade-users] A simple question from a glade newbie
- From: mal at colm.me.uk (malcolm hinsley)
- Subject: [Glade-users] A simple question from a glade newbie
- Date: Thu, 17 Jan 2008 12:51:43 +0000
Hi.
I installed glade 3.4.0 on Ubuntu (64 bit) using the synaptic package
manager.
It works fine except that if i open a file i've created earlier then i
can see all the widgets in the properties windows (aka inspector and
editor) but the design pane is just blank.
Likewise if i start a new file and create more than one top level window
then i can't ever get back to the first one.
I can't find any controls or menu items to do this and i've tried quite
a few combinations on CTRL ALT PGUP/DN etc etc. I've also tried toggling
the 'visible' property.
I would have thought that selecting a top level window in the inspector
pane would cause it to be displayed.
Is this a bug or have i missed something really obvious??
thanks
--
malcolm h.
--------------
Here's a sample file, one button inside a window - having created it i
can't edit the layout.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
<!--Generated with glade3 3.4.0 on Thu Jan 17 10:57:05 2008 -->
<glade-interface>
<widget class="GtkWindow" id="window1">
<property name="events">GDK_POINTER_MOTION_MASK |
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK |
GDK_BUTTON_RELEASE_MASK</property>
<child>
<widget class="GtkButton" id="button1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK |
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK |
GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">button</property>
<property name="response_id">0</property>
</widget>
</child>
</widget>
</glade-interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]