octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #57211] __appdata__ property should be hidden


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #57211] __appdata__ property should be hidden
Date: Wed, 13 Nov 2019 09:54:31 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36

Update of bug #57211 (project octave):

                  Status:         Patch Submitted => Patch Reviewed         

    _______________________________________________________

Follow-up Comment #13:

@Pantxo: Your patch (file #47858) looks good, applies and builds without
problems.

Now I can load the appdata from TestGUI.fig (file #47839) in bug #57212, which
can be closed as well, when your patch applied to the Octave repo.


>> h = hgload ("TestGUI.fig")
h = -35.973
>> getappdata (h)
ans =

  scalar structure containing the fields:

    GUIDEOptions =

      scalar structure containing the fields:

        active_h = [](0x0)
        taginfo =

          scalar structure containing the fields:

            figure: 1x1 scalar
            text: 1x1 scalar

        override = 0
        release = 13
        resize = none
        accessibility = callback
        mfile = 1
        callbacks = 1
        singleton = 1
        syscolorfig = 1
        blocking = 0
        lastSavedFile = /home/IT/jzimmer/Documents/MATLAB/GUI/gui/TestGUI.m

    lastValidTag = figure1


Same appdata output comes with


getappdata (h)
get (h, "applicationdata")
get (h, "__appdata__")


but in get(h) the output of the respective fields in omitted / hidden.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57211>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]