Home
last modified time | relevance | path

Searched refs:TextWindowType (Results 1 – 25 of 125) sorted by relevance

12345

/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dtextview.h60 enum TextWindowType enum
79 class Value<Gtk::TextWindowType> : public Glib::Value_Enum<Gtk::TextWindowType>
389 …void buffer_to_window_coords(TextWindowType win, int buffer_x, int buffer_y, int& window_x, int& w…
403 …void window_to_buffer_coords(TextWindowType win, int window_x, int window_y, int& buffer_x, int& b…
449 Glib::RefPtr<Gdk::Window> get_window(TextWindowType win);
461 Glib::RefPtr<const Gdk::Window> get_window(TextWindowType win) const;
471 TextWindowType get_window_type(const Glib::RefPtr<Gdk::Window>& window);
485 void set_border_window_size(TextWindowType type, int size);
493 int get_border_window_size(TextWindowType type) const;
641 void add_child_in_window(Widget& child, TextWindowType which_window, int xpos, int ypos);
H A Dtextview.cc195 GType Glib::Value<Gtk::TextWindowType>::value_type() in value_type()
520 void TextView::buffer_to_window_coords(TextWindowType win, int buffer_x, int buffer_y, int& window_… in buffer_to_window_coords()
525 void TextView::window_to_buffer_coords(TextWindowType win, int window_x, int window_y, int& buffer_… in window_to_buffer_coords()
550 Glib::RefPtr<Gdk::Window> TextView::get_window(TextWindowType win) in get_window()
558 Glib::RefPtr<const Gdk::Window> TextView::get_window(TextWindowType win) const in get_window()
563 TextWindowType TextView::get_window_type(const Glib::RefPtr<Gdk::Window>& window) in get_window_type()
565 return ((TextWindowType)(gtk_text_view_get_window_type(gobj(), Glib::unwrap(window)))); in get_window_type()
568 void TextView::set_border_window_size(TextWindowType type, int size) in set_border_window_size()
573 int TextView::get_border_window_size(TextWindowType type) const in get_border_window_size()
623 void TextView::add_child_in_window(Widget& child, TextWindowType which_window, int xpos, int ypos) in add_child_in_window()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dtextview.h84 enum TextWindowType enum
102 class Value<Gtk::TextWindowType> : public Glib::Value_Enum<Gtk::TextWindowType>
449 …void buffer_to_window_coords(TextWindowType win, int buffer_x, int buffer_y, int& window_x, int& w…
463 …void window_to_buffer_coords(TextWindowType win, int window_x, int window_y, int& buffer_x, int& b…
478 Glib::RefPtr<Gdk::Window> get_window(TextWindowType win);
490 Glib::RefPtr<const Gdk::Window> get_window(TextWindowType win) const;
500 TextWindowType get_window_type(const Glib::RefPtr<Gdk::Window>& window);
514 void set_border_window_size(TextWindowType type, int size);
522 int get_border_window_size(TextWindowType type) const;
664 void add_child_in_window(Widget& child, TextWindowType which_window, int xpos, int ypos);
H A Dtextview.cc142 GType Glib::Value<Gtk::TextWindowType>::value_type() in value_type()
452 void TextView::buffer_to_window_coords(TextWindowType win, int buffer_x, int buffer_y, int& window_… in buffer_to_window_coords()
457 void TextView::window_to_buffer_coords(TextWindowType win, int window_x, int window_y, int& buffer_… in window_to_buffer_coords()
462 Glib::RefPtr<Gdk::Window> TextView::get_window(TextWindowType win) in get_window()
470 Glib::RefPtr<const Gdk::Window> TextView::get_window(TextWindowType win) const in get_window()
475 TextWindowType TextView::get_window_type(const Glib::RefPtr<Gdk::Window>& window) in get_window_type()
477 return ((TextWindowType)(gtk_text_view_get_window_type(gobj(), Glib::unwrap(window)))); in get_window_type()
480 void TextView::set_border_window_size(TextWindowType type, int size) in set_border_window_size()
485 int TextView::get_border_window_size(TextWindowType type) const in get_border_window_size()
535 void TextView::add_child_in_window(Widget& child, TextWindowType which_window, int xpos, int ypos) in add_child_in_window()
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dtext_view.go27 type TextWindowType int type
30 TEXT_WINDOW_PRIVATE TextWindowType = C.GTK_TEXT_WINDOW_PRIVATE
31 TEXT_WINDOW_WIDGET TextWindowType = C.GTK_TEXT_WINDOW_WIDGET
32 TEXT_WINDOW_TEXT TextWindowType = C.GTK_TEXT_WINDOW_TEXT
33 TEXT_WINDOW_LEFT TextWindowType = C.GTK_TEXT_WINDOW_LEFT
34 TEXT_WINDOW_RIGHT TextWindowType = C.GTK_TEXT_WINDOW_RIGHT
35 TEXT_WINDOW_TOP TextWindowType = C.GTK_TEXT_WINDOW_TOP
36 TEXT_WINDOW_BOTTOM TextWindowType = C.GTK_TEXT_WINDOW_BOTTOM
41 return TextWindowType(c), nil
368 func (v *TextView) GetWindow(win TextWindowType) *gdk.Window {
[all …]
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/gtk/
H A Dtext_view.go27 type TextWindowType int type
30 TEXT_WINDOW_PRIVATE TextWindowType = C.GTK_TEXT_WINDOW_PRIVATE
31 TEXT_WINDOW_WIDGET TextWindowType = C.GTK_TEXT_WINDOW_WIDGET
32 TEXT_WINDOW_TEXT TextWindowType = C.GTK_TEXT_WINDOW_TEXT
33 TEXT_WINDOW_LEFT TextWindowType = C.GTK_TEXT_WINDOW_LEFT
34 TEXT_WINDOW_RIGHT TextWindowType = C.GTK_TEXT_WINDOW_RIGHT
35 TEXT_WINDOW_TOP TextWindowType = C.GTK_TEXT_WINDOW_TOP
36 TEXT_WINDOW_BOTTOM TextWindowType = C.GTK_TEXT_WINDOW_BOTTOM
41 return TextWindowType(c), nil
368 func (v *TextView) GetWindow(win TextWindowType) *gdk.Window {
[all …]
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/gtk/
H A Dtext_view.go27 type TextWindowType int type
30 TEXT_WINDOW_PRIVATE TextWindowType = C.GTK_TEXT_WINDOW_PRIVATE
31 TEXT_WINDOW_WIDGET TextWindowType = C.GTK_TEXT_WINDOW_WIDGET
32 TEXT_WINDOW_TEXT TextWindowType = C.GTK_TEXT_WINDOW_TEXT
33 TEXT_WINDOW_LEFT TextWindowType = C.GTK_TEXT_WINDOW_LEFT
34 TEXT_WINDOW_RIGHT TextWindowType = C.GTK_TEXT_WINDOW_RIGHT
35 TEXT_WINDOW_TOP TextWindowType = C.GTK_TEXT_WINDOW_TOP
36 TEXT_WINDOW_BOTTOM TextWindowType = C.GTK_TEXT_WINDOW_BOTTOM
41 return TextWindowType(c), nil
368 func (v *TextView) GetWindow(win TextWindowType) *gdk.Window {
[all …]
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dtext_view.go27 type TextWindowType int type
30 TEXT_WINDOW_PRIVATE TextWindowType = C.GTK_TEXT_WINDOW_PRIVATE
31 TEXT_WINDOW_WIDGET TextWindowType = C.GTK_TEXT_WINDOW_WIDGET
32 TEXT_WINDOW_TEXT TextWindowType = C.GTK_TEXT_WINDOW_TEXT
33 TEXT_WINDOW_LEFT TextWindowType = C.GTK_TEXT_WINDOW_LEFT
34 TEXT_WINDOW_RIGHT TextWindowType = C.GTK_TEXT_WINDOW_RIGHT
35 TEXT_WINDOW_TOP TextWindowType = C.GTK_TEXT_WINDOW_TOP
36 TEXT_WINDOW_BOTTOM TextWindowType = C.GTK_TEXT_WINDOW_BOTTOM
41 return TextWindowType(c), nil
368 func (v *TextView) GetWindow(win TextWindowType) *gdk.Window {
[all …]
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/gtk/
H A Dtext_view.go16 type TextWindowType int type
19 TEXT_WINDOW_WIDGET TextWindowType = C.GTK_TEXT_WINDOW_WIDGET
20 TEXT_WINDOW_TEXT TextWindowType = C.GTK_TEXT_WINDOW_TEXT
21 TEXT_WINDOW_LEFT TextWindowType = C.GTK_TEXT_WINDOW_LEFT
22 TEXT_WINDOW_RIGHT TextWindowType = C.GTK_TEXT_WINDOW_RIGHT
23 TEXT_WINDOW_TOP TextWindowType = C.GTK_TEXT_WINDOW_TOP
24 TEXT_WINDOW_BOTTOM TextWindowType = C.GTK_TEXT_WINDOW_BOTTOM
331 func (v *TextView) GetWindow(win TextWindowType) *gdk.Window {
340 func (v *TextView) GetWindowType(w *gdk.Window) TextWindowType {
345 func (v *TextView) SetBorderWindowSize(tp TextWindowType, size int) {
[all …]
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/gaupol/
H A Druler.py76 text_view.set_border_window_size(Gtk.TextWindowType.RIGHT, width+6)
77 x, y = text_view.window_to_buffer_coords(Gtk.TextWindowType.RIGHT, 2, 4)
91 text_view.set_border_window_size(Gtk.TextWindowType.RIGHT, width+6)
98 text_view.set_border_window_size(Gtk.TextWindowType.RIGHT, 0)
/dports/editors/pluma/pluma-1.26.0/plugins/externaltools/tools/
H A Doutputpanel.py167 view.get_window(Gtk.TextWindowType.TEXT).set_cursor(cursor)
170 if event.window == view.get_window(Gtk.TextWindowType.TEXT):
176 if event.window == view.get_window(Gtk.TextWindowType.TEXT):
193 buff_x, buff_y = view.window_to_buffer_coords(Gtk.TextWindowType.TEXT,
216 event.window != view.get_window(Gtk.TextWindowType.TEXT):
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/GtkDemo/
H A DDemoHyperText.cs122 Gdk.Window window = view.GetWindow (Gtk.TextWindowType.Text); in SetCursorIfAppropriate()
168 view.WindowToBufferCoords (TextWindowType.Widget, (int) evt.X, (int) evt.Y, out x, out y); in EventAfter()
181 …view.WindowToBufferCoords (TextWindowType.Widget, (int) args.Event.X, (int) args.Event.Y, out x, o… in MotionNotify()
195 view.WindowToBufferCoords (TextWindowType.Widget, wx, wy, out bx, out by); in VisibilityNotify()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/GtkDemo/
H A DDemoHyperText.cs125 Gdk.Window window = view.GetWindow (Gtk.TextWindowType.Text); in SetCursorIfAppropriate()
171 view.WindowToBufferCoords (TextWindowType.Widget, (int) evt.X, (int) evt.Y, out x, out y); in EventAfter()
184 …view.WindowToBufferCoords (TextWindowType.Widget, (int) args.Event.X, (int) args.Event.Y, out x, o… in MotionNotify()
198 view.WindowToBufferCoords (TextWindowType.Widget, wx, wy, out bx, out by); in VisibilityNotify()
/dports/editors/gedit/gedit-40.1/plugins/externaltools/tools/
H A Doutputpanel.py192 view.get_window(Gtk.TextWindowType.TEXT).set_cursor(cursor)
195 if event.window == view.get_window(Gtk.TextWindowType.TEXT):
201 if event.window == view.get_window(Gtk.TextWindowType.TEXT):
218 buff_x, buff_y = view.window_to_buffer_coords(Gtk.TextWindowType.TEXT, x, y)
234 event.window != view.get_window(Gtk.TextWindowType.TEXT):
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dtextview.hg38 _WRAP_ENUM(TextWindowType, GtkTextWindowType)
145 _WRAP_METHOD(void buffer_to_window_coords(TextWindowType win,
148 _WRAP_METHOD(void window_to_buffer_coords(TextWindowType win,
157 …_WRAP_METHOD(Glib::RefPtr<Gdk::Window> get_window(TextWindowType win), gtk_text_view_get_window, r…
158 …_WRAP_METHOD(Glib::RefPtr<const Gdk::Window> get_window(TextWindowType win) const, gtk_text_view_g…
159 …_WRAP_METHOD(TextWindowType get_window_type(const Glib::RefPtr<Gdk::Window>& window), gtk_text_vie…
161 …_WRAP_METHOD(void set_border_window_size(TextWindowType type, int size), gtk_text_view_set_border_…
162 …_WRAP_METHOD(int get_border_window_size(TextWindowType type) const, gtk_text_view_get_border_windo…
176 _WRAP_METHOD(void add_child_in_window(Widget& child, TextWindowType which_window,
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dtextview.hg36 _WRAP_ENUM(TextWindowType, GtkTextWindowType)
135 _WRAP_METHOD(void buffer_to_window_coords(TextWindowType win,
138 _WRAP_METHOD(void window_to_buffer_coords(TextWindowType win,
144 …_WRAP_METHOD(Glib::RefPtr<Gdk::Window> get_window(TextWindowType win), gtk_text_view_get_window, r…
145 …_WRAP_METHOD(Glib::RefPtr<const Gdk::Window> get_window(TextWindowType win) const, gtk_text_view_g…
146 …_WRAP_METHOD(TextWindowType get_window_type(const Glib::RefPtr<Gdk::Window>& window), gtk_text_vie…
148 …_WRAP_METHOD(void set_border_window_size(TextWindowType type, int size), gtk_text_view_set_border_…
149 …_WRAP_METHOD(int get_border_window_size(TextWindowType type) const, gtk_text_view_get_border_windo…
163 _WRAP_METHOD(void add_child_in_window(Widget& child, TextWindowType which_window,
/dports/net-im/fractal/fractal-4.4.0/vendor/sourceview4/src/auto/
H A Dgutter.rs28 fn get_window_type(&self) -> gtk::TextWindowType; in get_window_type() argument
52 fn get_window_type(&self) -> gtk::TextWindowType { in get_window_type() argument
/dports/x11-toolkits/gtksourceviewmm3/gtksourceviewmm-3.18.0/gtksourceview/gtksourceviewmm/
H A Dgutter.cc219 Glib::PropertyProxy_ReadOnly< Gtk::TextWindowType > Gutter::property_window_type() const in property_window_type()
221 return Glib::PropertyProxy_ReadOnly< Gtk::TextWindowType >(this, "window-type"); in property_window_type()
/dports/editors/setzer/Setzer-0.4.1/setzer/document/gutter/
H A Dgutter.py176 x, y = self.source_view.window_to_buffer_coords(Gtk.TextWindowType.LEFT, event.x, event.y)
177 if event.window == self.source_view.get_window(Gtk.TextWindowType.LEFT):
207 self.source_view.set_border_window_size(Gtk.TextWindowType.LEFT, self.total_size)
/dports/editors/xed/xed-3.2.0/plugins/open-uri-context-menu/open-uri-context-menu/
H A Dopen-uri-context-menu.py86 win = view.get_window(Gtk.TextWindowType.TEXT);
88 x, y = view.window_to_buffer_coords(Gtk.TextWindowType.TEXT, x, y);
/dports/x11-toolkits/granite/granite-6.2.0/lib/Widgets/
H A DHyperTextView.vala220 var window = get_window (Gtk.TextWindowType.TEXT);
240 var window = get_window (Gtk.TextWindowType.TEXT);
300 var window = get_window (Gtk.TextWindowType.WIDGET);
304 window_to_buffer_coords (Gtk.TextWindowType.TEXT, location_x, location_y, out x, out y);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dtext_view.rs24 use crate::TextWindowType;
662 which_window: TextWindowType, in add_child_in_window() argument
676 win: TextWindowType, in buffer_to_window_coords() argument
693 fn border_window_size(&self, type_: TextWindowType) -> i32; in border_window_size()
797 fn window(&self, win: TextWindowType) -> Option<gdk::Window>; in window()
801 fn window_type(&self, window: &gdk::Window) -> TextWindowType; in window_type() argument
919 win: TextWindowType, in window_to_buffer_coords() argument
1109 which_window: TextWindowType, in add_child_in_window() argument
1144 win: TextWindowType, in buffer_to_window_coords() argument
1191 fn border_window_size(&self, type_: TextWindowType) -> i32 { in border_window_size()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_view.rs24 use crate::TextWindowType;
662 which_window: TextWindowType, in add_child_in_window() argument
676 win: TextWindowType, in buffer_to_window_coords() argument
693 fn border_window_size(&self, type_: TextWindowType) -> i32; in border_window_size()
797 fn window(&self, win: TextWindowType) -> Option<gdk::Window>; in window()
801 fn window_type(&self, window: &gdk::Window) -> TextWindowType; in window_type() argument
919 win: TextWindowType, in window_to_buffer_coords() argument
1109 which_window: TextWindowType, in add_child_in_window() argument
1144 win: TextWindowType, in buffer_to_window_coords() argument
1191 fn border_window_size(&self, type_: TextWindowType) -> i32 { in border_window_size()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_view.rs24 use crate::TextWindowType;
662 which_window: TextWindowType, in add_child_in_window() argument
676 win: TextWindowType, in buffer_to_window_coords() argument
693 fn border_window_size(&self, type_: TextWindowType) -> i32; in border_window_size()
797 fn window(&self, win: TextWindowType) -> Option<gdk::Window>; in window()
801 fn window_type(&self, window: &gdk::Window) -> TextWindowType; in window_type() argument
919 win: TextWindowType, in window_to_buffer_coords() argument
1109 which_window: TextWindowType, in add_child_in_window() argument
1144 win: TextWindowType, in buffer_to_window_coords() argument
1191 fn border_window_size(&self, type_: TextWindowType) -> i32 { in border_window_size()
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dtext_view.rs46 use TextWindowType;
662 which_window: TextWindowType, in add_child_in_window() argument
673 win: TextWindowType, in buffer_to_window_coords() argument
684 fn get_border_window_size(&self, type_: TextWindowType) -> i32; in get_border_window_size()
739 fn get_window(&self, win: TextWindowType) -> Option<gdk::Window>; in get_window()
827 win: TextWindowType, in window_to_buffer_coords() argument
1004 which_window: TextWindowType, in add_child_in_window() argument
1039 win: TextWindowType, in buffer_to_window_coords() argument
1086 fn get_border_window_size(&self, type_: TextWindowType) -> i32 { in get_border_window_size()
1315 fn get_window(&self, win: TextWindowType) -> Option<gdk::Window> { in get_window()
[all …]

12345