Settings - font sizes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user