Home
last modified time | relevance | path

Searched refs:handle_box (Results 1 – 25 of 37) sorted by relevance

12

/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkHandleBox.xs41 GtkHandleBox * handle_box
46 gtk_handle_box_get_shadow_type (handle_box)
47 GtkHandleBox * handle_box
52 GtkHandleBox * handle_box
58 GtkHandleBox * handle_box
63 GtkHandleBox * handle_box
68 gtk_handle_box_get_snap_edge (handle_box)
69 GtkHandleBox * handle_box
73 gtk_handle_box_get_child_detached (handle_box)
74 GtkHandleBox * handle_box
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/deprecated/
H A Dgtkhandlebox.h72 void (*child_attached) (GtkHandleBox *handle_box,
74 void (*child_detached) (GtkHandleBox *handle_box,
92 void gtk_handle_box_set_shadow_type (GtkHandleBox *handle_box,
95 GtkShadowType gtk_handle_box_get_shadow_type (GtkHandleBox *handle_box);
97 void gtk_handle_box_set_handle_position (GtkHandleBox *handle_box,
100 GtkPositionType gtk_handle_box_get_handle_position(GtkHandleBox *handle_box);
102 void gtk_handle_box_set_snap_edge (GtkHandleBox *handle_box,
105 GtkPositionType gtk_handle_box_get_snap_edge (GtkHandleBox *handle_box);
107 gboolean gtk_handle_box_get_child_detached (GtkHandleBox *handle_box);
H A Dgtkhandlebox.c327 gtk_handle_box_init (GtkHandleBox *handle_box) in gtk_handle_box_init() argument
332 handle_box->priv = gtk_handle_box_get_instance_private (handle_box); in gtk_handle_box_init()
333 priv = handle_box->priv; in gtk_handle_box_init()
387 GtkHandleBoxPrivate *priv = handle_box->priv; in gtk_handle_box_get_property()
915 priv = handle_box->priv; in gtk_handle_box_set_shadow_type()
941 return handle_box->priv->shadow_type; in gtk_handle_box_get_shadow_type()
961 priv = handle_box->priv; in gtk_handle_box_set_handle_position()
987 return handle_box->priv->handle_position; in gtk_handle_box_get_handle_position()
1021 priv = handle_box->priv; in gtk_handle_box_set_snap_edge()
1030 g_object_thaw_notify (G_OBJECT (handle_box)); in gtk_handle_box_set_snap_edge()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkhandlebox.c264 handle_box->bin_window = NULL; in gtk_handle_box_init()
265 handle_box->float_window = NULL; in gtk_handle_box_init()
269 handle_box->child_detached = FALSE; in gtk_handle_box_init()
270 handle_box->in_drag = FALSE; in gtk_handle_box_init()
272 handle_box->snap_edge = -1; in gtk_handle_box_init()
324 (handle_box->snap_edge == -1 ? in gtk_handle_box_get_property()
783 return handle_box->shadow_type; in gtk_handle_box_get_shadow_type()
823 if (handle_box->snap_edge != edge) in gtk_handle_box_set_snap_edge()
825 handle_box->snap_edge = edge; in gtk_handle_box_set_snap_edge()
849 return handle_box->snap_edge; in gtk_handle_box_get_snap_edge()
[all …]
H A Dgtkhandlebox.h84 void (*child_attached) (GtkHandleBox *handle_box,
86 void (*child_detached) (GtkHandleBox *handle_box,
99 void gtk_handle_box_set_shadow_type (GtkHandleBox *handle_box,
101 GtkShadowType gtk_handle_box_get_shadow_type (GtkHandleBox *handle_box);
102 void gtk_handle_box_set_handle_position (GtkHandleBox *handle_box,
104 GtkPositionType gtk_handle_box_get_handle_position(GtkHandleBox *handle_box);
105 void gtk_handle_box_set_snap_edge (GtkHandleBox *handle_box,
107 GtkPositionType gtk_handle_box_get_snap_edge (GtkHandleBox *handle_box);
108 gboolean gtk_handle_box_get_child_detached (GtkHandleBox *handle_box);
/dports/korean/nabi/nabi-f08d7d3/src/
H A Dhandlebox.c30 static void nabi_handle_box_init (NabiHandleBox *handle_box);
97 nabi_handle_box_init (NabiHandleBox *handle_box) in nabi_handle_box_init() argument
99 gtk_window_set_type_hint(GTK_WINDOW(handle_box), in nabi_handle_box_init()
101 gtk_window_set_decorated(GTK_WINDOW(handle_box), FALSE); in nabi_handle_box_init()
102 gtk_window_set_skip_pager_hint(GTK_WINDOW(handle_box), TRUE); in nabi_handle_box_init()
103 gtk_window_set_skip_taskbar_hint(GTK_WINDOW(handle_box), TRUE); in nabi_handle_box_init()
104 gtk_window_set_resizable(GTK_WINDOW(handle_box), FALSE); in nabi_handle_box_init()
105 gtk_container_set_border_width(GTK_CONTAINER(handle_box), 1); in nabi_handle_box_init()
107 g_signal_connect(G_OBJECT(handle_box), "realize", in nabi_handle_box_init()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkhandlebox.inc32 child_attached : procedure (handle_box:PGtkHandleBox; child:PGtkWidget); cdecl;
33 child_detached : procedure (handle_box:PGtkHandleBox; child:PGtkWidget); cdecl;
83 procedure gtk_handle_box_set_shadow_type(handle_box:PGtkHandleBox; _type:TGtkShadowType); cdecl; ex…
84 function gtk_handle_box_get_shadow_type(handle_box:PGtkHandleBox):TGtkShadowType; cdecl; external g…
85 procedure gtk_handle_box_set_handle_position(handle_box:PGtkHandleBox; position:TGtkPositionType); …
86 function gtk_handle_box_get_handle_position(handle_box:PGtkHandleBox):TGtkPositionType; cdecl; exte…
87 procedure gtk_handle_box_set_snap_edge(handle_box:PGtkHandleBox; edge:TGtkPositionType); cdecl; ext…
88 function gtk_handle_box_get_snap_edge(handle_box:PGtkHandleBox):TGtkPositionType; cdecl; external g…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkhandlebox.inc32 child_attached : procedure (handle_box:PGtkHandleBox; child:PGtkWidget); cdecl;
33 child_detached : procedure (handle_box:PGtkHandleBox; child:PGtkWidget); cdecl;
83 procedure gtk_handle_box_set_shadow_type(handle_box:PGtkHandleBox; _type:TGtkShadowType); cdecl; ex…
84 function gtk_handle_box_get_shadow_type(handle_box:PGtkHandleBox):TGtkShadowType; cdecl; external g…
85 procedure gtk_handle_box_set_handle_position(handle_box:PGtkHandleBox; position:TGtkPositionType); …
86 function gtk_handle_box_get_handle_position(handle_box:PGtkHandleBox):TGtkPositionType; cdecl; exte…
87 procedure gtk_handle_box_set_snap_edge(handle_box:PGtkHandleBox; edge:TGtkPositionType); cdecl; ext…
88 function gtk_handle_box_get_snap_edge(handle_box:PGtkHandleBox):TGtkPositionType; cdecl; external g…
/dports/x11/gnome-shell/gnome-shell-41.1/src/st/
H A Dst-scroll-bar.c213 ClutterActorBox handle_box = { 0, }; in scroll_bar_allocate_children() local
245 handle_box.x1 = content_box.x1; in scroll_bar_allocate_children()
246 handle_box.y1 = content_box.y1 + position * (avail_size - handle_size); in scroll_bar_allocate_children()
248 handle_box.x2 = content_box.x2; in scroll_bar_allocate_children()
249 handle_box.y2 = handle_box.y1 + handle_size; in scroll_bar_allocate_children()
262 handle_box.x2 = content_box.x2 - position * (avail_size - handle_size); in scroll_bar_allocate_children()
263 handle_box.x1 = handle_box.x2 - handle_size; in scroll_bar_allocate_children()
268 handle_box.x2 = handle_box.x1 + handle_size; in scroll_bar_allocate_children()
271 handle_box.y1 = content_box.y1; in scroll_bar_allocate_children()
272 handle_box.y2 = content_box.y2; in scroll_bar_allocate_children()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk1/src/gtk/
H A Dgtkhandlebox.pp54 child_attached : procedure (handle_box:PGtkHandleBox; child:PGtkWidget); cdecl;
55 child_detached : procedure (handle_box:PGtkHandleBox; child:PGtkWidget); cdecl;
68 procedure gtk_handle_box_set_shadow_type(handle_box:PGtkHandleBox; thetype:TGtkShadowType);cdecl;ex…
69 procedure gtk_handle_box_set_handle_position(handle_box:PGtkHandleBox; position:TGtkPositionType);c…
70 procedure gtk_handle_box_set_snap_edge(handle_box:PGtkHandleBox; edge:TGtkPositionType);cdecl;exter…
/dports/x11/cinnamon/cinnamon-4.8.6/src/st/
H A Dst-scroll-bar.c220 ClutterActorBox handle_box = { 0, }; in scroll_bar_allocate_children() local
252 handle_box.x1 = content_box.x1; in scroll_bar_allocate_children()
253 handle_box.y1 = content_box.y1 + floor (position * (avail_size - handle_size)); in scroll_bar_allocate_children()
255 handle_box.x2 = content_box.x2; in scroll_bar_allocate_children()
256 handle_box.y2 = handle_box.y1 + floor (handle_size); in scroll_bar_allocate_children()
264 handle_box.x1 = content_box.x1 + floor (position * (avail_size - handle_size)); in scroll_bar_allocate_children()
265 handle_box.y1 = content_box.y1; in scroll_bar_allocate_children()
267 handle_box.x2 = handle_box.x1 + floor (handle_size); in scroll_bar_allocate_children()
268 handle_box.y2 = content_box.y2; in scroll_bar_allocate_children()
272 &handle_box, in scroll_bar_allocate_children()
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dbox.c39 handle_box( FL_OBJECT * obj, in handle_box() function
81 obj = fl_make_object( FL_BOX, type, x, y, w, h, label, handle_box ); in fl_create_box()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/tests/
H A Dtestmerge.c226 GtkWidget *handle_box; in add_widget() local
230 handle_box = gtk_handle_box_new (); in add_widget()
231 gtk_widget_show (handle_box); in add_widget()
232 gtk_container_add (GTK_CONTAINER (handle_box), widget); in add_widget()
233 gtk_box_pack_start (box, handle_box, FALSE, FALSE, 0); in add_widget()
235 G_CALLBACK (gtk_widget_destroy), handle_box); in add_widget()
H A Dtestgtk.c2394 GtkWidget *handle_box; in create_handle_box() local
2443 handle_box = gtk_handle_box_new (); in create_handle_box()
2445 g_signal_connect (handle_box, in create_handle_box()
2449 g_signal_connect (handle_box, in create_handle_box()
2453 gtk_widget_show (handle_box); in create_handle_box()
2457 gtk_container_add (GTK_CONTAINER (handle_box), toolbar); in create_handle_box()
2460 handle_box = gtk_handle_box_new (); in create_handle_box()
2462 g_signal_connect (handle_box, in create_handle_box()
2466 g_signal_connect (handle_box, in create_handle_box()
2470 gtk_widget_show (handle_box); in create_handle_box()
[all …]
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_machine_callbacks.h45 int ags_machine_button_press_callback(GtkWidget *handle_box, GdkEventButton *event, AgsMachine *mac…
H A Dags_machine_callbacks.c240 ags_machine_button_press_callback(GtkWidget *handle_box, GdkEventButton *event, AgsMachine *machine) in ags_machine_button_press_callback() argument
244 handle_box, in ags_machine_button_press_callback()
/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_rubberband_tableau.h189 bool handle_box(vgui_event const&, float, float);
H A Dvgui_rubberband_tableau.cxx458 vgui_rubberband_tableau::handle_box(vgui_event const & e, float ix, float iy) in handle_box() function in vgui_rubberband_tableau
575 return handle_box(e, ix, iy); in handle()
/dports/news/pan/pan-0.145/pan/gui/
H A Dpost-ui.cc535 GtkWidget * handle_box = gtk_handle_box_new (); in add_widget() local
536 gtk_widget_show (handle_box); in add_widget()
537 gtk_container_add (GTK_CONTAINER (handle_box), widget); in add_widget()
538 g_signal_connect_swapped (widget, "destroy", G_CALLBACK (gtk_widget_destroy), handle_box); in add_widget()
539 widget = handle_box; in add_widget()
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dninl.pas111 function handle_box: tnode; in handle_box() function
3657 result:=handle_box;
4744 function tinlinenode.handle_box: tnode; in tinlinenode.handle_box()
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dninl.pas111 function handle_box: tnode; in handle_box() function
3657 result:=handle_box;
4744 function tinlinenode.handle_box: tnode; in tinlinenode.handle_box()
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dninl.pas111 function handle_box: tnode; in handle_box() function
3657 result:=handle_box;
4744 function tinlinenode.handle_box: tnode; in tinlinenode.handle_box()
/dports/lang/qscheme/qscheme-0.5.1/sgtk/
H A Dgtkdefs.c5118 GtkHandleBox* handle_box; in sgtk_handle_box_set_shadow_type() local
5121 handle_box = sgtk_get_Object(o_handle_box); in sgtk_handle_box_set_shadow_type()
5123 gtk_handle_box_set_shadow_type(handle_box, type); in sgtk_handle_box_set_shadow_type()
5129 GtkHandleBox* handle_box; in sgtk_handle_box_set_handle_position() local
5132 handle_box = sgtk_get_Object(o_handle_box); in sgtk_handle_box_set_handle_position()
5134 gtk_handle_box_set_handle_position(handle_box, position); in sgtk_handle_box_set_handle_position()
5140 GtkHandleBox* handle_box; in sgtk_handle_box_set_snap_edge() local
5143 handle_box = sgtk_get_Object(o_handle_box); in sgtk_handle_box_set_snap_edge()
5145 gtk_handle_box_set_snap_edge(handle_box, edge); in sgtk_handle_box_set_snap_edge()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmethod-to-ir.c3735 handle_box (MonoCompile *cfg, MonoInst *val, MonoClass *klass, int context_used) in handle_box() function
8513 …sp [0] = handle_box (cfg, ins, constrained_class, mono_class_check_context_used (constrained_class… in mono_method_to_ir()
8548 …sp [0] = handle_box (cfg, ins, constrained_class, mono_class_check_context_used (constrained_class… in mono_method_to_ir()
8578 …sp [0] = handle_box (cfg, ins, constrained_class, mono_class_check_context_used (constrained_class… in mono_method_to_ir()
8612 …sp [0] = handle_box (cfg, ins, constrained_class, mono_class_check_context_used (constrained_class… in mono_method_to_ir()
10282 *sp++ = handle_box (cfg, val, klass, context_used); in mono_method_to_ir()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-sys-0.14.0/src/
H A Dlib.rs19622 pub fn gtk_handle_box_get_child_detached(handle_box: *mut GtkHandleBox) -> gboolean; in gtk_handle_box_get_child_detached()
19623 pub fn gtk_handle_box_get_handle_position(handle_box: *mut GtkHandleBox) -> GtkPositionType; in gtk_handle_box_get_handle_position()
19624 pub fn gtk_handle_box_get_shadow_type(handle_box: *mut GtkHandleBox) -> GtkShadowType; in gtk_handle_box_get_shadow_type()
19625 pub fn gtk_handle_box_get_snap_edge(handle_box: *mut GtkHandleBox) -> GtkPositionType; in gtk_handle_box_get_snap_edge()
19627 handle_box: *mut GtkHandleBox, in gtk_handle_box_set_handle_position()
19630 pub fn gtk_handle_box_set_shadow_type(handle_box: *mut GtkHandleBox, type_: GtkShadowType); in gtk_handle_box_set_shadow_type()
19631 pub fn gtk_handle_box_set_snap_edge(handle_box: *mut GtkHandleBox, edge: GtkPositionType); in gtk_handle_box_set_snap_edge()

12