[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #9084] uitable implementation
From: |
Guillaume |
Subject: |
[Octave-patch-tracker] [patch #9084] uitable implementation |
Date: |
Wed, 28 Nov 2018 11:03:09 -0500 (EST) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 |
Follow-up Comment #52, patch #9084 (project octave):
It is just adding "uitable" to the list:
diff -r 64b972120ec3 scripts/plot/util/struct2hdl.m
--- a/scripts/plot/util/struct2hdl.m Wed Nov 28 09:47:35 2018 +0100
+++ b/scripts/plot/util/struct2hdl.m Wed Nov 28 16:01:18 2018 +0000
@@ -167,7 +167,7 @@
[h, s, p] = createhg (s, p, par, hilev);
elseif (any (strcmp (s.type, {"uimenu", "uicontextmenu",...
"uicontrol", "uipanel", "uibuttongroup",...
- "uitoolbar", "uipushtool"})))
+ "uitoolbar", "uipushtool", "uitable"})))
if (isfield (s.properties, "extent"))
s.properties = rmfield (s.properties, "extent");
endif
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/patch/?9084>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-patch-tracker] [patch #9084] uitable implementation, (continued)
- [Octave-patch-tracker] [patch #9084] uitable implementation, Hg200, 2018/11/18
- [Octave-patch-tracker] [patch #9084] uitable implementation, Philip Nienhuis, 2018/11/18
- [Octave-patch-tracker] [patch #9084] uitable implementation, Markus Mützel, 2018/11/18
- [Octave-patch-tracker] [patch #9084] uitable implementation, Philip Nienhuis, 2018/11/19
- [Octave-patch-tracker] [patch #9084] uitable implementation, Markus Mützel, 2018/11/19
- [Octave-patch-tracker] [patch #9084] uitable implementation, Markus Mützel, 2018/11/21
- [Octave-patch-tracker] [patch #9084] uitable implementation, Carnë Draug, 2018/11/22
- [Octave-patch-tracker] [patch #9084] uitable implementation, Markus Mützel, 2018/11/22
- [Octave-patch-tracker] [patch #9084] uitable implementation, Guillaume, 2018/11/26
- [Octave-patch-tracker] [patch #9084] uitable implementation, Markus Mützel, 2018/11/27
- [Octave-patch-tracker] [patch #9084] uitable implementation,
Guillaume <=
- [Octave-patch-tracker] [patch #9084] uitable implementation, Markus Mützel, 2018/11/30