Settings - font sizes

This commit is contained in:
2025-11-24 16:24:35 +01:00
parent 9befee44a5
commit aaeb793703
6 changed files with 201 additions and 45 deletions

View File

@@ -73,6 +73,7 @@ typedef void GtkComboBox;
typedef void GtkGrid;
typedef void GtkColorButton;
typedef void GtkColorChooser;
typedef void GtkSpinButton;
typedef int gboolean;
typedef int gint;
@@ -669,6 +670,10 @@ DECL(GdkEvent*, gtk_get_current_event, (void ))
DECL(void, gtk_main_do_event, (GdkEvent* event))
DECL(void, gdk_event_free, (GdkEvent* event))
DECL(GtkWidget*, gtk_spin_button_new_with_range, (gdouble min, gdouble max, gdouble step))
DECL(void, gtk_spin_button_set_value, (GtkSpinButton* spin_button, gdouble value ))
DECL(gint, gtk_spin_button_get_value_as_int, (GtkSpinButton* spin_button ))
DECL(unsigned long, g_signal_connect_data, (GObject *obj, const char *signal, GCallback c_handler, gpointer data, GClosureNotify destroy_data, GConnectFlags connect_flags))
// Messages