Home
last modified time | relevance | path

Searched refs:set_button_pixmap (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/gpaint/gpaint-2-0.3.3/src/
H A Dtool_palette.c122 static void set_button_pixmap(GtkToggleButton *button, const char **pixmap);
250 set_button_pixmap(tb->widget, tc->icon); in on_tool_button_realize()
312 set_button_pixmap(fb->button, (const char **)unfilled_xpm); in on_filled_button_realize()
343 set_button_pixmap(togglebutton, icon); in on_filled_button_toggled()
458 set_button_pixmap(GtkToggleButton *button, const char **pixmap) in set_button_pixmap() function