Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
9f5df4cd
Kaydet (Commit)
9f5df4cd
authored
Ara 30, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert solver options dialog to .ui
Change-Id: I319210233dd1b71f6e717c7322b953de8f093150
üst
d1a1dc8e
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
237 additions
and
147 deletions
+237
-147
AllLangResTarget_sc.mk
sc/AllLangResTarget_sc.mk
+0
-1
UIConfig_scalc.mk
sc/UIConfig_scalc.mk
+1
-0
helpids.h
sc/inc/helpids.h
+0
-3
sc.hrc
sc/inc/sc.hrc
+0
-2
solveroptions.hxx
sc/source/ui/inc/solveroptions.hxx
+3
-9
solveroptions.cxx
sc/source/ui/miscdlgs/solveroptions.cxx
+33
-40
solveroptions.src
sc/source/ui/src/solveroptions.src
+0
-92
solveroptionsdialog.ui
sc/uiconfig/scalc/ui/solveroptionsdialog.ui
+200
-0
No files found.
sc/AllLangResTarget_sc.mk
Dosyayı görüntüle @
9f5df4cd
...
...
@@ -43,7 +43,6 @@ $(eval $(call gb_SrsTarget_add_files,sc/res,\
sc/source/ui/src/hdrcont.src \
sc/source/ui/src/scerrors.src \
sc/source/ui/src/simpref.src \
sc/source/ui/src/solveroptions.src \
sc/source/ui/src/miscdlgs.src \
sc/source/ui/src/scstring.src \
sc/source/ui/src/filter.src \
...
...
sc/UIConfig_scalc.mk
Dosyayı görüntüle @
9f5df4cd
...
...
@@ -137,6 +137,7 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/scalc,\
sc/uiconfig/scalc/ui/sidebarnumberformat \
sc/uiconfig/scalc/ui/sidebarcellappearance \
sc/uiconfig/scalc/ui/solverdlg \
sc/uiconfig/scalc/ui/solveroptionsdialog \
sc/uiconfig/scalc/ui/solverprogressdialog \
sc/uiconfig/scalc/ui/solversuccessdialog \
sc/uiconfig/scalc/ui/sortcriteriapage \
...
...
sc/inc/helpids.h
Dosyayı görüntüle @
9f5df4cd
...
...
@@ -160,9 +160,6 @@
#define HID_SC_DPDATEGROUP_LB "SC_HID_SC_DPDATEGROUP_LB"
#define HID_SC_DPSHOWDETAIL "SC_HID_SC_DPSHOWDETAIL"
#define HID_SC_SOLVEROPTIONS "SC_HID_SC_SOLVEROPTIONS"
#define HID_SC_SOLVEROPTIONS_LB "SC_HID_SC_SOLVEROPTIONS_LB"
#define HID_SCDLG_CONFLICTS "SC_HID_SCDLG_CONFLICTS"
#define HID_SC_HF_HL_DEFINED "SC_HID_SC_HF_HL_DEFINED"
...
...
sc/inc/sc.hrc
Dosyayı görüntüle @
9f5df4cd
...
...
@@ -1093,8 +1093,6 @@
#define RID_SCDLG_DPDATEGROUP (SC_DIALOGS_START + 136)
#define RID_SCDLG_DPSHOWDETAIL (SC_DIALOGS_START + 137)
#define RID_SCDLG_SOLVEROPTIONS (SC_DIALOGS_START + 139)
#define RID_SCDLG_CONFLICTS (SC_DIALOGS_START + 145)
#define RID_SCDLG_SHAREDOCUMENT (SC_DIALOGS_START + 146)
#define RID_SCDLG_TABPROTECTION (SC_DIALOGS_START + 148)
...
...
sc/source/ui/inc/solveroptions.hxx
Dosyayı görüntüle @
9f5df4cd
...
...
@@ -37,15 +37,9 @@ namespace com { namespace sun { namespace star {
class
ScSolverOptionsDialog
:
public
ModalDialog
{
FixedText
maFtEngine
;
ListBox
maLbEngine
;
FixedText
maFtSettings
;
SvxCheckListBox
maLbSettings
;
PushButton
maBtnEdit
;
FixedLine
maFlButtons
;
HelpButton
maBtnHelp
;
OKButton
maBtnOk
;
CancelButton
maBtnCancel
;
ListBox
*
m_pLbEngine
;
SvxCheckListBox
*
m_pLbSettings
;
PushButton
*
m_pBtnEdit
;
SvLBoxButtonData
*
mpCheckButtonData
;
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
maImplNames
;
...
...
sc/source/ui/miscdlgs/solveroptions.cxx
Dosyayı görüntüle @
9f5df4cd
...
...
@@ -113,32 +113,27 @@ ScSolverOptionsDialog::ScSolverOptionsDialog( Window* pParent,
const
uno
::
Sequence
<
OUString
>&
rDescriptions
,
const
OUString
&
rEngine
,
const
uno
::
Sequence
<
beans
::
PropertyValue
>&
rProperties
)
:
ModalDialog
(
pParent
,
ScResId
(
RID_SCDLG_SOLVEROPTIONS
)
),
maFtEngine
(
this
,
ScResId
(
FT_ENGINE
)
),
maLbEngine
(
this
,
ScResId
(
LB_ENGINE
)
),
maFtSettings
(
this
,
ScResId
(
FT_SETTINGS
)
),
maLbSettings
(
this
,
ScResId
(
LB_SETTINGS
)
),
maBtnEdit
(
this
,
ScResId
(
BTN_EDIT
)
),
maFlButtons
(
this
,
ScResId
(
FL_BUTTONS
)
),
maBtnHelp
(
this
,
ScResId
(
BTN_HELP
)
),
maBtnOk
(
this
,
ScResId
(
BTN_OK
)
),
maBtnCancel
(
this
,
ScResId
(
BTN_CANCEL
)
),
mpCheckButtonData
(
NULL
),
maImplNames
(
rImplNames
),
maDescriptions
(
rDescriptions
),
maEngine
(
rEngine
),
maProperties
(
rProperties
)
:
ModalDialog
(
pParent
,
"SolverOptionsDialog"
,
"modules/scalc/ui/solveroptionsdialog.ui"
)
,
mpCheckButtonData
(
NULL
)
,
maImplNames
(
rImplNames
)
,
maDescriptions
(
rDescriptions
)
,
maEngine
(
rEngine
)
,
maProperties
(
rProperties
)
{
maLbEngine
.
SetSelectHdl
(
LINK
(
this
,
ScSolverOptionsDialog
,
EngineSelectHdl
)
);
get
(
m_pLbEngine
,
"engine"
);
get
(
m_pLbSettings
,
"settings"
);
get
(
m_pBtnEdit
,
"edit"
);
m
aBtnEdit
.
SetClickHdl
(
LINK
(
this
,
ScSolverOptionsDialog
,
Button
Hdl
)
);
m
_pLbEngine
->
SetSelectHdl
(
LINK
(
this
,
ScSolverOptionsDialog
,
EngineSelect
Hdl
)
);
maLbSettings
.
SetStyle
(
maLbSettings
.
GetStyle
()
|
WB_CLIPCHILDREN
|
WB_FORCE_MAKEVISIBLE
);
maLbSettings
.
SetHelpId
(
HID_SC_SOLVEROPTIONS_LB
);
maLbSettings
.
SetHighlightRange
();
m_pBtnEdit
->
SetClickHdl
(
LINK
(
this
,
ScSolverOptionsDialog
,
ButtonHdl
)
);
maLbSettings
.
SetSelectHdl
(
LINK
(
this
,
ScSolverOptionsDialog
,
SettingsSelHdl
)
);
maLbSettings
.
SetDoubleClickHdl
(
LINK
(
this
,
ScSolverOptionsDialog
,
SettingsDoubleClickHdl
)
);
m_pLbSettings
->
SetStyle
(
m_pLbSettings
->
GetStyle
()
|
WB_CLIPCHILDREN
|
WB_FORCE_MAKEVISIBLE
);
m_pLbSettings
->
SetHighlightRange
();
m_pLbSettings
->
SetSelectHdl
(
LINK
(
this
,
ScSolverOptionsDialog
,
SettingsSelHdl
)
);
m_pLbSettings
->
SetDoubleClickHdl
(
LINK
(
this
,
ScSolverOptionsDialog
,
SettingsDoubleClickHdl
)
);
sal_Int32
nSelect
=
-
1
;
sal_Int32
nImplCount
=
maImplNames
.
getLength
();
...
...
@@ -146,7 +141,7 @@ ScSolverOptionsDialog::ScSolverOptionsDialog( Window* pParent,
{
OUString
aImplName
(
maImplNames
[
nImpl
]
);
OUString
aDescription
(
maDescriptions
[
nImpl
]
);
// user-visible descriptions in list box
m
aLbEngine
.
InsertEntry
(
aDescription
);
m
_pLbEngine
->
InsertEntry
(
aDescription
);
if
(
aImplName
==
maEngine
)
nSelect
=
nImpl
;
}
...
...
@@ -162,13 +157,11 @@ ScSolverOptionsDialog::ScSolverOptionsDialog( Window* pParent,
maProperties
.
realloc
(
0
);
// don't use options from different engine
}
if
(
nSelect
>=
0
)
// select in list box
m
aLbEngine
.
SelectEntryPos
(
static_cast
<
sal_uInt16
>
(
nSelect
)
);
m
_pLbEngine
->
SelectEntryPos
(
static_cast
<
sal_uInt16
>
(
nSelect
)
);
if
(
!
maProperties
.
getLength
()
)
ReadFromComponent
();
// fill maProperties from component (using maEngine)
FillListBox
();
// using maProperties
FreeResource
();
}
ScSolverOptionsDialog
::~
ScSolverOptionsDialog
()
...
...
@@ -186,7 +179,7 @@ const uno::Sequence<beans::PropertyValue>& ScSolverOptionsDialog::GetProperties(
// update maProperties from list box content
// order of entries in list box and maProperties is the same
sal_Int32
nEntryCount
=
maProperties
.
getLength
();
SvTreeList
*
pModel
=
m
aLbSettings
.
GetModel
();
SvTreeList
*
pModel
=
m
_pLbSettings
->
GetModel
();
if
(
nEntryCount
==
(
sal_Int32
)
pModel
->
GetEntryCount
()
)
{
for
(
sal_Int32
nEntryPos
=
0
;
nEntryPos
<
nEntryCount
;
++
nEntryPos
)
...
...
@@ -211,7 +204,7 @@ const uno::Sequence<beans::PropertyValue>& ScSolverOptionsDialog::GetProperties(
}
if
(
!
bHasData
)
ScUnoHelpFunctions
::
SetBoolInAny
(
rValue
,
m
aLbSettings
.
GetCheckButtonState
(
pEntry
)
==
SV_BUTTON_CHECKED
);
m
_pLbSettings
->
GetCheckButtonState
(
pEntry
)
==
SV_BUTTON_CHECKED
);
}
}
else
...
...
@@ -252,14 +245,14 @@ void ScSolverOptionsDialog::FillListBox()
// fill the list box
m
aLbSettings
.
SetUpdateMode
(
false
);
m
aLbSettings
.
Clear
();
m
_pLbSettings
->
SetUpdateMode
(
false
);
m
_pLbSettings
->
Clear
();
OUString
sEmpty
;
if
(
!
mpCheckButtonData
)
mpCheckButtonData
=
new
SvLBoxButtonData
(
&
maLbSettings
);
mpCheckButtonData
=
new
SvLBoxButtonData
(
m_pLbSettings
);
SvTreeList
*
pModel
=
m
aLbSettings
.
GetModel
();
SvTreeList
*
pModel
=
m
_pLbSettings
->
GetModel
();
SvTreeListEntry
*
pEntry
=
NULL
;
for
(
sal_Int32
nPos
=
0
;
nPos
<
nCount
;
nPos
++
)
...
...
@@ -305,7 +298,7 @@ void ScSolverOptionsDialog::FillListBox()
pModel
->
Insert
(
pEntry
);
}
m
aLbSettings
.
SetUpdateMode
(
sal_True
);
m
_pLbSettings
->
SetUpdateMode
(
sal_True
);
}
void
ScSolverOptionsDialog
::
ReadFromComponent
()
...
...
@@ -315,7 +308,7 @@ void ScSolverOptionsDialog::ReadFromComponent()
void
ScSolverOptionsDialog
::
EditOption
()
{
SvTreeListEntry
*
pEntry
=
m
aLbSettings
.
GetCurEntry
();
SvTreeListEntry
*
pEntry
=
m
_pLbSettings
->
GetCurEntry
();
if
(
pEntry
)
{
sal_uInt16
nItemCount
=
pEntry
->
ItemCount
();
...
...
@@ -333,7 +326,7 @@ void ScSolverOptionsDialog::EditOption()
if
(
aValDialog
.
Execute
()
==
RET_OK
)
{
pStringItem
->
SetDoubleValue
(
aValDialog
.
GetValue
()
);
m
aLbSettings
.
InvalidateEntry
(
pEntry
);
m
_pLbSettings
->
InvalidateEntry
(
pEntry
);
}
}
else
...
...
@@ -344,7 +337,7 @@ void ScSolverOptionsDialog::EditOption()
if
(
aIntDialog
.
Execute
()
==
RET_OK
)
{
pStringItem
->
SetIntValue
(
aIntDialog
.
GetValue
()
);
m
aLbSettings
.
InvalidateEntry
(
pEntry
);
m
_pLbSettings
->
InvalidateEntry
(
pEntry
);
}
}
}
...
...
@@ -354,7 +347,7 @@ void ScSolverOptionsDialog::EditOption()
IMPL_LINK
(
ScSolverOptionsDialog
,
ButtonHdl
,
PushButton
*
,
pBtn
)
{
if
(
pBtn
==
&
maBtnEdit
)
if
(
pBtn
==
m_pBtnEdit
)
EditOption
();
return
0
;
...
...
@@ -368,7 +361,7 @@ IMPL_LINK_NOARG(ScSolverOptionsDialog, SettingsDoubleClickHdl)
IMPL_LINK_NOARG
(
ScSolverOptionsDialog
,
EngineSelectHdl
)
{
sal_uInt16
nSelectPos
=
m
aLbEngine
.
GetSelectEntryPos
();
sal_uInt16
nSelectPos
=
m
_pLbEngine
->
GetSelectEntryPos
();
if
(
nSelectPos
<
maImplNames
.
getLength
()
)
{
OUString
aNewEngine
(
maImplNames
[
nSelectPos
]
);
...
...
@@ -386,7 +379,7 @@ IMPL_LINK_NOARG(ScSolverOptionsDialog, SettingsSelHdl)
{
sal_Bool
bCheckbox
=
false
;
SvTreeListEntry
*
pEntry
=
m
aLbSettings
.
GetCurEntry
();
SvTreeListEntry
*
pEntry
=
m
_pLbSettings
->
GetCurEntry
();
if
(
pEntry
)
{
SvLBoxItem
*
pItem
=
pEntry
->
GetFirstItem
(
SV_ITEM_ID_LBOXBUTTON
);
...
...
@@ -394,7 +387,7 @@ IMPL_LINK_NOARG(ScSolverOptionsDialog, SettingsSelHdl)
bCheckbox
=
true
;
}
m
aBtnEdit
.
Enable
(
!
bCheckbox
);
m
_pBtnEdit
->
Enable
(
!
bCheckbox
);
return
0
;
}
...
...
sc/source/ui/src/solveroptions.src
deleted
100644 → 0
Dosyayı görüntüle @
d1a1dc8e
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "solveroptions.hrc"
ModalDialog RID_SCDLG_SOLVEROPTIONS
{
OutputSize = TRUE ;
HelpId = HID_SC_SOLVEROPTIONS ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 218 , 156 ) ;
Moveable = TRUE ;
FixedText FT_ENGINE
{
Pos = MAP_APPFONT ( 6 , 8 ) ;
Size = MAP_APPFONT ( 59 , 8 ) ;
Text [ en-US ] = "Solver engine" ;
};
ListBox LB_ENGINE
{
HelpID = "sc:ListBox:RID_SCDLG_SOLVEROPTIONS:LB_ENGINE";
Border = TRUE ;
Pos = MAP_APPFONT ( 67 , 6 ) ;
Size = MAP_APPFONT ( 145 , 90 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};
FixedText FT_SETTINGS
{
Pos = MAP_APPFONT ( 6 , 24 ) ;
Size = MAP_APPFONT ( 156 , 8 ) ;
Text [ en-US ] = "Settings:" ;
};
Control LB_SETTINGS
{
Border = TRUE ;
Pos = MAP_APPFONT ( 6 , 35 ) ;
Size = MAP_APPFONT ( 206 , 67 ) ;
TabStop = TRUE ;
};
PushButton BTN_EDIT
{
HelpID = "sc:PushButton:RID_SCDLG_SOLVEROPTIONS:BTN_EDIT";
Pos = MAP_APPFONT ( 6 , 108 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Edit..." ;
};
FixedLine FL_BUTTONS
{
Pos = MAP_APPFONT ( 0 , 125 ) ;
Size = MAP_APPFONT ( 218 , 8 ) ;
};
HelpButton BTN_HELP
{
Pos = MAP_APPFONT ( 6 , 136 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
OKButton BTN_OK
{
Pos = MAP_APPFONT ( 106 , 136 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BTN_CANCEL
{
Pos = MAP_APPFONT ( 162 , 136 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
Text [ en-US ] = "Options" ;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sc/uiconfig/scalc/ui/solveroptionsdialog.ui
0 → 100644
Dosyayı görüntüle @
9f5df4cd
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object
class=
"GtkDialog"
id=
"SolverOptionsDialog"
>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"border_width"
>
6
</property>
<property
name=
"title"
translatable=
"yes"
>
Options
</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=
"orientation"
>
vertical
</property>
<property
name=
"spacing"
>
12
</property>
<child>
<object
class=
"GtkGrid"
id=
"grid1"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"vexpand"
>
True
</property>
<property
name=
"row_spacing"
>
12
</property>
<child>
<object
class=
"GtkGrid"
id=
"grid2"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"column_spacing"
>
12
</property>
<child>
<object
class=
"GtkLabel"
id=
"label2"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
Solver engine
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
engine
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkComboBoxText"
id=
"engine"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"entry_text_column"
>
0
</property>
<property
name=
"id_column"
>
1
</property>
</object>
<packing>
<property
name=
"left_attach"
>
1
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkGrid"
id=
"grid3"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"vexpand"
>
True
</property>
<property
name=
"row_spacing"
>
6
</property>
<child>
<object
class=
"GtkLabel"
id=
"label1"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
Settings:
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
settings:border
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"svxcorelo-SvxCheckListBox"
id=
"settings:border"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"vexpand"
>
True
</property>
<child
internal-child=
"selection"
>
<object
class=
"GtkTreeSelection"
id=
"Check List Box-selection1"
/>
</child>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
1
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkButton"
id=
"edit"
>
<property
name=
"label"
translatable=
"yes"
>
Edit...
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"halign"
>
start
</property>
<property
name=
"use_underline"
>
True
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
2
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
1
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
</object>
<packing>
<property
name=
"expand"
>
False
</property>
<property
name=
"fill"
>
True
</property>
<property
name=
"position"
>
0
</property>
</packing>
</child>
<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=
"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=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
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=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
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"
>
2
</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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment