diff options
author | Jim Evins <evins@snaught.com> | 2009-10-19 23:59:02 -0400 |
---|---|---|
committer | Jim Evins <evins@snaught.com> | 2009-10-19 23:59:02 -0400 |
commit | 797627cec95e55d0305a0b7aa81811cd5be291a4 (patch) | |
tree | c94fbde188b6cf482fc5897d72be7bb14c5eccb5 /data | |
parent | aac305dceb30dcc44e50917da3350fca428ef5d4 (diff) |
Create new glFieldButton widget family
Created new glFieldButton widget family modelled after glFontCombo. This
widget is for inserting merge fields into text. This button will pop-up
a menu containing possible field keys. The button attempts to place the
menu intelligently, rather than simply where the button was pressed.
Renamed glWdgtMergeMenu to glFieldButtonMenu.
Diffstat (limited to 'data')
-rw-r--r-- | data/builder/object-editor.builder | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/builder/object-editor.builder b/data/builder/object-editor.builder index 5cfb900..365f426 100644 --- a/data/builder/object-editor.builder +++ b/data/builder/object-editor.builder @@ -86,12 +86,12 @@ <property name="visible">True</property> <property name="spacing">12</property> <child> - <object class="GtkButton" id="edit_insert_field_button"> - <property name="label" translatable="yes">Insert merge field</property> + <object class="GtkVBox" id="edit_insert_field_vbox"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="use_underline">True</property> + <property name="orientation">vertical</property> + <child> + <placeholder/> + </child> </object> <packing> <property name="fill">False</property> |