Commit c1f0f5fe by karudu

Tabid scrollitavaks

parent 8240521d
Showing with 1 additions and 0 deletions
...@@ -114,6 +114,7 @@ ui *LooUI() ...@@ -114,6 +114,7 @@ ui *LooUI()
// Notebook // Notebook
UI->Notebook = gtk_notebook_new(); UI->Notebook = gtk_notebook_new();
gtk_notebook_set_scrollable(UI->Notebook, TRUE); // Tee vahekaartide riba scrollitavaks
g_signal_connect(UI->Notebook, "switch-page", G_CALLBACK(TabMuudetud), UI); // Tab'i muutmise callback g_signal_connect(UI->Notebook, "switch-page", G_CALLBACK(TabMuudetud), UI); // Tab'i muutmise callback
// SourceView stiil // SourceView stiil
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment