Home
last modified time | relevance | path

Searched defs:EventConfigure (Results 1 – 16 of 16) sorted by relevance

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gdk-0.14.0/src/
H A Devent_configure.rs6 pub struct EventConfigure(crate::Event); struct
11 impl EventConfigure { implementation
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gdk-0.14.3/src/
H A Devent_configure.rs6 pub struct EventConfigure(crate::Event); struct
11 impl EventConfigure { implementation
/dports/www/castor/castor-0.8.16/cargo-crates/gdk-0.12.1/src/
H A Devent_configure.rs9 pub struct EventConfigure(::Event); struct
14 impl EventConfigure { impl
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gdk-0.11.0/src/
H A Devent_configure.rs9 pub struct EventConfigure(::Event); struct
14 impl EventConfigure { impl
/dports/net-im/fractal/fractal-4.4.0/vendor/gdk/src/
H A Devent_configure.rs9 pub struct EventConfigure(::Event); struct
14 impl EventConfigure { impl
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gdk-0.14.3/src/
H A Devent_configure.rs6 pub struct EventConfigure(crate::Event); struct
11 impl EventConfigure { implementation
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gdk-0.14.3/src/
H A Devent_configure.rs6 pub struct EventConfigure(crate::Event); struct
11 impl EventConfigure { implementation
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk/
H A DEventConfigure.cs27 public class EventConfigure : Event { class
41 public EventConfigure (IntPtr raw) : base (raw) { } in EventConfigure() method in Gdk.EventConfigure
42 public EventConfigure (IntPtr raw, bool owned) : base (raw, owned) { } in EventConfigure() method in Gdk.EventConfigure
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gdk/
H A DEventConfigure.cs27 public class EventConfigure : Event { class
29 public EventConfigure (IntPtr raw) : base (raw) {} in EventConfigure() method in Gdk.EventConfigure
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk-0.15.5/Graphics/UI/Gtk/Gdk/
H A DEvents.hsc138 type EventConfigure = Event type
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk3-0.15.5/Graphics/UI/Gtk/Gdk/
H A DEvents.hsc138 type EventConfigure = Event type
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/gdk/
H A Dgdk.go1717 type EventConfigure struct { struct
1718 *Event
1741 func (v *EventConfigure) Native() uintptr {
1745 func (v *EventConfigure) native() *C.GdkEventConfigure {
1749 func (v *EventConfigure) Type() EventType {
1754 func (v *EventConfigure) X() int {
1759 func (v *EventConfigure) Y() int {
1764 func (v *EventConfigure) Width() int {
1769 func (v *EventConfigure) Height() int {
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/gdk/
H A Dgdk.go1717 type EventConfigure struct { struct
1718 *Event
1741 func (v *EventConfigure) Native() uintptr {
1745 func (v *EventConfigure) native() *C.GdkEventConfigure {
1749 func (v *EventConfigure) Type() EventType {
1754 func (v *EventConfigure) X() int {
1759 func (v *EventConfigure) Y() int {
1764 func (v *EventConfigure) Width() int {
1769 func (v *EventConfigure) Height() int {
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/gdk/
H A Dgdk.go1717 type EventConfigure struct { struct
1718 *Event
1741 func (v *EventConfigure) Native() uintptr {
1745 func (v *EventConfigure) native() *C.GdkEventConfigure {
1749 func (v *EventConfigure) Type() EventType {
1754 func (v *EventConfigure) X() int {
1759 func (v *EventConfigure) Y() int {
1764 func (v *EventConfigure) Width() int {
1769 func (v *EventConfigure) Height() int {
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/gdk/
H A Dgdk.go1717 type EventConfigure struct { struct
1718 *Event
1741 func (v *EventConfigure) Native() uintptr {
1745 func (v *EventConfigure) native() *C.GdkEventConfigure {
1749 func (v *EventConfigure) Type() EventType {
1754 func (v *EventConfigure) X() int {
1759 func (v *EventConfigure) Y() int {
1764 func (v *EventConfigure) Width() int {
1769 func (v *EventConfigure) Height() int {
/dports/net-im/gloox/gloox-1.0.24/src/
H A Dpubsub.h84 EventConfigure, /**< A node's configuration has changed. */ enumerator