Skip to content

Commit

Permalink
note-for-dev: update note
Browse files Browse the repository at this point in the history
With the GTK3 based IIO-Oscilloscope, using glade 3.8 is not necessary.
Glade v3.9 and up (preferably use version 3.38) are all suitable for
creating glade files.
If a glade file was created using glade for GTK2, said file needs to be
converted to glade for GTK2, as per the instructions in the note.

Signed-off-by: Cristina Suteu <[email protected]>
  • Loading branch information
cristina-suteu committed Jun 29, 2023
1 parent cdc6329 commit ea956e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NOTE_FOR_DEVELOPERS.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1. Please use Glade for GTK2 (v3.8) when adding new glade files or when editing files that were created with Glade for GTK2.
2. When a glade file has already been created/edited with Glade for GTK3 (versions 3.9, 3.10, 3.11, etc.) and you need to edit it, use the fixup scripts from dev-tools on the modified glade file. If Glade 3.8 is used the fixup scripts are no longer required.
1. Glade files should be created using Glade for GTK3(versions 3.9 and up -- preferably version 3.38) and will no longer require editing using the fix-up scripts.
2. If the glade file was created using Glade for GTK2, the file needs to be opened with the Glade app (v3.9 and up --preferably version 3.38) and saved.

0 comments on commit ea956e0

Please sign in to comment.