gtk2/gtk/inspector/misc-info.ui.h
Matthias Clasen 1aa3000ae6 Inspector: Show more misc info about widgets
This adds clip area, accessible role, mapped, realize,
is-toplevel, child-visible, mnemonic labels and tick
callbacks to the displayed information.
2014-10-24 08:34:13 -04:00

16 lines
286 B
C

N_("State");
N_("Buildable ID");
N_("Default Widget");
N_("Properties");
N_("Focus Widget");
N_("Properties");
N_("Mnemonic Label");
N_("Allocated size");
N_("Clip area");
N_("Tick callback");
N_("Accessible role");
N_("Mapped");
N_("Realized");
N_("Is Toplevel");
N_("Child Visible");