Home
last modified time | relevance | path

Searched refs:cell_layout (Results 1 – 25 of 239) sorted by relevance

12345678910

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcelllayout.c283 cell_layout); in gtk_cell_layout_default_set_cell_data_func()
373 GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->pack_start (cell_layout, cell, expand); in gtk_cell_layout_pack_start()
398 GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->pack_end (cell_layout, cell, expand); in gtk_cell_layout_pack_end()
415 GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->clear (cell_layout); in gtk_cell_layout_clear()
496 GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->add_attribute (cell_layout, cell, attribute, column); in gtk_cell_layout_add_attribute()
528 (cell_layout)->set_cell_data_func (cell_layout, cell, func, func_data, destroy); in gtk_cell_layout_set_cell_data_func()
548 GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->clear_attributes (cell_layout, cell); in gtk_cell_layout_clear_attributes()
572 GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->reorder (cell_layout, cell, position); in gtk_cell_layout_reorder()
593 return GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->get_cells (cell_layout); in gtk_cell_layout_get_cells()
625 GtkCellLayout *cell_layout; member
[all …]
H A Dgtkcelllayout.h52 typedef void (* GtkCellLayoutDataFunc) (GtkCellLayout *cell_layout,
85 void (* pack_start) (GtkCellLayout *cell_layout,
88 void (* pack_end) (GtkCellLayout *cell_layout,
91 void (* clear) (GtkCellLayout *cell_layout);
92 void (* add_attribute) (GtkCellLayout *cell_layout,
96 void (* set_cell_data_func) (GtkCellLayout *cell_layout,
101 void (* clear_attributes) (GtkCellLayout *cell_layout,
103 void (* reorder) (GtkCellLayout *cell_layout,
106 GList* (* get_cells) (GtkCellLayout *cell_layout);
108 GtkCellArea *(* get_area) (GtkCellLayout *cell_layout);
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcelllayout.c282 cell_layout); in gtk_cell_layout_default_set_cell_data_func()
370 GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->pack_start (cell_layout, cell, expand); in gtk_cell_layout_pack_start()
393 GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->pack_end (cell_layout, cell, expand); in gtk_cell_layout_pack_end()
408 GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->clear (cell_layout); in gtk_cell_layout_clear()
489 GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->add_attribute (cell_layout, cell, attribute, column); in gtk_cell_layout_add_attribute()
519 (cell_layout)->set_cell_data_func (cell_layout, cell, func, func_data, destroy); in gtk_cell_layout_set_cell_data_func()
537 GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->clear_attributes (cell_layout, cell); in gtk_cell_layout_clear_attributes()
559 GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->reorder (cell_layout, cell, position); in gtk_cell_layout_reorder()
578 return GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->get_cells (cell_layout); in gtk_cell_layout_get_cells()
607 GtkCellLayout *cell_layout; member
[all …]
H A Dgtkcelllayout.h52 typedef void (* GtkCellLayoutDataFunc) (GtkCellLayout *cell_layout,
85 void (* pack_start) (GtkCellLayout *cell_layout,
88 void (* pack_end) (GtkCellLayout *cell_layout,
91 void (* clear) (GtkCellLayout *cell_layout);
92 void (* add_attribute) (GtkCellLayout *cell_layout,
96 void (* set_cell_data_func) (GtkCellLayout *cell_layout,
101 void (* clear_attributes) (GtkCellLayout *cell_layout,
103 void (* reorder) (GtkCellLayout *cell_layout,
106 GList* (* get_cells) (GtkCellLayout *cell_layout);
108 GtkCellArea *(* get_area) (GtkCellLayout *cell_layout);
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkcelllayout.c80 (* GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->pack_start) (cell_layout, in gtk_cell_layout_pack_start()
107 (* GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->pack_end) (cell_layout, in gtk_cell_layout_pack_end()
122 gtk_cell_layout_clear (GtkCellLayout *cell_layout) in gtk_cell_layout_clear() argument
126 (* GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->clear) (cell_layout); in gtk_cell_layout_clear()
140 iface = GTK_CELL_LAYOUT_GET_IFACE (cell_layout); in gtk_cell_layout_set_attributesv()
206 (* GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->add_attribute) (cell_layout, in gtk_cell_layout_add_attribute()
237 (* GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->set_cell_data_func) (cell_layout, in gtk_cell_layout_set_cell_data_func()
261 (* GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->clear_attributes) (cell_layout, in gtk_cell_layout_clear_attributes()
284 (* GTK_CELL_LAYOUT_GET_IFACE (cell_layout)->reorder) (cell_layout, in gtk_cell_layout_reorder()
310 return iface->get_cells (cell_layout); in gtk_cell_layout_get_cells()
[all …]
H A Dgtkcelllayout.h43 typedef void (* GtkCellLayoutDataFunc) (GtkCellLayout *cell_layout,
54 void (* pack_start) (GtkCellLayout *cell_layout,
57 void (* pack_end) (GtkCellLayout *cell_layout,
60 void (* clear) (GtkCellLayout *cell_layout);
61 void (* add_attribute) (GtkCellLayout *cell_layout,
65 void (* set_cell_data_func) (GtkCellLayout *cell_layout,
70 void (* clear_attributes) (GtkCellLayout *cell_layout,
72 void (* reorder) (GtkCellLayout *cell_layout,
75 GList* (* get_cells) (GtkCellLayout *cell_layout);
79 void gtk_cell_layout_pack_start (GtkCellLayout *cell_layout,
[all …]
H A Dgtkentrycompletion.c676 priv = GTK_ENTRY_COMPLETION_GET_PRIVATE (cell_layout); in gtk_entry_completion_pack_start()
688 priv = GTK_ENTRY_COMPLETION_GET_PRIVATE (cell_layout); in gtk_entry_completion_pack_end()
694 gtk_entry_completion_clear (GtkCellLayout *cell_layout) in gtk_entry_completion_clear() argument
698 priv = GTK_ENTRY_COMPLETION_GET_PRIVATE (cell_layout); in gtk_entry_completion_clear()
711 priv = GTK_ENTRY_COMPLETION_GET_PRIVATE (cell_layout); in gtk_entry_completion_add_attribute()
725 priv = GTK_ENTRY_COMPLETION_GET_PRIVATE (cell_layout); in gtk_entry_completion_set_cell_data_func()
737 priv = GTK_ENTRY_COMPLETION_GET_PRIVATE (cell_layout); in gtk_entry_completion_clear_attributes()
743 gtk_entry_completion_reorder (GtkCellLayout *cell_layout, in gtk_entry_completion_reorder() argument
749 priv = GTK_ENTRY_COMPLETION_GET_PRIVATE (cell_layout); in gtk_entry_completion_reorder()
755 gtk_entry_completion_get_cells (GtkCellLayout *cell_layout) in gtk_entry_completion_get_cells() argument
[all …]
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkCellLayout.xs73 PREP (cell_layout); in gtk2perl_cell_layout_pack_start()
89 PREP (cell_layout); in gtk2perl_cell_layout_pack_end()
100 GET_METHOD_OR_DIE (cell_layout, "CLEAR"); in gtk2perl_cell_layout_clear()
103 PREP (cell_layout); in gtk2perl_cell_layout_clear()
118 PREP (cell_layout); in gtk2perl_cell_layout_add_attribute()
171 PREP (cell_layout); in gtk2perl_cell_layout_set_cell_data_func()
195 PREP (cell_layout); in gtk2perl_cell_layout_clear_attributes()
210 PREP (cell_layout); in gtk2perl_cell_layout_reorder()
225 GET_METHOD (cell_layout, "GET_CELLS"); in gtk2perl_cell_layout_get_cells()
229 PREP (cell_layout); in gtk2perl_cell_layout_get_cells()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkcelllayout.inc12 …TGtkCellLayoutDataFunc = procedure (cell_layout:PGtkCellLayout; cell:PGtkCellRenderer; tree_model:…
18 pack_start : procedure (cell_layout:PGtkCellLayout; cell:PGtkCellRenderer; expand:gboolean);
19 pack_end : procedure (cell_layout:PGtkCellLayout; cell:PGtkCellRenderer; expand:gboolean);
20 clear : procedure (cell_layout:PGtkCellLayout);
21 …add_attribute : procedure (cell_layout:PGtkCellLayout; cell:PGtkCellRenderer; attribute:Pgchar; co…
23 clear_attributes : procedure (cell_layout:PGtkCellLayout; cell:PGtkCellRenderer);
24 reorder : procedure (cell_layout:PGtkCellLayout; cell:PGtkCellRenderer; position:gint);
39 procedure gtk_cell_layout_pack_end(cell_layout:PGtkCellLayout; cell:PGtkCellRenderer; expand:gboole…
41 procedure gtk_cell_layout_clear(cell_layout:PGtkCellLayout);cdecl;external gtklib name 'gtk_cell_la…
51 procedure gtk_cell_layout_clear_attributes(cell_layout:PGtkCellLayout; cell:PGtkCellRenderer);cdecl…
[all …]
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkcelllayout.inc12 …TGtkCellLayoutDataFunc = procedure (cell_layout:PGtkCellLayout; cell:PGtkCellRenderer; tree_model:…
18 pack_start : procedure (cell_layout:PGtkCellLayout; cell:PGtkCellRenderer; expand:gboolean);
19 pack_end : procedure (cell_layout:PGtkCellLayout; cell:PGtkCellRenderer; expand:gboolean);
20 clear : procedure (cell_layout:PGtkCellLayout);
21 …add_attribute : procedure (cell_layout:PGtkCellLayout; cell:PGtkCellRenderer; attribute:Pgchar; co…
23 clear_attributes : procedure (cell_layout:PGtkCellLayout; cell:PGtkCellRenderer);
24 reorder : procedure (cell_layout:PGtkCellLayout; cell:PGtkCellRenderer; position:gint);
39 procedure gtk_cell_layout_pack_end(cell_layout:PGtkCellLayout; cell:PGtkCellRenderer; expand:gboole…
41 procedure gtk_cell_layout_clear(cell_layout:PGtkCellLayout);cdecl;external gtklib name 'gtk_cell_la…
51 procedure gtk_cell_layout_clear_attributes(cell_layout:PGtkCellLayout; cell:PGtkCellRenderer);cdecl…
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/System.ocg/
H A DGUIs.c314 var grid_layout, cell_layout; in GuiCalculateGridElementPosition() local
319 cell_layout = layout["Cell"]; in GuiCalculateGridElementPosition()
324 cell_layout = {Prototype = layout}; in GuiCalculateGridElementPosition()
330 var cell_width = cell_layout.Width + cell_layout.Margin.Left + cell_layout.Margin.Right; in GuiCalculateGridElementPosition()
331 var cell_height = cell_layout.Height + cell_layout.Margin.Top + cell_layout.Margin.Bottom; in GuiCalculateGridElementPosition()
333 var cell_pos_x = cell_layout.Margin.Left + column * cell_width; in GuiCalculateGridElementPosition()
334 var cell_pos_y = cell_layout.Margin.Top + row * cell_height; in GuiCalculateGridElementPosition()
345 Left = Format("%s%s", grid_position.Left, Call(cell_layout.Dimension, cell_pos_x)), in GuiCalculateGridElementPosition()
346 Top = Format("%s%s", grid_position.Top, Call(cell_layout.Dimension, cell_pos_y)), in GuiCalculateGridElementPosition()
347 …Right = Format("%s%s", grid_position.Left, Call(cell_layout.Dimension, cell_pos_x + cell_layout.W… in GuiCalculateGridElementPosition()
[all …]
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-attachment-icon-view.c127 GtkCellLayout *cell_layout; in attachment_icon_view_constructed() local
136 cell_layout = GTK_CELL_LAYOUT (object); in attachment_icon_view_constructed()
147 gtk_cell_layout_pack_start (cell_layout, renderer, FALSE); in attachment_icon_view_constructed()
150 cell_layout, renderer, "gicon", in attachment_icon_view_constructed()
167 cell_layout, renderer, "text", in attachment_icon_view_constructed()
172 gtk_cell_layout_pack_start (cell_layout, renderer, TRUE); in attachment_icon_view_constructed()
175 cell_layout, renderer, "value", in attachment_icon_view_constructed()
179 cell_layout, renderer, "visible", in attachment_icon_view_constructed()
184 gtk_cell_layout_pack_start (cell_layout, renderer, TRUE); in attachment_icon_view_constructed()
187 cell_layout, renderer, "value", in attachment_icon_view_constructed()
[all …]
H A De-picture-gallery.c350 GtkCellLayout *cell_layout; in picture_gallery_constructed() local
369 cell_layout = GTK_CELL_LAYOUT (icon_view); in picture_gallery_constructed()
380 gtk_cell_layout_pack_start (cell_layout, renderer, FALSE); in picture_gallery_constructed()
382 gtk_cell_layout_add_attribute (cell_layout, renderer, "pixbuf", COL_PIXBUF); in picture_gallery_constructed()
395 gtk_cell_layout_pack_start (cell_layout, renderer, FALSE); in picture_gallery_constructed()
397 gtk_cell_layout_add_attribute (cell_layout, renderer, "text", COL_FILENAME_TEXT); in picture_gallery_constructed()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/oauth/
H A Doauth-account-chooser-dialog.c122 GtkCellLayout *cell_layout; in oauth_account_chooser_dialog_init() local
125 cell_layout = GTK_CELL_LAYOUT (GET_WIDGET ("account_combobox")); in oauth_account_chooser_dialog_init()
128 gtk_cell_layout_pack_start (cell_layout, renderer, FALSE); in oauth_account_chooser_dialog_init()
129 gtk_cell_layout_set_attributes (cell_layout, renderer, in oauth_account_chooser_dialog_init()
134 gtk_cell_layout_pack_start (cell_layout, renderer, TRUE); in oauth_account_chooser_dialog_init()
135 gtk_cell_layout_set_attributes (cell_layout, renderer, in oauth_account_chooser_dialog_init()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/debuggerui/
H A Dide-debugger-breakpoints-view.c208 address_cell_data_func (GtkCellLayout *cell_layout,
217 g_assert (GTK_IS_TREE_VIEW_COLUMN (cell_layout));
241 string_property_cell_data_func (GtkCellLayout *cell_layout,
251 g_assert (GTK_IS_TREE_VIEW_COLUMN (cell_layout));
267 int_property_cell_data_func (GtkCellLayout *cell_layout,
278 g_assert (GTK_IS_TREE_VIEW_COLUMN (cell_layout));
295 enum_property_cell_data_func (GtkCellLayout *cell_layout,
306 g_assert (GTK_IS_TREE_VIEW_COLUMN (cell_layout));
328 bool_property_cell_data_func (GtkCellLayout *cell_layout,
H A Dide-debugger-threads-view.c370 argv_property_cell_data_func (GtkCellLayout *cell_layout, in argv_property_cell_data_func() argument
380 g_assert (GTK_IS_TREE_VIEW_COLUMN (cell_layout)); in argv_property_cell_data_func()
415 location_property_cell_data_func (GtkCellLayout *cell_layout, in location_property_cell_data_func() argument
423 g_assert (GTK_IS_TREE_VIEW_COLUMN (cell_layout)); in location_property_cell_data_func()
457 binary_property_cell_data_func (GtkCellLayout *cell_layout, in binary_property_cell_data_func() argument
467 g_assert (GTK_IS_TREE_VIEW_COLUMN (cell_layout)); in binary_property_cell_data_func()
493 string_property_cell_data_func (GtkCellLayout *cell_layout, in string_property_cell_data_func() argument
503 g_assert (GTK_IS_TREE_VIEW_COLUMN (cell_layout)); in string_property_cell_data_func()
519 int_property_cell_data_func (GtkCellLayout *cell_layout, in int_property_cell_data_func() argument
530 g_assert (GTK_IS_TREE_VIEW_COLUMN (cell_layout)); in int_property_cell_data_func()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/picasaweb/
H A Ddlg-export-to-picasaweb.c445 GtkCellLayout *cell_layout; in dlg_export_to_picasaweb() local
448 cell_layout = GTK_CELL_LAYOUT (GET_WIDGET ("name_treeviewcolumn")); in dlg_export_to_picasaweb()
451 gtk_cell_layout_pack_start (cell_layout, renderer, FALSE); in dlg_export_to_picasaweb()
452 gtk_cell_layout_set_attributes (cell_layout, renderer, in dlg_export_to_picasaweb()
457 gtk_cell_layout_pack_start (cell_layout, renderer, TRUE); in dlg_export_to_picasaweb()
458 gtk_cell_layout_set_attributes (cell_layout, renderer, in dlg_export_to_picasaweb()
463 gtk_cell_layout_pack_start (cell_layout, renderer, FALSE); in dlg_export_to_picasaweb()
464 gtk_cell_layout_set_attributes (cell_layout, renderer, in dlg_export_to_picasaweb()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dcell_layout.rs149 cell_layout: *mut ffi::GtkCellLayout, in set_cell_data_func()
155 let cell_layout = from_glib_borrow(cell_layout); in set_cell_data_func() localVariable
163 callback(&cell_layout, &cell, &tree_model, &iter) in set_cell_data_func()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dcell_layout.rs137 cell_layout: *mut gtk_sys::GtkCellLayout, in set_cell_data_func()
143 let cell_layout = from_glib_borrow(cell_layout); in set_cell_data_func() localVariable
151 callback(&cell_layout, &cell, &tree_model, &iter) in set_cell_data_func()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dcell_layout.rs149 cell_layout: *mut ffi::GtkCellLayout, in set_cell_data_func()
155 let cell_layout = from_glib_borrow(cell_layout); in set_cell_data_func() localVariable
163 callback(&cell_layout, &cell, &tree_model, &iter) in set_cell_data_func()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dcell_layout.rs137 cell_layout: *mut gtk_sys::GtkCellLayout, in set_cell_data_func()
143 let cell_layout = from_glib_borrow(cell_layout); in set_cell_data_func() localVariable
151 callback(&cell_layout, &cell, &tree_model, &iter) in set_cell_data_func()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dcell_layout.rs149 cell_layout: *mut ffi::GtkCellLayout, in set_cell_data_func()
155 let cell_layout = from_glib_borrow(cell_layout); in set_cell_data_func() localVariable
163 callback(&cell_layout, &cell, &tree_model, &iter) in set_cell_data_func()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dcell_layout.rs137 cell_layout: *mut gtk_sys::GtkCellLayout, in set_cell_data_func()
143 let cell_layout = from_glib_borrow(cell_layout); in set_cell_data_func() localVariable
151 callback(&cell_layout, &cell, &tree_model, &iter) in set_cell_data_func()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dcell_layout.rs149 cell_layout: *mut ffi::GtkCellLayout, in set_cell_data_func()
155 let cell_layout = from_glib_borrow(cell_layout); in set_cell_data_func() localVariable
163 callback(&cell_layout, &cell, &tree_model, &iter) in set_cell_data_func()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/facebook/
H A Ddlg-export-to-facebook.c489 GtkCellLayout *cell_layout; in dlg_export_to_facebook() local
492 cell_layout = GTK_CELL_LAYOUT (GET_WIDGET ("album_combobox")); in dlg_export_to_facebook()
495 gtk_cell_layout_pack_start (cell_layout, renderer, FALSE); in dlg_export_to_facebook()
496 gtk_cell_layout_set_attributes (cell_layout, renderer, in dlg_export_to_facebook()
501 gtk_cell_layout_pack_start (cell_layout, renderer, TRUE); in dlg_export_to_facebook()
502 gtk_cell_layout_set_attributes (cell_layout, renderer, in dlg_export_to_facebook()
507 gtk_cell_layout_pack_end (cell_layout, renderer, FALSE); in dlg_export_to_facebook()
508 gtk_cell_layout_set_attributes (cell_layout, renderer, in dlg_export_to_facebook()

12345678910