diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-01-10 20:23:39 +0000 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-01-11 18:16:00 +0100 |
commit | 06a0b52124a4db7a3d59f3cc9f2c858e68cd70c0 (patch) | |
tree | 5f16d0b351f5619f9a5ba8c2789af55f99040bc2 | |
parent | 654a569ab5fc13a5c3b76ac520424f7ff5bbf630 (diff) |
Resolves: tdf#159086 add sensitive model<->treeview mappings for checkboxes
These are basically implicit in vcl. For gtk if they are used they have
to exist in the .ui, and to keep in sync with vcl there is basically
just the one pattern that is allowed.
Change-Id: I0f5603239569e9d39379515313a35d82d9266480
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161899
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
(cherry picked from commit d6996f399b82fb0482850829349a4bf1647529b2)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161868
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
-rw-r--r-- | cui/uiconfig/ui/optfltrembedpage.ui | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/optfltrembedpage.ui b/cui/uiconfig/ui/optfltrembedpage.ui index b5401ff8ca8d..899825752e99 100644 --- a/cui/uiconfig/ui/optfltrembedpage.ui +++ b/cui/uiconfig/ui/optfltrembedpage.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.38.2 --> +<!-- Generated with glade 3.40.0 --> <interface domain="cui"> <requires lib="gtk+" version="3.20"/> <object class="GtkTreeStore" id="liststore1"> @@ -26,6 +26,18 @@ <column type="gboolean"/> <!-- column-name checktri3 --> <column type="gboolean"/> + <!-- column-name weight1 --> + <column type="gint"/> + <!-- column-name weight2 --> + <column type="gint"/> + <!-- column-name weight3 --> + <column type="gint"/> + <!-- column-name sensitive1 --> + <column type="gboolean"/> + <!-- column-name sensitive2 --> + <column type="gboolean"/> + <!-- column-name sensitive3 --> + <column type="gboolean"/> </columns> </object> <!-- n-columns=2 n-rows=2 --> @@ -84,6 +96,7 @@ <child> <object class="GtkCellRendererToggle" id="cellrenderer5"/> <attributes> + <attribute name="sensitive">14</attribute> <attribute name="visible">5</attribute> <attribute name="active">0</attribute> </attributes> @@ -91,6 +104,7 @@ <child> <object class="GtkCellRendererToggle" id="cellrenderer8"/> <attributes> + <attribute name="sensitive">15</attribute> <attribute name="visible">6</attribute> <attribute name="active">1</attribute> </attributes> @@ -106,6 +120,7 @@ <child> <object class="GtkCellRendererToggle" id="cellrenderer7"/> <attributes> + <attribute name="sensitive">16</attribute> <attribute name="visible">7</attribute> <attribute name="active">2</attribute> </attributes> |