You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the dialog tutorial the function gtk-dialog-set-alternative-button-order is used. This is unexported from the gtk package as of commit 2ebbadd29520d170bd733d798b3e5cb3682e84f8.
You can make the dialog example work by accessing the unexported function symbol as gtk::gtk-dialog-set-alternative-button-order.
The text was updated successfully, but these errors were encountered:
In the dialog tutorial the function
gtk-dialog-set-alternative-button-order
is used. This is unexported from thegtk
package as of commit2ebbadd29520d170bd733d798b3e5cb3682e84f8
.You can make the dialog example work by accessing the unexported function symbol as
gtk::gtk-dialog-set-alternative-button-order
.The text was updated successfully, but these errors were encountered: