NactMenubar: new convenience class
commit44ecfae822848cbf121ae261ecd5901dab942804
authorPierre Wieser <pwieser@trychlos.org>
Tue, 1 Feb 2011 00:14:15 +0000 (1 01:14 +0100)
committerPierre Wieser <pwieser@trychlos.org>
Tue, 1 Feb 2011 00:14:15 +0000 (1 01:14 +0100)
tree7266445d4e0d368efc1e4e6638b892b2ee5362db
parentf9d753a932d9ae1e0e353934b542d1f8c9aa10d5
NactMenubar: new convenience class

The object is created at NactMainWindow instanciation time, destroys itself via a weak ref,
is supposed to make an heavy use of BaseWindow-class messages to reduce the need for a
public API.
17 files changed:
ChangeLog
src/nact/Makefile.am
src/nact/nact-iactions-list.c
src/nact/nact-main-menubar-edit.h
src/nact/nact-main-menubar-file.h
src/nact/nact-main-menubar-help.c
src/nact/nact-main-menubar-help.h
src/nact/nact-main-menubar-maintainer.c
src/nact/nact-main-menubar-maintainer.h
src/nact/nact-main-menubar-tools.c
src/nact/nact-main-menubar-tools.h
src/nact/nact-main-menubar-view.c
src/nact/nact-main-menubar-view.h
src/nact/nact-main-menubar.h [deleted file]
src/nact/nact-main-window.c
src/nact/nact-menubar.c [moved from src/nact/nact-main-menubar.c with 66% similarity]
src/nact/nact-menubar.h [new file with mode: 0644]