Fixed format menu in report dialog
svn: r701
This commit is contained in:
parent
1cdb90c001
commit
9a0c34dfb5
@ -179,6 +179,7 @@ class ReportDialog:
|
|||||||
self.setup_title()
|
self.setup_title()
|
||||||
self.setup_header()
|
self.setup_header()
|
||||||
self.setup_target_frame()
|
self.setup_target_frame()
|
||||||
|
self.setup_format_frame()
|
||||||
self.setup_style_frame()
|
self.setup_style_frame()
|
||||||
self.setup_output_notebook()
|
self.setup_output_notebook()
|
||||||
self.setup_paper_frame()
|
self.setup_paper_frame()
|
||||||
@ -190,7 +191,8 @@ class ReportDialog:
|
|||||||
# Allow for post processing of the format frame, since the
|
# Allow for post processing of the format frame, since the
|
||||||
# show_all task calls events that may reset values
|
# show_all task calls events that may reset values
|
||||||
|
|
||||||
self.setup_format_frame()
|
def setup_post_process(self):
|
||||||
|
pass
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
@ -6380,6 +6380,12 @@ Unknown
|
|||||||
<name>button147</name>
|
<name>button147</name>
|
||||||
<can_default>True</can_default>
|
<can_default>True</can_default>
|
||||||
<can_focus>True</can_focus>
|
<can_focus>True</can_focus>
|
||||||
|
<signal>
|
||||||
|
<name>clicked</name>
|
||||||
|
<handler>destroy_passed_object</handler>
|
||||||
|
<object>addChild</object>
|
||||||
|
<last_modification_time>Tue, 15 Jan 2002 23:03:24 GMT</last_modification_time>
|
||||||
|
</signal>
|
||||||
<stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
|
<stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
@ -6398,7 +6404,7 @@ Unknown
|
|||||||
<widget>
|
<widget>
|
||||||
<class>GtkLabel</class>
|
<class>GtkLabel</class>
|
||||||
<name>newTitle</name>
|
<name>newTitle</name>
|
||||||
<width>450</width>
|
<width>500</width>
|
||||||
<label>Add New Child</label>
|
<label>Add New Child</label>
|
||||||
<justify>GTK_JUSTIFY_CENTER</justify>
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
||||||
<wrap>False</wrap>
|
<wrap>False</wrap>
|
||||||
|
@ -951,12 +951,17 @@ class WebReportDialog(ReportDialog):
|
|||||||
make_report routine."""
|
make_report routine."""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
def setup_format_frame(self):
|
||||||
|
"""Do nothing, since we don't want a format frame (HTML only)"""
|
||||||
|
pass
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Functions related to setting up the dialog window
|
# Functions related to setting up the dialog window
|
||||||
#
|
#
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
def setup_format_frame(self):
|
def setup_post_process(self):
|
||||||
"""The format frame is not used in this dialog. Hide it, and
|
"""The format frame is not used in this dialog. Hide it, and
|
||||||
set the output notebook to always display the html template
|
set the output notebook to always display the html template
|
||||||
page."""
|
page."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user