Esempio n. 1
0
static int colorbutton_type()
{
  static int type = 0;
  if (!type)
    type = ji_register_widget_type();
  return type;
}
Esempio n. 2
0
static int tabs_type()
{
  static int type = 0;
  if (!type)
    type = ji_register_widget_type();
  return type;
}
Esempio n. 3
0
int palette_view_type()
{
  static int type = 0;
  if (!type)
    type = ji_register_widget_type();
  return type;
}