GnuCash
4.13-177-g21dd8aa057+
|
gtk helper routines. More...
#include <gtk/gtk.h>
Go to the source code of this file.
Functions | |
gtk Miscellaneous Functions | |
void | gnc_cbwe_set_by_string (GtkComboBox *cbwe, const gchar *text) |
Find an entry in the GtkComboBox by its text value, and set the widget to that value. More... | |
void | gnc_cbwe_add_completion (GtkComboBox *cbwe) |
void | gnc_cbwe_require_list_item (GtkComboBox *cbwe) |
gboolean | gnc_is_dark_theme (GdkRGBA *fg_color) |
Return whether the current gtk theme is a dark one. More... | |
void | gnc_style_context_get_background_color (GtkStyleContext *context, GtkStateFlags state, GdkRGBA *color) |
Wrapper to get the background color of a widget for a given state. More... | |
void | gnc_style_context_get_border_color (GtkStyleContext *context, GtkStateFlags state, GdkRGBA *color) |
Wrapper to get the border color of a widget for a given state. More... | |
GtkWidget * | gnc_get_dialog_widget_from_id (GtkDialog *dialog, const gchar *id) |
Find the Widget defined by 'id' in the dialog. More... | |
gtk helper routines.
Definition in file gnc-gtk-utils.h.