mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove old version for adding style classes to widgets
This commit is contained in:
parent
c3900aacbc
commit
fb2beaaaa6
@ -362,12 +362,6 @@ gnc_tree_view_get_grid_lines_pref (void)
|
|||||||
* gnc_class - character string for css class name *
|
* gnc_class - character string for css class name *
|
||||||
* Returns: nothing *
|
* Returns: nothing *
|
||||||
\********************************************************************/
|
\********************************************************************/
|
||||||
void
|
|
||||||
gnc_widget_set_style_context (GtkWidget *widget, const char *gnc_class)
|
|
||||||
{
|
|
||||||
gnc_widget_style_context_add_class (widget, gnc_class);
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
gnc_widget_style_context_add_class (GtkWidget *widget, const char *gnc_class)
|
gnc_widget_style_context_add_class (GtkWidget *widget, const char *gnc_class)
|
||||||
{
|
{
|
||||||
|
@ -89,7 +89,6 @@ GtkTreeViewGridLines gnc_tree_view_get_grid_lines_pref (void);
|
|||||||
* gnc_class - character string for css class name *
|
* gnc_class - character string for css class name *
|
||||||
* Returns: nothing *
|
* Returns: nothing *
|
||||||
\********************************************************************/
|
\********************************************************************/
|
||||||
void gnc_widget_set_style_context (GtkWidget *widget, const char *gnc_class);
|
|
||||||
void gnc_widget_style_context_add_class (GtkWidget *widget, const char *gnc_class);
|
void gnc_widget_style_context_add_class (GtkWidget *widget, const char *gnc_class);
|
||||||
|
|
||||||
/********************************************************************\
|
/********************************************************************\
|
||||||
|
Loading…
Reference in New Issue
Block a user