Browse Source

add reorderable const

CPP-GTK4
yggverse 3 months ago
parent
commit
c0e27fa551
  1. 1
      src/app/browser/container/tab.h

1
src/app/browser/container/tab.h

@ -17,6 +17,7 @@ namespace app
GtkWidget *gtk; GtkWidget *gtk;
const gboolean REORDERABLE = true;
const gboolean SCROLLABLE = true; const gboolean SCROLLABLE = true;
Tab( Tab(

Loading…
Cancel
Save