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

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

[Octave-bug-tracker] [bug #63088] uifigure displays possiblle setting pr


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #63088] uifigure displays possiblle setting properties when created without arguments
Date: Wed, 21 Sep 2022 09:51:42 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?63088>

                 Summary: uifigure displays possiblle setting properties when
created without arguments
                 Project: GNU Octave
               Submitter: lostbard
               Submitted: Wed 21 Sep 2022 01:51:39 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: JohnD
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Any


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 21 Sep 2022 01:51:39 PM UTC By: John Donoghue <lostbard>
In dev octave 8

Example:


> f = uifigure()

        alphamap:  
        beingdeleted:  [ {off} | on ]
        busyaction:  [ cancel | {queue} ]
        buttondownfcn:  
        clipping:  [ off | {on} ]
        closerequestfcn:  
        color:  
        colormap:  
        contextmenu:  
        createfcn:  
        currentaxes:  
        deletefcn:  
        dockcontrols:  [ off | {on} ]
        filename:  
        graphicssmoothing:  [ off | {on} ]
        handlevisibility:  [ callback | off | {on} ]
        hittest:  [ off | {on} ]
        innerposition:  
        integerhandle:  [ off | {on} ]
        interruptible:  [ off | {on} ]
        inverthardcopy:  [ off | {on} ]
        keypressfcn:  
        keyreleasefcn:  
        menubar:  [ {figure} | none ]
        name:  
        nextplot:  [ {add} | new | replace | replacechildren ]
        numbertitle:  [ off | {on} ]
        outerposition:  
        paperorientation:  [ landscape | {portrait} ]
        paperposition:  
        paperpositionmode:  [ {auto} | manual ]
        papersize:  
        papertype:  [ <custom> | a | a0 | a1 | a2 | a3 | a4 | a5 | arch-a |
arch-b | arch-c | arch-d | arch-e | b | b0 | b1 | b2 | b3 | b4 | b5 | c | d |
e | tabloid | uslegal | {usletter} ]
        paperunits:  [ centimeters | {inches} | normalized | points ]
        parent:  
        pointer:  [ {arrow} | botl | botr | bottom | circle | cross |
crosshair | custom | fleur | hand | ibeam | left | right | top | topl | topr |
watch ]
        pointershapecdata:  
        pointershapehotspot:  
        position:  
        renderer:  [ {opengl} | painters ]
        renderermode:  [ {auto} | manual ]
        resize:  [ off | {on} ]
        resizefcn:  
        selected:  [ {off} | on ]
        selectionhighlight:  [ off | {on} ]
        selectiontype:  [ alt | extend | {normal} | open ]
        sizechangedfcn:  
        tag:  
        toolbar:  [ {auto} | figure | none ]
        units:  [ centimeters | characters | inches | normalized | {pixels} |
points ]
        userdata:  
        visible:  [ off | {on} ]
        windowbuttondownfcn:  
        windowbuttonmotionfcn:  
        windowbuttonupfcn:  
        windowkeypressfcn:  
        windowkeyreleasefcn:  
        windowscrollwheelfcn:  
        windowstate:  [ fullscreen | maximized | minimized | {normal} ]
        windowstyle:  [ docked | modal | {normal} ]


The issue appears to be coming from the set(h, varargin{:}) call as there are
no argins in this case so does the return of all properties.







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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