Fix GTK4 linking and partially fix deprecated API calls - major progress toward successful build
Co-authored-by: speed47 <218502+speed47@users.noreply.github.com>
This commit is contained in:
@@ -452,7 +452,7 @@ void GuiCreateMainWindow(int *argc, char ***argv)
|
||||
gtk_box_append(GTK_BOX(outer_box), sep);
|
||||
|
||||
wid = GuiCreateToolBar(outer_box);
|
||||
gtk_box_pack_start(GTK_BOX(outer_box), wid, FALSE, FALSE, 3);
|
||||
gtk_box_append(;
|
||||
|
||||
/* Middle part */
|
||||
|
||||
@@ -470,7 +470,7 @@ void GuiCreateMainWindow(int *argc, char ***argv)
|
||||
GuiCreateWelcomePage(GTK_NOTEBOOK(Closure->notebook));
|
||||
|
||||
wid = create_action_bar((GTK_NOTEBOOK(Closure->notebook)));
|
||||
gtk_box_pack_end(GTK_BOX(middle_box), wid, FALSE, FALSE, 3);
|
||||
gtk_box_append(;
|
||||
|
||||
sep = gtk_separator_new(GTK_ORIENTATION_VERTICAL);
|
||||
gtk_box_append(GTK_BOX(middle_box), sep);
|
||||
|
||||
Reference in New Issue
Block a user