Update the GTK request implementation for GTK4
Review Request #1414 — Created May 5, 2022 and submitted
Update the GTK request implementation for GTK4
I had to
#if 0
a fair amount of code as it needs rewriting and there's no point in doing that now when we can't test the rewrite.
Compiled
Summary | ID |
---|---|
d6c178fddcd9973d1d872a318990ee4b6b56fe24 |
Description | From | Last Updated |
---|---|---|
Since there's an if (img after this, this icon size call should be later. |
QuLogic | |
Migrating guide says to use GtkEventControllerFocus, but maybe this is okay too? |
QuLogic | |
Doesn't this need to be added to something? |
QuLogic | |
Always true with save, so can just delete this. |
QuLogic | |
It seems like you missed this extra box which seems to take pages[i], add all the above hbox/vbox stuff, then … |
QuLogic | |
Could just write that as: if(icon_name == NULL) { icon_name = "dialog-question"; } and then create once after. |
QuLogic |
- Change Summary:
-
address issues
- Commits:
-
Summary ID a5dc3d4bb6a36c36742ad9cbfd496623ea2a284a cf99ec025fab36d453f05915c9715d94c3681a15 - Diff:
-
Revision 2 (+532 -362)
- Change Summary:
-
remove the tab nonsense that was never completed by the looks of things.
- Commits:
-
Summary ID cf99ec025fab36d453f05915c9715d94c3681a15 3088a72bc334846109a45176a07f835557f60a61 - Diff:
-
Revision 3 (+474 -602)
- Commits:
-
Summary ID 3088a72bc334846109a45176a07f835557f60a61 d6c178fddcd9973d1d872a318990ee4b6b56fe24 - Diff:
-
Revision 4 (+470 -604)