Home
last modified time | relevance | path

Searched refs:first_prop_name (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkcontainer.inc111 …iner_add_with_properties(container:PGtkContainer; widget:PGtkWidget; first_prop_name:Pgchar; args:…
112 …iner_add_with_properties(container:PGtkContainer; widget:PGtkWidget; first_prop_name:Pgchar); cdec…
113 procedure gtk_container_child_set(container:PGtkContainer; child:PGtkWidget; first_prop_name:Pgchar…
114 procedure gtk_container_child_set(container:PGtkContainer; child:PGtkWidget; first_prop_name:Pgchar…
115 procedure gtk_container_child_get(container:PGtkContainer; child:PGtkWidget; first_prop_name:Pgchar…
116 procedure gtk_container_child_get(container:PGtkContainer; child:PGtkWidget; first_prop_name:Pgchar…
120 …iner_add_with_properties(container:PGtkContainer; widget:PGtkWidget; first_prop_name:Pgchar); vara…
121 procedure gtk_container_child_set(container:PGtkContainer; child:PGtkWidget; first_prop_name:Pgchar…
122 procedure gtk_container_child_get(container:PGtkContainer; child:PGtkWidget; first_prop_name:Pgchar…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkcontainer.inc111 …iner_add_with_properties(container:PGtkContainer; widget:PGtkWidget; first_prop_name:Pgchar; args:…
112 …iner_add_with_properties(container:PGtkContainer; widget:PGtkWidget; first_prop_name:Pgchar); cdec…
113 procedure gtk_container_child_set(container:PGtkContainer; child:PGtkWidget; first_prop_name:Pgchar…
114 procedure gtk_container_child_set(container:PGtkContainer; child:PGtkWidget; first_prop_name:Pgchar…
115 procedure gtk_container_child_get(container:PGtkContainer; child:PGtkWidget; first_prop_name:Pgchar…
116 procedure gtk_container_child_get(container:PGtkContainer; child:PGtkWidget; first_prop_name:Pgchar…
120 …iner_add_with_properties(container:PGtkContainer; widget:PGtkWidget; first_prop_name:Pgchar); vara…
121 procedure gtk_container_child_set(container:PGtkContainer; child:PGtkWidget; first_prop_name:Pgchar…
122 procedure gtk_container_child_get(container:PGtkContainer; child:PGtkWidget; first_prop_name:Pgchar…
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkcontainer.h178 const gchar *first_prop_name,
182 const gchar *first_prop_name,
186 const gchar *first_prop_name,
H A Dgtkcontainer.c862 const gchar *first_prop_name, in gtk_container_add_with_properties() argument
878 va_start (var_args, first_prop_name); in gtk_container_add_with_properties()
879 gtk_container_child_set_valist (container, widget, first_prop_name, var_args); in gtk_container_add_with_properties()
901 const gchar *first_prop_name, in gtk_container_child_set() argument
910 va_start (var_args, first_prop_name); in gtk_container_child_set()
911 gtk_container_child_set_valist (container, child, first_prop_name, var_args); in gtk_container_child_set()
928 const gchar *first_prop_name, in gtk_container_child_get() argument
937 va_start (var_args, first_prop_name); in gtk_container_child_get()
938 gtk_container_child_get_valist (container, child, first_prop_name, var_args); in gtk_container_child_get()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcontainer.h234 const gchar *first_prop_name,
239 const gchar *first_prop_name,
244 const gchar *first_prop_name,
H A Dgtkcellarea.h411 … const gchar *first_prop_name,
416 … const gchar *first_prop_name,
421 … const gchar *first_prop_name,
H A Dgtkcellarea.c2518 const gchar *first_prop_name, in gtk_cell_area_add_with_properties() argument
2534 va_start (var_args, first_prop_name); in gtk_cell_area_add_with_properties()
2535 gtk_cell_area_cell_set_valist (area, renderer, first_prop_name, var_args); in gtk_cell_area_add_with_properties()
2558 const gchar *first_prop_name, in gtk_cell_area_cell_set() argument
2566 va_start (var_args, first_prop_name); in gtk_cell_area_cell_set()
2567 gtk_cell_area_cell_set_valist (area, renderer, first_prop_name, var_args); in gtk_cell_area_cell_set()
2586 const gchar *first_prop_name, in gtk_cell_area_cell_get() argument
2594 va_start (var_args, first_prop_name); in gtk_cell_area_cell_get()
2595 gtk_cell_area_cell_get_valist (area, renderer, first_prop_name, var_args); in gtk_cell_area_cell_get()
H A Dgtkcontainer.c1446 const gchar *first_prop_name, in gtk_container_add_with_properties() argument
1462 va_start (var_args, first_prop_name); in gtk_container_add_with_properties()
1463 gtk_container_child_set_valist (container, widget, first_prop_name, var_args); in gtk_container_add_with_properties()
1485 const gchar *first_prop_name, in gtk_container_child_set() argument
1490 va_start (var_args, first_prop_name); in gtk_container_child_set()
1491 gtk_container_child_set_valist (container, child, first_prop_name, var_args); in gtk_container_child_set()
1508 const gchar *first_prop_name, in gtk_container_child_get() argument
1513 va_start (var_args, first_prop_name); in gtk_container_child_get()
1514 gtk_container_child_get_valist (container, child, first_prop_name, var_args); in gtk_container_child_get()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcellarea.h400 … const char *first_prop_name,
405 … const char *first_prop_name,
410 … const char *first_prop_name,
H A Dgtkcellarea.c2442 const char *first_prop_name, in gtk_cell_area_add_with_properties() argument
2458 va_start (var_args, first_prop_name); in gtk_cell_area_add_with_properties()
2459 gtk_cell_area_cell_set_valist (area, renderer, first_prop_name, var_args); in gtk_cell_area_add_with_properties()
2480 const char *first_prop_name, in gtk_cell_area_cell_set() argument
2488 va_start (var_args, first_prop_name); in gtk_cell_area_cell_set()
2489 gtk_cell_area_cell_set_valist (area, renderer, first_prop_name, var_args); in gtk_cell_area_cell_set()
2506 const char *first_prop_name, in gtk_cell_area_cell_get() argument
2514 va_start (var_args, first_prop_name); in gtk_cell_area_cell_get()
2515 gtk_cell_area_cell_get_valist (area, renderer, first_prop_name, var_args); in gtk_cell_area_cell_get()
/dports/audio/ganv/ganv-1.8.0/ganv/
H A Dcircle.h66 const char* first_prop_name, ...);
H A Dmodule.h62 const char* first_prop_name, ...);
H A Dport.h59 const char* first_prop_name, ...);
H A Dedge.h60 const char* first_prop_name, ...);
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkContainer.xs342 …add_with_properties (GtkContainer *container, GtkWidget *widget, const gchar *first_prop_name, ...)
381 …_container_child_get (GtkContainer *container, GtkWidget *child, const gchar *first_prop_name, ...)
414 …_container_child_set (GtkContainer *container, GtkWidget *child, const gchar *first_prop_name, ...)
/dports/audio/ganv/ganv-1.8.0/src/
H A Dport.c455 const char* first_prop_name, ...) in ganv_port_new() argument
463 va_start(args, first_prop_name); in ganv_port_new()
466 first_prop_name, args); in ganv_port_new()
H A Dedge.c662 const char* first_prop_name, ...) in ganv_edge_new() argument
668 va_start(args, first_prop_name); in ganv_edge_new()
671 first_prop_name, args); in ganv_edge_new()
/dports/x11/evilvte/evilvte-0.5.2~pre1/src/
H A Devilvte.c1448 …container_child_set)(GtkContainer *container, GtkWidget *child, const gchar *first_prop_name, ...);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-sys-0.14.0/src/
H A Dlib.rs17531 first_prop_name: *const c_char, in gtk_cell_area_add_with_properties()
17560 first_prop_name: *const c_char, in gtk_cell_area_cell_get()
17573 first_prop_name: *const c_char, in gtk_cell_area_cell_set()
18365 first_prop_name: *const c_char, in gtk_container_add_with_properties()
18372 first_prop_name: *const c_char, in gtk_container_child_get()
18395 first_prop_name: *const c_char, in gtk_container_child_set()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-sys-0.9.2/src/
H A Dlib.rs17770 first_prop_name: *const c_char, in gtk_cell_area_add_with_properties()
17799 first_prop_name: *const c_char, in gtk_cell_area_cell_get()
17812 first_prop_name: *const c_char, in gtk_cell_area_cell_set()
18604 first_prop_name: *const c_char, in gtk_container_add_with_properties()
18611 first_prop_name: *const c_char, in gtk_container_child_get()
18635 first_prop_name: *const c_char, in gtk_container_child_set()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk-sys/src/
H A Dlib.rs17770 first_prop_name: *const c_char, in gtk_cell_area_add_with_properties()
17799 first_prop_name: *const c_char, in gtk_cell_area_cell_get()
17812 first_prop_name: *const c_char, in gtk_cell_area_cell_set()
18604 first_prop_name: *const c_char, in gtk_container_add_with_properties()
18611 first_prop_name: *const c_char, in gtk_container_child_get()
18635 first_prop_name: *const c_char, in gtk_container_child_set()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-sys-0.14.0/src/
H A Dlib.rs17531 first_prop_name: *const c_char, in gtk_cell_area_add_with_properties()
17560 first_prop_name: *const c_char, in gtk_cell_area_cell_get()
17573 first_prop_name: *const c_char, in gtk_cell_area_cell_set()
18365 first_prop_name: *const c_char, in gtk_container_add_with_properties()
18372 first_prop_name: *const c_char, in gtk_container_child_get()
18395 first_prop_name: *const c_char, in gtk_container_child_set()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-sys-0.14.0/src/
H A Dlib.rs17531 first_prop_name: *const c_char, in gtk_cell_area_add_with_properties()
17560 first_prop_name: *const c_char, in gtk_cell_area_cell_get()
17573 first_prop_name: *const c_char, in gtk_cell_area_cell_set()
18365 first_prop_name: *const c_char, in gtk_container_add_with_properties()
18372 first_prop_name: *const c_char, in gtk_container_child_get()
18395 first_prop_name: *const c_char, in gtk_container_child_set()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-sys-0.9.2/src/
H A Dlib.rs17770 first_prop_name: *const c_char, in gtk_cell_area_add_with_properties()
17799 first_prop_name: *const c_char, in gtk_cell_area_cell_get()
17812 first_prop_name: *const c_char, in gtk_cell_area_cell_set()
18604 first_prop_name: *const c_char, in gtk_container_add_with_properties()
18611 first_prop_name: *const c_char, in gtk_container_child_get()
18635 first_prop_name: *const c_char, in gtk_container_child_set()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-sys-0.14.0/src/
H A Dlib.rs17531 first_prop_name: *const c_char, in gtk_cell_area_add_with_properties()
17560 first_prop_name: *const c_char, in gtk_cell_area_cell_get()
17573 first_prop_name: *const c_char, in gtk_cell_area_cell_set()
18365 first_prop_name: *const c_char, in gtk_container_add_with_properties()
18372 first_prop_name: *const c_char, in gtk_container_child_get()
18395 first_prop_name: *const c_char, in gtk_container_child_set()

12