Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2020-05-30 01:05:15 +0300
committerAllan Nordhøy <epost@anotheragency.no>2020-05-30 01:05:15 +0300
commite7281a995a5f9546fe8d147380cc32301e70514b (patch)
treed8fb24067490911c165f66f771c1bcb72ad6951a
parent8c9abd944258e99dd2ff323d19a45f7a8c296bbb (diff)
GTK, Remmina
-rw-r--r--Development/Development-Notes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Development/Development-Notes.md b/Development/Development-Notes.md
index 3904ef3..e4677df 100644
--- a/Development/Development-Notes.md
+++ b/Development/Development-Notes.md
@@ -10,9 +10,9 @@ https://daguniverse.github.io/RemminaDoc/index.html
* [GTK3 Reference Manual](https://developer.gnome.org/gtk3/unstable/index.html)
* [Icon names standard](http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html#names)
-* [GTK+ Stock Item Deprecation](https://docs.google.com/document/d/1KCVPoYQBqMbDP11tHPpjW6uaEHrvLUmcDPqKAppCY8o/pub)
+* [GTK Stock Item Deprecation](https://docs.google.com/document/d/1KCVPoYQBqMbDP11tHPpjW6uaEHrvLUmcDPqKAppCY8o/pub)
* [Stock Items Migration Guide](https://docs.google.com/spreadsheet/pub?key=0AsPAM3pPwxagdGF4THNMMUpjUW5xMXZfdUNzMXhEa2c&output=html)
* Menu and GtkActionGroup deprecation: [what to use instead](http://stackoverflow.com/questions/24788045/gtk-action-group-new-and-gtkstock-what-to-use-instead)
-* _"GtkAlignment has been deprecated in 3.14 and should not be used in newly-written code. The desired effect can be achieved by using the “halign”, “valign” and “margin” properties on the child widget."_ In remmina GtkAlignment has been replaced by a GtkAspectFrame, used by the "scaler" code to scale the remote desktop.
+* _"GtkAlignment has been deprecated in 3.14 and should not be used in newly-written code. The desired effect can be achieved by using the “halign”, “valign” and “margin” properties on the child widget."_ In Remmina GtkAlignment has been replaced by a GtkAspectFrame, used by the "scaler" code to scale the remote desktop.
* Icons in menu are being removed. See [here](https://igurublog.wordpress.com/2014/03/22/gtk-3-10-drops-menu-icons-and-mnemonics/). Also mnemonics should be removed.