/usr/include/d/gtkd-3/gtk/Paned.d is in libgtkd-3-dev 3.7.5-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 | /*
* This file is part of gtkD.
*
* gtkD is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version, with
* some exceptions, please read the COPYING file.
*
* gtkD is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with gtkD; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
*/
// generated automatically - do not change
// find conversion definition on APILookup.txt
// implement new conversion functionalities on the wrap.utils pakage
module gtk.Paned;
private import gdk.Window;
private import glib.ConstructionException;
private import gobject.ObjectG;
private import gobject.Signals;
private import gtk.Container;
private import gtk.OrientableIF;
private import gtk.OrientableT;
private import gtk.Widget;
private import gtk.c.functions;
public import gtk.c.types;
public import gtkc.gtktypes;
private import std.algorithm;
/**
* #GtkPaned has two panes, arranged either
* horizontally or vertically. The division between
* the two panes is adjustable by the user by dragging
* a handle.
*
* Child widgets are
* added to the panes of the widget with gtk_paned_pack1() and
* gtk_paned_pack2(). The division between the two children is set by default
* from the size requests of the children, but it can be adjusted by the
* user.
*
* A paned widget draws a separator between the two child widgets and a
* small handle that the user can drag to adjust the division. It does not
* draw any relief around the children or around the separator. (The space
* in which the separator is called the gutter.) Often, it is useful to put
* each child inside a #GtkFrame with the shadow type set to %GTK_SHADOW_IN
* so that the gutter appears as a ridge. No separator is drawn if one of
* the children is missing.
*
* Each child has two options that can be set, @resize and @shrink. If
* @resize is true, then when the #GtkPaned is resized, that child will
* expand or shrink along with the paned widget. If @shrink is true, then
* that child can be made smaller than its requisition by the user.
* Setting @shrink to %FALSE allows the application to set a minimum size.
* If @resize is false for both children, then this is treated as if
* @resize is true for both children.
*
* The application can set the position of the slider as if it were set
* by the user, by calling gtk_paned_set_position().
*
* # CSS nodes
*
* |[<!-- language="plain" -->
* paned
* ├── <child>
* ├── separator[.wide]
* ╰── <child>
* ]|
*
* GtkPaned has a main CSS node with name paned, and a subnode for
* the separator with name separator. The subnode gets a .wide style
* class when the paned is supposed to be wide.
*
* In horizontal orientation, the nodes of the children are always arranged
* from left to right. So :first-child will always select the leftmost child,
* regardless of text direction.
*
* ## Creating a paned widget with minimum sizes.
*
* |[<!-- language="C" -->
* GtkWidget *hpaned = gtk_paned_new (GTK_ORIENTATION_HORIZONTAL);
* GtkWidget *frame1 = gtk_frame_new (NULL);
* GtkWidget *frame2 = gtk_frame_new (NULL);
* gtk_frame_set_shadow_type (GTK_FRAME (frame1), GTK_SHADOW_IN);
* gtk_frame_set_shadow_type (GTK_FRAME (frame2), GTK_SHADOW_IN);
*
* gtk_widget_set_size_request (hpaned, 200, -1);
*
* gtk_paned_pack1 (GTK_PANED (hpaned), frame1, TRUE, FALSE);
* gtk_widget_set_size_request (frame1, 50, -1);
*
* gtk_paned_pack2 (GTK_PANED (hpaned), frame2, FALSE, FALSE);
* gtk_widget_set_size_request (frame2, 50, -1);
* ]|
*/
public class Paned : Container, OrientableIF
{
/** the main Gtk struct */
protected GtkPaned* gtkPaned;
/** Get the main Gtk struct */
public GtkPaned* getPanedStruct(bool transferOwnership = false)
{
if (transferOwnership)
ownedRef = false;
return gtkPaned;
}
/** the main Gtk struct as a void* */
protected override void* getStruct()
{
return cast(void*)gtkPaned;
}
protected override void setStruct(GObject* obj)
{
gtkPaned = cast(GtkPaned*)obj;
super.setStruct(obj);
}
/**
* Sets our main struct and passes it to the parent class.
*/
public this (GtkPaned* gtkPaned, bool ownedRef = false)
{
this.gtkPaned = gtkPaned;
super(cast(GtkContainer*)gtkPaned, ownedRef);
}
// add the Orientable capabilities
mixin OrientableT!(GtkPaned);
/** */
public void add(Widget child1, Widget child2)
{
add1(child1);
add2(child2);
}
/**
*/
/** */
public static GType getType()
{
return gtk_paned_get_type();
}
/**
* Creates a new #GtkPaned widget.
*
* Params:
* orientation = the paned’s orientation.
*
* Returns: a new #GtkPaned.
*
* Since: 3.0
*
* Throws: ConstructionException GTK+ fails to create the object.
*/
public this(GtkOrientation orientation)
{
auto p = gtk_paned_new(orientation);
if(p is null)
{
throw new ConstructionException("null returned by new");
}
this(cast(GtkPaned*) p);
}
/**
* Adds a child to the top or left pane with default parameters. This is
* equivalent to
* `gtk_paned_pack1 (paned, child, FALSE, TRUE)`.
*
* Params:
* child = the child to add
*/
public void add1(Widget child)
{
gtk_paned_add1(gtkPaned, (child is null) ? null : child.getWidgetStruct());
}
/**
* Adds a child to the bottom or right pane with default parameters. This
* is equivalent to
* `gtk_paned_pack2 (paned, child, TRUE, TRUE)`.
*
* Params:
* child = the child to add
*/
public void add2(Widget child)
{
gtk_paned_add2(gtkPaned, (child is null) ? null : child.getWidgetStruct());
}
/**
* Obtains the first child of the paned widget.
*
* Returns: first child, or %NULL if it is not set.
*
* Since: 2.4
*/
public Widget getChild1()
{
auto p = gtk_paned_get_child1(gtkPaned);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(Widget)(cast(GtkWidget*) p);
}
/**
* Obtains the second child of the paned widget.
*
* Returns: second child, or %NULL if it is not set.
*
* Since: 2.4
*/
public Widget getChild2()
{
auto p = gtk_paned_get_child2(gtkPaned);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(Widget)(cast(GtkWidget*) p);
}
/**
* Returns the #GdkWindow of the handle. This function is
* useful when handling button or motion events because it
* enables the callback to distinguish between the window
* of the paned, a child and the handle.
*
* Returns: the paned’s handle window.
*
* Since: 2.20
*/
public Window getHandleWindow()
{
auto p = gtk_paned_get_handle_window(gtkPaned);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(Window)(cast(GdkWindow*) p);
}
/**
* Obtains the position of the divider between the two panes.
*
* Returns: position of the divider
*/
public int getPosition()
{
return gtk_paned_get_position(gtkPaned);
}
/**
* Gets the #GtkPaned:wide-handle property.
*
* Returns: %TRUE if the paned should have a wide handle
*
* Since: 3.16
*/
public bool getWideHandle()
{
return gtk_paned_get_wide_handle(gtkPaned) != 0;
}
/**
* Adds a child to the top or left pane.
*
* Params:
* child = the child to add
* resize = should this child expand when the paned widget is resized.
* shrink = can this child be made smaller than its requisition.
*/
public void pack1(Widget child, bool resize, bool shrink)
{
gtk_paned_pack1(gtkPaned, (child is null) ? null : child.getWidgetStruct(), resize, shrink);
}
/**
* Adds a child to the bottom or right pane.
*
* Params:
* child = the child to add
* resize = should this child expand when the paned widget is resized.
* shrink = can this child be made smaller than its requisition.
*/
public void pack2(Widget child, bool resize, bool shrink)
{
gtk_paned_pack2(gtkPaned, (child is null) ? null : child.getWidgetStruct(), resize, shrink);
}
/**
* Sets the position of the divider between the two panes.
*
* Params:
* position = pixel position of divider, a negative value means that the position
* is unset.
*/
public void setPosition(int position)
{
gtk_paned_set_position(gtkPaned, position);
}
/**
* Sets the #GtkPaned:wide-handle property.
*
* Params:
* wide = the new value for the #GtkPaned:wide-handle property
*
* Since: 3.16
*/
public void setWideHandle(bool wide)
{
gtk_paned_set_wide_handle(gtkPaned, wide);
}
protected class OnAcceptPositionDelegateWrapper
{
bool delegate(Paned) dlg;
gulong handlerId;
this(bool delegate(Paned) dlg)
{
this.dlg = dlg;
onAcceptPositionListeners ~= this;
}
void remove(OnAcceptPositionDelegateWrapper source)
{
foreach(index, wrapper; onAcceptPositionListeners)
{
if (wrapper.handlerId == source.handlerId)
{
onAcceptPositionListeners[index] = null;
onAcceptPositionListeners = std.algorithm.remove(onAcceptPositionListeners, index);
break;
}
}
}
}
OnAcceptPositionDelegateWrapper[] onAcceptPositionListeners;
/**
* The ::accept-position signal is a
* [keybinding signal][GtkBindingSignal]
* which gets emitted to accept the current position of the handle when
* moving it using key bindings.
*
* The default binding for this signal is Return or Space.
*
* Since: 2.0
*/
gulong addOnAcceptPosition(bool delegate(Paned) dlg, ConnectFlags connectFlags=cast(ConnectFlags)0)
{
auto wrapper = new OnAcceptPositionDelegateWrapper(dlg);
wrapper.handlerId = Signals.connectData(
this,
"accept-position",
cast(GCallback)&callBackAcceptPosition,
cast(void*)wrapper,
cast(GClosureNotify)&callBackAcceptPositionDestroy,
connectFlags);
return wrapper.handlerId;
}
extern(C) static int callBackAcceptPosition(GtkPaned* panedStruct, OnAcceptPositionDelegateWrapper wrapper)
{
return wrapper.dlg(wrapper.outer);
}
extern(C) static void callBackAcceptPositionDestroy(OnAcceptPositionDelegateWrapper wrapper, GClosure* closure)
{
wrapper.remove(wrapper);
}
protected class OnCancelPositionDelegateWrapper
{
bool delegate(Paned) dlg;
gulong handlerId;
this(bool delegate(Paned) dlg)
{
this.dlg = dlg;
onCancelPositionListeners ~= this;
}
void remove(OnCancelPositionDelegateWrapper source)
{
foreach(index, wrapper; onCancelPositionListeners)
{
if (wrapper.handlerId == source.handlerId)
{
onCancelPositionListeners[index] = null;
onCancelPositionListeners = std.algorithm.remove(onCancelPositionListeners, index);
break;
}
}
}
}
OnCancelPositionDelegateWrapper[] onCancelPositionListeners;
/**
* The ::cancel-position signal is a
* [keybinding signal][GtkBindingSignal]
* which gets emitted to cancel moving the position of the handle using key
* bindings. The position of the handle will be reset to the value prior to
* moving it.
*
* The default binding for this signal is Escape.
*
* Since: 2.0
*/
gulong addOnCancelPosition(bool delegate(Paned) dlg, ConnectFlags connectFlags=cast(ConnectFlags)0)
{
auto wrapper = new OnCancelPositionDelegateWrapper(dlg);
wrapper.handlerId = Signals.connectData(
this,
"cancel-position",
cast(GCallback)&callBackCancelPosition,
cast(void*)wrapper,
cast(GClosureNotify)&callBackCancelPositionDestroy,
connectFlags);
return wrapper.handlerId;
}
extern(C) static int callBackCancelPosition(GtkPaned* panedStruct, OnCancelPositionDelegateWrapper wrapper)
{
return wrapper.dlg(wrapper.outer);
}
extern(C) static void callBackCancelPositionDestroy(OnCancelPositionDelegateWrapper wrapper, GClosure* closure)
{
wrapper.remove(wrapper);
}
protected class OnCycleChildFocusDelegateWrapper
{
bool delegate(bool, Paned) dlg;
gulong handlerId;
this(bool delegate(bool, Paned) dlg)
{
this.dlg = dlg;
onCycleChildFocusListeners ~= this;
}
void remove(OnCycleChildFocusDelegateWrapper source)
{
foreach(index, wrapper; onCycleChildFocusListeners)
{
if (wrapper.handlerId == source.handlerId)
{
onCycleChildFocusListeners[index] = null;
onCycleChildFocusListeners = std.algorithm.remove(onCycleChildFocusListeners, index);
break;
}
}
}
}
OnCycleChildFocusDelegateWrapper[] onCycleChildFocusListeners;
/**
* The ::cycle-child-focus signal is a
* [keybinding signal][GtkBindingSignal]
* which gets emitted to cycle the focus between the children of the paned.
*
* The default binding is f6.
*
* Params:
* reversed = whether cycling backward or forward
*
* Since: 2.0
*/
gulong addOnCycleChildFocus(bool delegate(bool, Paned) dlg, ConnectFlags connectFlags=cast(ConnectFlags)0)
{
auto wrapper = new OnCycleChildFocusDelegateWrapper(dlg);
wrapper.handlerId = Signals.connectData(
this,
"cycle-child-focus",
cast(GCallback)&callBackCycleChildFocus,
cast(void*)wrapper,
cast(GClosureNotify)&callBackCycleChildFocusDestroy,
connectFlags);
return wrapper.handlerId;
}
extern(C) static int callBackCycleChildFocus(GtkPaned* panedStruct, bool reversed, OnCycleChildFocusDelegateWrapper wrapper)
{
return wrapper.dlg(reversed, wrapper.outer);
}
extern(C) static void callBackCycleChildFocusDestroy(OnCycleChildFocusDelegateWrapper wrapper, GClosure* closure)
{
wrapper.remove(wrapper);
}
protected class OnCycleHandleFocusDelegateWrapper
{
bool delegate(bool, Paned) dlg;
gulong handlerId;
this(bool delegate(bool, Paned) dlg)
{
this.dlg = dlg;
onCycleHandleFocusListeners ~= this;
}
void remove(OnCycleHandleFocusDelegateWrapper source)
{
foreach(index, wrapper; onCycleHandleFocusListeners)
{
if (wrapper.handlerId == source.handlerId)
{
onCycleHandleFocusListeners[index] = null;
onCycleHandleFocusListeners = std.algorithm.remove(onCycleHandleFocusListeners, index);
break;
}
}
}
}
OnCycleHandleFocusDelegateWrapper[] onCycleHandleFocusListeners;
/**
* The ::cycle-handle-focus signal is a
* [keybinding signal][GtkBindingSignal]
* which gets emitted to cycle whether the paned should grab focus to allow
* the user to change position of the handle by using key bindings.
*
* The default binding for this signal is f8.
*
* Params:
* reversed = whether cycling backward or forward
*
* Since: 2.0
*/
gulong addOnCycleHandleFocus(bool delegate(bool, Paned) dlg, ConnectFlags connectFlags=cast(ConnectFlags)0)
{
auto wrapper = new OnCycleHandleFocusDelegateWrapper(dlg);
wrapper.handlerId = Signals.connectData(
this,
"cycle-handle-focus",
cast(GCallback)&callBackCycleHandleFocus,
cast(void*)wrapper,
cast(GClosureNotify)&callBackCycleHandleFocusDestroy,
connectFlags);
return wrapper.handlerId;
}
extern(C) static int callBackCycleHandleFocus(GtkPaned* panedStruct, bool reversed, OnCycleHandleFocusDelegateWrapper wrapper)
{
return wrapper.dlg(reversed, wrapper.outer);
}
extern(C) static void callBackCycleHandleFocusDestroy(OnCycleHandleFocusDelegateWrapper wrapper, GClosure* closure)
{
wrapper.remove(wrapper);
}
protected class OnMoveHandleDelegateWrapper
{
bool delegate(GtkScrollType, Paned) dlg;
gulong handlerId;
this(bool delegate(GtkScrollType, Paned) dlg)
{
this.dlg = dlg;
onMoveHandleListeners ~= this;
}
void remove(OnMoveHandleDelegateWrapper source)
{
foreach(index, wrapper; onMoveHandleListeners)
{
if (wrapper.handlerId == source.handlerId)
{
onMoveHandleListeners[index] = null;
onMoveHandleListeners = std.algorithm.remove(onMoveHandleListeners, index);
break;
}
}
}
}
OnMoveHandleDelegateWrapper[] onMoveHandleListeners;
/**
* The ::move-handle signal is a
* [keybinding signal][GtkBindingSignal]
* which gets emitted to move the handle when the user is using key bindings
* to move it.
*
* Params:
* scrollType = a #GtkScrollType
*
* Since: 2.0
*/
gulong addOnMoveHandle(bool delegate(GtkScrollType, Paned) dlg, ConnectFlags connectFlags=cast(ConnectFlags)0)
{
auto wrapper = new OnMoveHandleDelegateWrapper(dlg);
wrapper.handlerId = Signals.connectData(
this,
"move-handle",
cast(GCallback)&callBackMoveHandle,
cast(void*)wrapper,
cast(GClosureNotify)&callBackMoveHandleDestroy,
connectFlags);
return wrapper.handlerId;
}
extern(C) static int callBackMoveHandle(GtkPaned* panedStruct, GtkScrollType scrollType, OnMoveHandleDelegateWrapper wrapper)
{
return wrapper.dlg(scrollType, wrapper.outer);
}
extern(C) static void callBackMoveHandleDestroy(OnMoveHandleDelegateWrapper wrapper, GClosure* closure)
{
wrapper.remove(wrapper);
}
protected class OnToggleHandleFocusDelegateWrapper
{
bool delegate(Paned) dlg;
gulong handlerId;
this(bool delegate(Paned) dlg)
{
this.dlg = dlg;
onToggleHandleFocusListeners ~= this;
}
void remove(OnToggleHandleFocusDelegateWrapper source)
{
foreach(index, wrapper; onToggleHandleFocusListeners)
{
if (wrapper.handlerId == source.handlerId)
{
onToggleHandleFocusListeners[index] = null;
onToggleHandleFocusListeners = std.algorithm.remove(onToggleHandleFocusListeners, index);
break;
}
}
}
}
OnToggleHandleFocusDelegateWrapper[] onToggleHandleFocusListeners;
/**
* The ::toggle-handle-focus is a
* [keybinding signal][GtkBindingSignal]
* which gets emitted to accept the current position of the handle and then
* move focus to the next widget in the focus chain.
*
* The default binding is Tab.
*
* Since: 2.0
*/
gulong addOnToggleHandleFocus(bool delegate(Paned) dlg, ConnectFlags connectFlags=cast(ConnectFlags)0)
{
auto wrapper = new OnToggleHandleFocusDelegateWrapper(dlg);
wrapper.handlerId = Signals.connectData(
this,
"toggle-handle-focus",
cast(GCallback)&callBackToggleHandleFocus,
cast(void*)wrapper,
cast(GClosureNotify)&callBackToggleHandleFocusDestroy,
connectFlags);
return wrapper.handlerId;
}
extern(C) static int callBackToggleHandleFocus(GtkPaned* panedStruct, OnToggleHandleFocusDelegateWrapper wrapper)
{
return wrapper.dlg(wrapper.outer);
}
extern(C) static void callBackToggleHandleFocusDestroy(OnToggleHandleFocusDelegateWrapper wrapper, GClosure* closure)
{
wrapper.remove(wrapper);
}
}
|