diff options
Diffstat (limited to 'base/gfx/gtk_util.h')
-rwxr-xr-x | base/gfx/gtk_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/gfx/gtk_util.h b/base/gfx/gtk_util.h index 6407554..6a6cdd6 100755 --- a/base/gfx/gtk_util.h +++ b/base/gfx/gtk_util.h @@ -39,6 +39,9 @@ GdkPixbuf* GdkPixbufFromSkBitmap(const SkBitmap* bitmap); GtkWidget* CreateGtkBorderBin(GtkWidget* child, const GdkColor* color, int top, int bottom, int left, int right); +// Remove all children from this container. +void RemoveAllChildren(GtkWidget* container); + } // namespace gfx #endif // BASE_GFX_GTK_UTIL_H_ |