Top | ![]() |
![]() |
![]() |
![]() |
void | xrd_window_add_child () |
gboolean | xrd_window_is_selected () |
void | xrd_window_set_flip_y () |
void | xrd_window_set_color () |
void | xrd_window_set_pin () |
gboolean | xrd_window_is_pinned () |
void | xrd_window_close () |
void | button-press-event | Run Last |
void | button-release-event | Run Last |
void | destroy | No Hooks |
void | motion-notify-event | Run Last |
void | scroll-event | Run Last |
void | show | Run First |
void xrd_window_add_child (XrdWindow *self
,XrdWindow *child
);
x axis points right, y axis points up.
self |
The XrdWindow |
|
child |
An already existing window. |
|
offset_center |
The offset of the child window's center to the parent window's center in pixels. |
void xrd_window_set_pin (XrdWindow *self
,gboolean pinned
,gboolean hide_unpinned
);
self |
The XrdWindow |
|
pinned |
The pin status to set this window to |
|
hide_unpinned |
If TRUE, the window will be hidden if it is unpinned, and
shown if it is pinned. This corresponds to the "show only pinned windows"
mode set up in XrdShell.
If FALSE, windows are always shown.
Note that |
“native”
property“native” gpointer
A pointer to an (opaque) native window struct.
Owner: XrdWindow
Flags: Read / Write / Construct
“button-press-event”
signalvoid user_function (XrdWindow *xrdwindow, GdkEvent *arg1, gpointer user_data)
Flags: Run Last
“button-release-event”
signalvoid user_function (XrdWindow *xrdwindow, GdkEvent *arg1, gpointer user_data)
Flags: Run Last
“motion-notify-event”
signalvoid user_function (XrdWindow *xrdwindow, GdkEvent *arg1, gpointer user_data)
Flags: Run Last
“scroll-event”
signalvoid user_function (XrdWindow *xrdwindow, GdkEvent *arg1, gpointer user_data)
Flags: Run Last