OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GtkThemeParts
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/platform/gtk/
RenderThemeGtk.h
40
typedef struct _GtkThemeParts
GtkThemeParts
;
92
GtkThemeParts
* partsForDrawable(GdkDrawable*) const;
gtkdrawing.h
126
}
GtkThemeParts
;
278
*
GtkThemeParts
struct are NULL, they will be created lazily.
281
moz_gtk_use_theme_parts(
GtkThemeParts
* parts);
301
* Destroy the widgets in the given
GtkThemeParts
, which should
302
* be destroyed before the
GtkThemeParts
can be freed.
304
void moz_gtk_destroy_theme_parts_widgets(
GtkThemeParts
* parts);
Completed in 1378 milliseconds