geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

notebook.h File Reference
#include "document.h"
#include <glib.h>
Include dependency graph for notebook.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void notebook_init (void)
 
void notebook_free (void)
 
gint notebook_new_tab (GeanyDocument *doc)
 
void notebook_remove_page (gint page_num)
 
void notebook_switch_tablastused (void)
 
gboolean notebook_switch_in_progress (void)
 

Function Documentation

◆ notebook_free()

void notebook_free ( void  )

Definition at line 568 of file notebook.c.

References mru_docs.

Referenced by do_main_quit().

◆ notebook_init()

◆ notebook_new_tab()

◆ notebook_remove_page()

◆ notebook_switch_in_progress()

gboolean notebook_switch_in_progress ( void  )

Definition at line 298 of file notebook.c.

References switch_in_progress.

Referenced by document_check_disk_status().

◆ notebook_switch_tablastused()

void notebook_switch_tablastused ( void  )