Kaydet (Commit) 554a6131 authored tarafından Palenik Mihály's avatar Palenik Mihály Kaydeden (comit) Caolán McNamara

Convert RID_CONDFORMAT to .ui

Change-Id: I23ac6a7328a43c2fb63f2f804f6718f64e73eb8e
üst 2fa900c7
...@@ -42,11 +42,11 @@ ...@@ -42,11 +42,11 @@
<glade-widget-class title="Thesaurus Edit" name="cuilo-ReplaceEdit" <glade-widget-class title="Thesaurus Edit" name="cuilo-ReplaceEdit"
generic-name="ReplaceEdit" parent="GtkEntry" generic-name="ReplaceEdit" parent="GtkEntry"
icon-name="widget-gtk-textentry"/> icon-name="widget-gtk-textentry"/>
<glade-widget-class title="Thesaurus Lookup" name="cuilo-LookUpComboBox" <glade-widget-class title="Condition Edit" name="rptuilo-ConditionField"
generic-name="LookUpComboBox" parent="GtkEntry" generic-name="ConditionEdit" parent="GtkEntry"
icon-name="widget-gtk-comboboxtext"/> icon-name="widget-gtk-comboboxtext"/>
<glade-widget-class title="Hyphen Edit" name="cuilo-HyphenEdit" <glade-widget-class title="Hyphen Edit" name="cuilo-HyphenEdit"
generic-name="ReplaceEdit" parent="GtkEntry" generic-name="HyphenEdit" parent="GtkEntry"
icon-name="widget-gtk-textentry"/> icon-name="widget-gtk-textentry"/>
<glade-widget-class title="OSQL NameEdit" name="dbulo-OSQLNameEdit" <glade-widget-class title="OSQL NameEdit" name="dbulo-OSQLNameEdit"
generic-name="OSQLNameEdit" parent="GtkEntry" generic-name="OSQLNameEdit" parent="GtkEntry"
......
...@@ -37,6 +37,8 @@ $(eval $(call gb_UIConfig_add_toolbarfiles,modules/dbreport,\ ...@@ -37,6 +37,8 @@ $(eval $(call gb_UIConfig_add_toolbarfiles,modules/dbreport,\
$(eval $(call gb_UIConfig_add_uifiles,modules/dbreport,\ $(eval $(call gb_UIConfig_add_uifiles,modules/dbreport,\
reportdesign/uiconfig/dbreport/ui/backgrounddialog \ reportdesign/uiconfig/dbreport/ui/backgrounddialog \
reportdesign/uiconfig/dbreport/ui/chardialog \ reportdesign/uiconfig/dbreport/ui/chardialog \
reportdesign/uiconfig/dbreport/ui/condformatdialog \
reportdesign/uiconfig/dbreport/ui/conditionwin \
reportdesign/uiconfig/dbreport/ui/datetimedialog \ reportdesign/uiconfig/dbreport/ui/datetimedialog \
reportdesign/uiconfig/dbreport/ui/pagedialog \ reportdesign/uiconfig/dbreport/ui/pagedialog \
reportdesign/uiconfig/dbreport/ui/pagenumberdialog \ reportdesign/uiconfig/dbreport/ui/pagenumberdialog \
......
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
// Dialog Control Id's ----------------------------------------------------------- // Dialog Control Id's -----------------------------------------------------------
#define RID_GROUPS_SORTING ( RID_DIALOG_START + 0 ) #define RID_GROUPS_SORTING ( RID_DIALOG_START + 0 )
#define RID_DATETIME_DLG ( RID_DIALOG_START + 2 ) #define RID_DATETIME_DLG ( RID_DIALOG_START + 2 )
#define RID_CONDFORMAT ( RID_DIALOG_START + 3 )
#define WIN_CONDITION ( RID_DIALOG_START + 4 ) #define WIN_CONDITION ( RID_DIALOG_START + 4 )
#define RID_NAVIGATOR ( RID_DIALOG_START + 5 ) #define RID_NAVIGATOR ( RID_DIALOG_START + 5 )
......
...@@ -35,25 +35,6 @@ ...@@ -35,25 +35,6 @@
#define IMAGE_BUTTON_WIDTH 12 #define IMAGE_BUTTON_WIDTH 12
#define IMAGE_BUTTON_HEIGHT 14 #define IMAGE_BUTTON_HEIGHT 14
#define FL_CONDITION_HEADER 2
#define CRTL_FORMAT_PREVIEW 3
#define TB_FORMAT 4
#define LB_COND_TYPE 5
#define LB_OP 6
#define ED_CONDITION_LHS 7
#define FT_AND 8
#define PB_OK 9
#define PB_CANCEL 10
#define PB_HELP 11
#define FL_SEPARATOR1 12
#define ED_CONDITION_RHS 13
#define SB_ALL_CONDITIONS 18
#define WND_COND_PLAYGROUND 19
#define BTN_MOVE_UP 20
#define BTN_MOVE_DOWN 21
#define BTN_ADD_CONDITION 22
#define BTN_REMOVE_CONDITION 23
#define ROW_0_POS ( RELATED_CONTROLS ) #define ROW_0_POS ( RELATED_CONTROLS )
#define ROW_0_HEIGHT ( FIXEDTEXT_HEIGHT ) #define ROW_0_HEIGHT ( FIXEDTEXT_HEIGHT )
#define ROW_1_POS ( ROW_0_POS + ROW_0_HEIGHT + UNRELATED_CONTROLS ) #define ROW_1_POS ( ROW_0_POS + ROW_0_HEIGHT + UNRELATED_CONTROLS )
......
...@@ -21,220 +21,7 @@ ...@@ -21,220 +21,7 @@
#include "helpids.hrc" #include "helpids.hrc"
#include <svx/globlmn.hrc> #include <svx/globlmn.hrc>
#include "rptui_slotid.hrc" #include "rptui_slotid.hrc"
#include "rptui_slotid.hrc"
Control WIN_CONDITION
{
Size = MAP_APPFONT ( CONDITION_WIDTH , CONDITION_HEIGHT ) ;
HelpId = HID_RPT_COND_DLG;
DialogControl = TRUE;
Hide = TRUE;
FixedLine FL_CONDITION_HEADER
{
Pos = MAP_APPFONT ( RELATED_CONTROLS, ROW_0_POS ) ;
Size = MAP_APPFONT ( CONDITION_WIDTH - 2 * RELATED_CONTROLS, ROW_0_HEIGHT ) ;
};
ListBox LB_COND_TYPE
{
Pos = MAP_APPFONT ( UNRELATED_CONTROLS, ROW_1_POS ) ;
Size = MAP_APPFONT( COND_TYPE_WIDTH, 60 );
Border = TRUE;
DropDown = TRUE;
TabStop = TRUE;
Sort = FALSE;
StringList [ en-US ] =
{
< "Field Value Is" ; Default ; > ;
< "Expression Is" ; Default ; > ;
};
};
ListBox LB_OP
{
Pos = MAP_APPFONT ( UNRELATED_CONTROLS + COND_TYPE_WIDTH + UNRELATED_CONTROLS, ROW_1_POS ) ;
Size = MAP_APPFONT( COND_OP_WIDTH, 60 );
Border = TRUE;
DropDown = TRUE;
TabStop = TRUE;
Sort = FALSE;
StringList [ en-US ] =
{
< "between" ; 0; > ;
< "not between" ; 1; > ;
< "equal to" ; 2; > ;
< "not equal to" ; 3; > ;
< "greater than" ; 4; > ;
< "less than" ; 5; > ;
< "greater than or equal to" ; 6; > ;
< "less than or equal to" ; 7; > ;
};
};
Edit ED_CONDITION_LHS
{
Pos = MAP_APPFONT ( 3*UNRELATED_CONTROLS + COND_TYPE_WIDTH + COND_OP_WIDTH, ROW_1_POS ) ;
Size = MAP_APPFONT( EDIT_WIDTH, EDIT_HEIGHT );
Border = TRUE;
TabStop = TRUE;
};
FixedText FT_AND
{
Pos = MAP_APPFONT ( 4*UNRELATED_CONTROLS + COND_TYPE_WIDTH + COND_OP_WIDTH + EDIT_WIDTH,
ROW_1_POS + ( FIXEDTEXT_HEIGHT - EDIT_HEIGHT ) / 2 );
Size = MAP_APPFONT( OPERATOR_SEP_WIDTH , FIXEDTEXT_HEIGHT );
Text [ en-US ] = "and";
};
Edit ED_CONDITION_RHS
{
Pos = MAP_APPFONT ( 5*UNRELATED_CONTROLS + COND_TYPE_WIDTH + COND_OP_WIDTH + EDIT_WIDTH + OPERATOR_SEP_WIDTH,
ROW_1_POS );
Size = MAP_APPFONT( EDIT_WIDTH, EDIT_HEIGHT );
Border = TRUE;
TabStop = TRUE;
};
ImageButton BTN_MOVE_UP
{
Pos = MAP_APPFONT ( CONDITION_WIDTH - UNRELATED_CONTROLS - IMAGE_BUTTON_WIDTH, ROW_1_POS ) ;
Size = MAP_APPFONT ( IMAGE_BUTTON_WIDTH, IMAGE_BUTTON_HEIGHT ) ;
TabStop = TRUE ;
Symbol = IMAGEBUTTON_ARROW_UP ;
};
ImageButton BTN_MOVE_DOWN
{
Pos = MAP_APPFONT ( CONDITION_WIDTH - UNRELATED_CONTROLS - IMAGE_BUTTON_WIDTH, ROW_1_POS + IMAGE_BUTTON_HEIGHT + RELATED_CONTROLS ) ;
Size = MAP_APPFONT ( IMAGE_BUTTON_WIDTH, IMAGE_BUTTON_HEIGHT ) ;
TabStop = TRUE ;
Symbol = IMAGEBUTTON_ARROW_DOWN ;
};
ToolBox TB_FORMAT
{
Pos = MAP_APPFONT ( UNRELATED_CONTROLS + RELATED_CONTROLS, ROW_2_POS ) ;
ButtonType = BUTTON_SYMBOL;
Align = BOXALIGN_TOP;
HelpId = HID_RPT_CONDFORMAT_TB;
Customize = FALSE;
ItemList =
{
ToolBoxItem
{
ITEM_FORMAT_ATTR_CHAR_WEIGHT
Checkable = TRUE;
};
ToolBoxItem
{
ITEM_FORMAT_ATTR_CHAR_POSTURE
Checkable = TRUE;
};
ToolBoxItem
{
ITEM_FORMAT_ATTR_CHAR_UNDERLINE
Checkable = TRUE;
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR;
};
ToolBoxItem
{
ITEM_TOOLBAR_BACKGROUND_COLOR
DropDown = TRUE;
};
ToolBoxItem
{
ITEM_TOOLBAR_ATTR_CHAR_COLOR
Identifier = SID_ATTR_CHAR_COLOR2;
Command = ".uno:FontColor";
};
ToolBoxItem
{
ITEM_FORMAT_CHAR_DLG
};
};
};
Window CRTL_FORMAT_PREVIEW
{
Pos = MAP_APPFONT ( 2*UNRELATED_CONTROLS, ROW_2_POS ) ;
Size = MAP_APPFONT ( CONDITION_WIDTH - UNRELATED_CONTROLS, ROW_2_HEIGHT ) ;
Border = TRUE ;
HelpId = HID_RPT_CRTL_FORMAT_PREVIEW;
Text [ en-US ] = "Example";
};
PushButton BTN_ADD_CONDITION
{
Pos = MAP_APPFONT( CONDITION_WIDTH - 2*UNRELATED_CONTROLS - 2*IMAGE_BUTTON_WIDTH - RELATED_CONTROLS, ROW_3_POS );
Size = MAP_APPFONT( IMAGE_BUTTON_WIDTH, IMAGE_BUTTON_HEIGHT );
Text = "+";
};
PushButton BTN_REMOVE_CONDITION
{
Pos = MAP_APPFONT( CONDITION_WIDTH - 2*UNRELATED_CONTROLS - 2*IMAGE_BUTTON_WIDTH - RELATED_CONTROLS, ROW_3_POS );
Size = MAP_APPFONT( IMAGE_BUTTON_WIDTH, IMAGE_BUTTON_HEIGHT );
Text = "-";
};
};
ModalDialog RID_CONDFORMAT
{
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( COND_DLG_WIDTH, COND_DLG_HEIGHT ) ;
Text [ en-US ] = "Conditional Formatting" ;
HelpId = HID_RPT_CONDFORMAT_DLG;
Moveable = TRUE ;
Closeable = TRUE ;
Window WND_COND_PLAYGROUND
{
Pos = MAP_APPFONT ( 0, 0 ) ;
Size = MAP_APPFONT ( CONDITION_WIDTH, CONDITION_HEIGHT ) ;
DialogControl = TRUE;
Hide = FALSE;
};
FixedLine FL_SEPARATOR1
{
Pos = MAP_APPFONT ( RELATED_CONTROLS, CONDITION_HEIGHT + RELATED_CONTROLS ) ;
Size = MAP_APPFONT ( CONDITION_WIDTH - 2*RELATED_CONTROLS , 1 ) ;
};
OKButton PB_OK
{
Pos = MAP_APPFONT ( CONDITION_WIDTH - 3*BUTTON_WIDTH - 2*UNRELATED_CONTROLS - RELATED_CONTROLS, CONDITION_HEIGHT + 2*RELATED_CONTROLS + 1) ;
Size = MAP_APPFONT ( BUTTON_WIDTH , BUTTON_HEIGHT ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton PB_CANCEL
{
Pos = MAP_APPFONT ( CONDITION_WIDTH - 2*BUTTON_WIDTH - 2*UNRELATED_CONTROLS , CONDITION_HEIGHT + 2*RELATED_CONTROLS + 1) ;
Size = MAP_APPFONT ( BUTTON_WIDTH , BUTTON_HEIGHT ) ;
TabStop = TRUE ;
};
HelpButton PB_HELP
{
TabStop = TRUE ;
Pos = MAP_APPFONT ( CONDITION_WIDTH - BUTTON_WIDTH - UNRELATED_CONTROLS, CONDITION_HEIGHT + 2*RELATED_CONTROLS + 1) ;
Size = MAP_APPFONT ( BUTTON_WIDTH , BUTTON_HEIGHT ) ;
Text [ en-US ] = "~Help";
};
ScrollBar SB_ALL_CONDITIONS
{
Pos = MAP_APPFONT ( CONDITION_WIDTH, RELATED_CONTROLS ) ;
Size = MAP_APPFONT ( SCROLLBAR_WIDTH, CONDITION_HEIGHT + RELATED_CONTROLS ) ;
};
};
String STR_NUMBERED_CONDITION String STR_NUMBERED_CONDITION
{ {
......
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,8 @@
#include <vcl/field.hxx> #include <vcl/field.hxx>
#include <vcl/button.hxx> #include <vcl/button.hxx>
#include <vcl/toolbox.hxx> #include <vcl/toolbox.hxx>
#include <vcl/builder.hxx>
#include <vcl/layout.hxx>
#include <memory> #include <memory>
...@@ -45,39 +47,48 @@ namespace rptui ...@@ -45,39 +47,48 @@ namespace rptui
class IConditionalFormatAction; class IConditionalFormatAction;
class Condition; class Condition;
class ConditionField : public Edit class ConditionField
{ {
Condition* m_pParent; Condition* m_pParent;
Edit* m_pSubEdit; Edit* m_pSubEdit;
PushButton m_aFormula; PushButton* m_pFormula;
DECL_LINK( OnFormula, Button* ); DECL_LINK( OnFormula, Button* );
public: public:
ConditionField( Condition* pParent, const ResId& rResId ); ConditionField(Condition* pParent, Edit* pSubEdit, PushButton *pFormula);
virtual ~ConditionField(); void GrabFocus() { m_pSubEdit->GrabFocus(); }
virtual void Resize() SAL_OVERRIDE; void Show(bool bShow) { m_pSubEdit->Show(bShow); m_pFormula->Show(bShow); }
void SetText(const OUString& rText) { m_pSubEdit->SetText(rText); }
OUString GetText() const { return m_pSubEdit->GetText(); }
}; };
//= Condition //= Condition
class Condition :public Control class Condition :public VclHBox
,public dbaui::OToolBoxHelper ,public dbaui::OToolBoxHelper
,public VclBuilderContainer
{ {
sal_uInt16 m_nBoldId;
sal_uInt16 m_nItalicId;
sal_uInt16 m_nUnderLineId;
sal_uInt16 m_nBackgroundColorId;
sal_uInt16 m_nFontColorId;
sal_uInt16 m_nFontDialogId;
::rptui::OReportController& m_rController; ::rptui::OReportController& m_rController;
IConditionalFormatAction& m_rAction; IConditionalFormatAction& m_rAction;
FixedLine m_aHeader; FixedText* m_pHeader;
ListBox m_aConditionType; ListBox* m_pConditionType;
ListBox m_aOperationList; ListBox* m_pOperationList;
ConditionField m_aCondLHS; ConditionField* m_pCondLHS;
FixedText m_aOperandGlue; FixedText* m_pOperandGlue;
ConditionField m_aCondRHS; ConditionField* m_pCondRHS;
ToolBox m_aActions; ToolBox* m_pActions;
SvxFontPrevWindow m_aPreview; SvxFontPrevWindow* m_pPreview;
ImageButton m_aMoveUp; PushButton* m_pMoveUp;
ImageButton m_aMoveDown; PushButton* m_pMoveDown;
PushButton m_aAddCondition; PushButton* m_pAddCondition;
PushButton m_aRemoveCondition; PushButton* m_pRemoveCondition;
OColorPopup* m_pColorFloat; OColorPopup* m_pColorFloat;
::svx::ToolboxButtonColorUpdater* m_pBtnUpdaterFontColor; // updates the color below the toolbar icon ::svx::ToolboxButtonColorUpdater* m_pBtnUpdaterFontColor; // updates the color below the toolbar icon
...@@ -139,20 +150,14 @@ namespace rptui ...@@ -139,20 +150,14 @@ namespace rptui
inline ::rptui::OReportController& getController() const { return m_rController; } inline ::rptui::OReportController& getController() const { return m_rController; }
sal_uInt16 mapToolbarItemToSlotId(sal_uInt16 nItemId) const;
protected: protected:
virtual void StateChanged( StateChangedType nStateChange ) SAL_OVERRIDE;
virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE;
virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE;
virtual void Resize() SAL_OVERRIDE;
virtual void GetFocus() SAL_OVERRIDE; virtual void GetFocus() SAL_OVERRIDE;
private: private:
void impl_layoutAll();
void impl_layoutOperands(); void impl_layoutOperands();
/// determines the rectangle to be occupied by the toolbar, including the border drawn around it
Rectangle impl_getToolBarBorderRect() const;
inline ConditionType inline ConditionType
impl_getCurrentConditionType() const; impl_getCurrentConditionType() const;
...@@ -169,13 +174,13 @@ namespace rptui ...@@ -169,13 +174,13 @@ namespace rptui
inline ConditionType Condition::impl_getCurrentConditionType() const inline ConditionType Condition::impl_getCurrentConditionType() const
{ {
return sal::static_int_cast< ConditionType >( m_aConditionType.GetSelectEntryPos() ); return sal::static_int_cast< ConditionType >( m_pConditionType->GetSelectEntryPos() );
} }
inline ComparisonOperation Condition::impl_getCurrentComparisonOperation() const inline ComparisonOperation Condition::impl_getCurrentComparisonOperation() const
{ {
return sal::static_int_cast< ComparisonOperation >( m_aOperationList.GetSelectEntryPos() ); return sal::static_int_cast< ComparisonOperation >( m_pOperationList->GetSelectEntryPos() );
} }
......
...@@ -73,13 +73,9 @@ namespace rptui ...@@ -73,13 +73,9 @@ namespace rptui
typedef ::std::vector< ConditionPtr > Conditions; typedef ::std::vector< ConditionPtr > Conditions;
OModuleClient m_aModuleClient; OModuleClient m_aModuleClient;
Window m_aConditionPlayground; Window* m_pConditionPlayground;
Conditions m_aConditions; Conditions m_aConditions;
FixedLine m_aSeparator; ScrollBar* m_pCondScroll;
OKButton m_aPB_OK;
CancelButton m_aPB_CANCEL;
HelpButton m_aPB_Help;
ScrollBar m_aCondScroll;
::rptui::OReportController& m_rController; ::rptui::OReportController& m_rController;
::com::sun::star::uno::Reference< ::com::sun::star::report::XReportControlModel > ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportControlModel >
...@@ -88,6 +84,7 @@ namespace rptui ...@@ -88,6 +84,7 @@ namespace rptui
m_xCopy; m_xCopy;
bool m_bDeletingCondition; bool m_bDeletingCondition;
bool m_bConstructed;
public: public:
ConditionalFormattingDialog( ConditionalFormattingDialog(
...@@ -134,7 +131,7 @@ namespace rptui ...@@ -134,7 +131,7 @@ namespace rptui
void impl_layoutAll(); void impl_layoutAll();
/// does the layout for the condition windows /// does the layout for the condition windows
void impl_layoutConditions( Point& _out_rBelowLastVisible ); void impl_layoutConditions();
/// called when the number of conditions has changed in any way /// called when the number of conditions has changed in any way
void impl_conditionCountChanged(); void impl_conditionCountChanged();
...@@ -154,9 +151,6 @@ namespace rptui ...@@ -154,9 +151,6 @@ namespace rptui
/// returns the index of the last visible condition /// returns the index of the last visible condition
size_t impl_getLastVisibleConditionIndex() const; size_t impl_getLastVisibleConditionIndex() const;
/// determines the width of a Condition
long impl_getConditionWidth() const;
/// focuses the condition with the given index, making it visible if necessary /// focuses the condition with the given index, making it visible if necessary
void impl_focusCondition( size_t _nCondIndex ); void impl_focusCondition( size_t _nCondIndex );
...@@ -171,6 +165,9 @@ namespace rptui ...@@ -171,6 +165,9 @@ namespace rptui
/// ensures the condition with the given index is visible /// ensures the condition with the given index is visible
void impl_ensureConditionVisible( size_t _nCondIndex ); void impl_ensureConditionVisible( size_t _nCondIndex );
/// set the preferred height of the action_area
void impl_setPrefHeight(bool bFirst);
}; };
......
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
<interface>
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="CondFormat">
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="border_width">6</property>
<property name="title" translatable="yes">Conditional Formatting</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="orientation">vertical</property>
<property name="spacing">12</property>
<child internal-child="action_area">
<object class="GtkButtonBox" id="dialog-action_area1">
<property name="can_focus">False</property>
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="ok">
<property name="label">gtk-ok</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton" id="cancel">
<property name="label">gtk-cancel</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkButton" id="help">
<property name="label">gtk-help</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">end</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkBox" id="box1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<child>
<object class="GtkBox" id="condPlaygroundDrawingarea">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="orientation">vertical</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkScrollbar" id="condScrollbar">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="vexpand">True</property>
<property name="orientation">vertical</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
</child>
<action-widgets>
<action-widget response="0">ok</action-widget>
<action-widget response="0">cancel</action-widget>
<action-widget response="0">help</action-widget>
</action-widgets>
</object>
</interface>
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment