]> git.sur5r.net Git - glabels/commit
Use glFieldButton instead of GtkComboBox for field selection
authorJim Evins <evins@snaught.com>
Wed, 16 Dec 2009 03:39:39 +0000 (22:39 -0500)
committerJim Evins <evins@snaught.com>
Wed, 16 Dec 2009 03:39:39 +0000 (22:39 -0500)
commitcbfbbff95d01ff6daffbb24159aa6fa0a4ae2e1c
tree86724c1d74331a30a9232a1e4fe5a4b912d3073a
parent1bddb489410c3e82ced613cd500080c5e0e94790
Use glFieldButton instead of GtkComboBox for field selection

Extended glFieldButton so that it could be used instead of a GtkComboBox
for field selectors in the object editor.  This unifies the dropdown style
with the "Insert field" button on the text editor page.
12 files changed:
data/builder/object-editor.builder
src/field-button.c
src/field-button.h
src/object-editor-bc-page.c
src/object-editor-data-page.c
src/object-editor-fill-page.c
src/object-editor-image-page.c
src/object-editor-line-page.c
src/object-editor-private.h
src/object-editor-shadow-page.c
src/object-editor-text-page.c
src/object-editor.c