Exemplo n.º 1
0
int
clip_INIT___MENU_ITEM(ClipMachine * ClipMachineMemory)
{
   _wtype_table_put(_clip_type_menu_item, _clip_type_name_menu_item, _gtk_type_menu_item, _gtk_type_item, menu_item_signals);
   return 0;
}
Exemplo n.º 2
0
int
clip_INIT___VIEWPORT(ClipMachine *cm)
{
    _wtype_table_put(_clip_type_viewport, _clip_type_name_viewport, _gtk_type_viewport, _gtk_type_container, NULL);
    return 0;
}
Exemplo n.º 3
0
int
clip_INIT___ADJUSTMENT(ClipMachine * ClipMachineMemory)
{
   _wtype_table_put(_clip_type_adjustment, _clip_type_name_adjustment, _gtk_type_adjustment, _gtk_type_data, adj_signals);
   return 0;
}
Exemplo n.º 4
0
int
clip_INIT___FIXED(ClipMachine * ClipMachineMemory)
{
   _wtype_table_put(_clip_type_fixed, _clip_type_name_fixed, _gtk_type_fixed, _gtk_type_container, NULL);
   return 0;
}
Exemplo n.º 5
0
int
clip_INIT___NOTEBOOK(ClipMachine *cm)
{
	_wtype_table_put(_clip_type_notebook, _clip_type_name_notebook, _gtk_type_notebook, _gtk_type_container, notebook_signals);
	return 0;
}
Exemplo n.º 6
0
int
clip_INIT___LISTITEM(ClipMachine * ClipMachineMemory)
{
   _wtype_table_put(_clip_type_list_item, _clip_type_name_list_item, _gtk_type_list_item, _gtk_type_item, list_item_signals);
   return 0;
}
Exemplo n.º 7
0
int
clip_INIT___BUTTON(ClipMachine * ClipMachineMemory)
{
    _wtype_table_put(_clip_type_button, _clip_type_name_button, _gtk_type_button, _gtk_type_container, button_signals);
    return 0;
}
Exemplo n.º 8
0
int
clip_INIT___WINDOW(ClipMachine *cm)
{
	_wtype_table_put(_clip_type_window, _clip_type_name_window, _gtk_type_window, _gtk_type_container, window_signals);
	return 0;
}
Exemplo n.º 9
0
int
clip_INIT___UIMANAGER(ClipMachine * ClipMachineMemory)
{
   _wtype_table_put(_clip_type_ui_manager, _clip_type_name_ui_manager, _gtk_type_ui_manager, NULL, ui_manager_signals);
   return 0;
}
Exemplo n.º 10
0
int
clip_INIT___GDKWINDOW(ClipMachine *cm)
{
	_wtype_table_put(_clip_type_gdk_window, _clip_type_name_gdk_window, _gdk_type_gdk_window, NULL, NULL);
	return 0;
}
Exemplo n.º 11
0
/* Register boxes in global table */
int
clip_INIT___LISTSTORE(ClipMachine *cm)
{
	_wtype_table_put(_clip_type_list_store,  _clip_type_name_list_store,  _gtk_type_list_store,  NULL, NULL);
	return 0;
}
Exemplo n.º 12
0
int
clip_INIT___GDKREGION(ClipMachine * ClipMachineMemory)
{
   _wtype_table_put(_clip_type_region, _clip_type_name_region, _gdk_type_region, NULL, NULL);
   return 0;
}
Exemplo n.º 13
0
int
clip_INIT___MENU_BAR(ClipMachine * ClipMachineMemory)
{
   _wtype_table_put(_clip_type_menu_bar, _clip_type_name_menu_bar, _gtk_type_menu_bar, _gtk_type_menu_shell, NULL);
   return 0;
}
Exemplo n.º 14
0
int
clip_INIT___COMBOBOX(ClipMachine * ClipMachineMemory)
{
   _wtype_table_put(_clip_type_combo_box, _clip_type_name_combo_box, _gtk_type_combo_box, _gtk_type_bin, combo_box_signals);
   return 0;
}
Exemplo n.º 15
0
int
clip_INIT___CALENDAR(ClipMachine * ClipMachineMemory)
{
   _wtype_table_put(_clip_type_calendar, _clip_type_name_calendar, _gtk_type_calendar, _gtk_type_widget, calendar_signals);
   return 0;
}
Exemplo n.º 16
0
int
clip_INIT___TOGGLEACTION(ClipMachine *cm)
{
    _wtype_table_put(_clip_type_toggle_action,  _clip_type_name_toggle_action,  _gtk_type_toggle_action,  _gtk_type_action, toggle_action_signals);
    return 0;
}
Exemplo n.º 17
0
int
clip_INIT___ALIGNMENT(ClipMachine * ClipMachineMemory)
{
   _wtype_table_put(_clip_type_alignment, _clip_type_name_alignment, _gtk_type_alignment, _gtk_type_container, NULL);
   return 0;
}
Exemplo n.º 18
0
int
clip_INIT___ITEM_ENTRY(ClipMachine *cm)
{
	_wtype_table_put(_clip_type_item_entry, _clip_type_name_item_entry, _gtk_type_item_entry, _gtk_type_entry, NULL);
	return 0;
}
Exemplo n.º 19
0
int
clip_INIT___GDK(ClipMachine * ClipMachineMemory)
{
   _wtype_table_put(_clip_type_cursor, _clip_type_name_cursor, _gdk_type_cursor, NULL, NULL);
   return 0;
}
Exemplo n.º 20
0
/* Register boxes in global table */
int
clip_INIT___TREESTORE(ClipMachine * ClipMachineMemory)
{
   _wtype_table_put(_clip_type_tree_store, _clip_type_name_tree_store, _gtk_type_tree_store, NULL, NULL);
   return 0;
}
Exemplo n.º 21
0
/* Register toolbar in global table */
int
clip_INIT___TOOLTIPS(ClipMachine * ClipMachineMemory)
{
   _wtype_table_put(_clip_type_tooltips, _clip_type_name_tooltips, _gtk_type_tooltips, _gtk_type_label, NULL);
   return 0;
}
Exemplo n.º 22
0
int
clip_INIT___COLORMAP(ClipMachine *cm)
{
	_wtype_table_put(_clip_type_colormap, _clip_type_name_colormap, _gdk_type_colormap, NULL, NULL);
	return 0;
}
Exemplo n.º 23
0
int
clip_INIT___MENU_SHELL(ClipMachine *cm)
{
	_wtype_table_put(_clip_type_menu_shell, _clip_type_name_menu_shell, _gtk_type_menu_shell, _gtk_type_container, menushell_signals);
	return 0;
}
Exemplo n.º 24
0
int
clip_INIT___OBJECT(ClipMachine *cm)
{
	_wtype_table_put(_clip_type_object, _clip_type_name_object, _gtk_type_object, NULL, object_signals);
	return 0;
}
Exemplo n.º 25
0
int
clip_INIT___SOCKET(ClipMachine *cm)
{
	_wtype_table_put(_clip_type_socket, _clip_type_name_socket, _gtk_type_socket,  _gtk_type_container, socket_signals);
	return 0;
}
Exemplo n.º 26
0
int
clip_INIT___FILEFILTER(ClipMachine *cm)
{
	_wtype_table_put(_clip_type_file_filter,  _clip_type_name_file_filter,  _gtk_type_file_filter,  NULL, NULL);
	return 0;
}
Exemplo n.º 27
0
int
clip_INIT___EXTEXT(ClipMachine * cm)
{
   _wtype_table_put(_clip_type_extext, _clip_type_name_extext, _gtk_type_extext, _gtk_type_widget, extext_signals);
   return 0;
}
Exemplo n.º 28
0
int
clip_INIT___FONT_COMBO(ClipMachine *cm)
{
	_wtype_table_put(_clip_type_font_combo, _clip_type_name_font_combo, _gtk_type_font_combo, _gtk_type_toolbar, font_combo_signals);
	return 0;
}
Exemplo n.º 29
0
/* Register data in global table */
int
clip_INIT___DATA(ClipMachine * ClipMachineMemory)
{
   _wtype_table_put(_clip_type_data, _clip_type_name_data, _gtk_type_data, NULL, data_signals);
   return 0;
}
Exemplo n.º 30
0
int
clip_INIT___DRAWINGAREA(ClipMachine * ClipMachineMemory)
{
   _wtype_table_put(_clip_type_drawing_area, _clip_type_name_drawing_area, _gtk_type_drawing_area, _gtk_type_widget, NULL);
   return 0;
}