-
-
Notifications
You must be signed in to change notification settings - Fork 595
Development Notes
Antenore Gatta edited this page Jan 17, 2019
·
12 revisions
Use this page to add useful links and notes to help out with the development
https://remmina.gitlab.io/remminadoc.gitlab.io/index.html
- GTK3 Reference Manual
- Icon names standard
- GTK+ Stock Item Deprecation
- Stock Items Migration Guide
- Menu and GtkActionGroup deprecation: 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.
- Icons in menu are being removed. See here. Also mnemonics should be removed.