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
![]() ![]() |
#include "about.h"
#include "app.h"
#include "gb.c"
#include "geany.h"
#include "geanywraplabel.h"
#include "main.h"
#include "support.h"
#include "ui_utils.h"
#include "utils.h"
#include <gtk/gtk.h>
Go to the source code of this file.
Macros | |
#define | HEADER "<span size=\"larger\" weight=\"bold\">Geany %s</span>" |
#define | INFO "<span size=\"larger\" weight=\"bold\">%s</span>" |
#define | CODENAME "<span weight=\"bold\">\"" GEANY_CODENAME "\"</span>" |
#define | BUILDDATE "<span size=\"smaller\">%s</span>" |
#define | RUNTIME BUILDDATE |
#define | COPYRIGHT _("Copyright (c) 2005\nThe Geany contributors") |
#define | ROW(text, row, col, x_align, y_padding, col_span) |
Functions | |
static void | header_eventbox_style_set (GtkWidget *widget) |
static void | header_label_style_set (GtkWidget *widget) |
static void | homepage_clicked (GtkButton *button, gpointer data) |
static GtkWidget * | create_dialog (void) |
void | about_dialog_show (void) |
Variables | |
static const gchar * | translators [][2] |
static const guint | translators_len = G_N_ELEMENTS(translators) |
static const gchar * | prev_translators [][2] |
static const guint | prev_translators_len = G_N_ELEMENTS(prev_translators) |
static const gchar * | contributors |
#define CODENAME "<span weight=\"bold\">\"" GEANY_CODENAME "\"</span>" |
#define COPYRIGHT _("Copyright (c) 2005\nThe Geany contributors") |
#define HEADER "<span size=\"larger\" weight=\"bold\">Geany %s</span>" |
#define INFO "<span size=\"larger\" weight=\"bold\">%s</span>" |
#define ROW | ( | text, | |
row, | |||
col, | |||
x_align, | |||
y_padding, | |||
col_span | |||
) |
void about_dialog_show | ( | void | ) |
Definition at line 467 of file about.c.
References create_dialog(), and dialog.
Referenced by on_info1_activate().
|
static |
Definition at line 140 of file about.c.
References _, app, BUILDDATE, CODENAME, contributors, COPYRIGHT, GeanyApp::datadir, dialog, gb_on_key_pressed(), GEANY_HOMEPAGE, geany_wrap_label_new(), gtk_container_add(), gtk_widget_show_all(), HEADER, header_eventbox_style_set(), header_label_style_set(), homepage_clicked(), INFO, label, main_get_version_string(), main_widgets, NULL, prev_translators, prev_translators_len, ROW, RUNTIME, translators, translators_len, utils_parse_and_format_build_date(), and GeanyMainWidgets::window.
Referenced by about_dialog_show().
|
static |
Definition at line 478 of file about.c.
Referenced by create_dialog().
|
static |
Definition at line 486 of file about.c.
Referenced by create_dialog().
|
static |
Definition at line 494 of file about.c.
References utils_open_browser().
Referenced by create_dialog().
|
static |
Definition at line 106 of file about.c.
Referenced by create_dialog().
|
static |
Definition at line 97 of file about.c.
Referenced by create_dialog().
|
static |
Definition at line 104 of file about.c.
Referenced by create_dialog().
|
static |
Definition at line 49 of file about.c.
Referenced by create_dialog().
|
static |
Definition at line 95 of file about.c.
Referenced by create_dialog().