Geany dev
Data Fields
GeanyMainWidgets Struct Reference

Important widgets in the main window. More...

#include <ui_utils.h>

Data Fields

GtkWidget * editor_menu
 Popup editor menu.
 
GtkWidget * message_window_notebook
 Message Window notebook.
 
GtkWidget * notebook
 Document notebook.
 
GtkWidget * progressbar
 Progress bar widget in the status bar to show progress of various actions. More...
 
GtkWidget * project_menu
 Plugins modifying the project can add their items to the Project menu.
 
GtkWidget * sidebar_notebook
 Sidebar notebook.
 
GtkWidget * toolbar
 Main toolbar.
 
GtkWidget * tools_menu
 Most plugins add menu items to the Tools menu.
 
GtkWidget * window
 Main window.
 

Detailed Description

Important widgets in the main window.

Accessed by geany->main_widgets.

Field Documentation

◆ progressbar

GtkWidget* GeanyMainWidgets::progressbar

Progress bar widget in the status bar to show progress of various actions.

See ui_progress_bar_start() for details.