Home
last modified time | relevance | path

Searched defs:TextMark (Results 1 – 25 of 45) sorted by relevance

12

/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dtext_mark.go26 type TextMark struct { struct
27 *glib.Object
31 func (v *TextMark) native() *C.GtkTextMark {
66 func (v *TextMark) SetVisible(setting bool) {
71 func (v *TextMark) GetVisible() bool {
76 func (v *TextMark) GetDeleted() bool {
81 func (v *TextMark) GetName() string {
86 func (v *TextMark) GetBuffer() (*TextBuffer, error) {
95 func (v *TextMark) GetLeftGravity() bool {
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/gtk/
H A Dtext_mark.go26 type TextMark struct { struct
27 *glib.Object
31 func (v *TextMark) native() *C.GtkTextMark {
66 func (v *TextMark) SetVisible(setting bool) {
71 func (v *TextMark) GetVisible() bool {
76 func (v *TextMark) GetDeleted() bool {
81 func (v *TextMark) GetName() string {
86 func (v *TextMark) GetBuffer() (*TextBuffer, error) {
95 func (v *TextMark) GetLeftGravity() bool {
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/gtk/
H A Dtext_mark.go26 type TextMark struct { struct
27 *glib.Object
31 func (v *TextMark) native() *C.GtkTextMark {
66 func (v *TextMark) SetVisible(setting bool) {
71 func (v *TextMark) GetVisible() bool {
76 func (v *TextMark) GetDeleted() bool {
81 func (v *TextMark) GetName() string {
86 func (v *TextMark) GetBuffer() (*TextBuffer, error) {
95 func (v *TextMark) GetLeftGravity() bool {
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dtext_mark.go26 type TextMark struct { struct
27 *glib.Object
31 func (v *TextMark) native() *C.GtkTextMark {
66 func (v *TextMark) SetVisible(setting bool) {
71 func (v *TextMark) GetVisible() bool {
76 func (v *TextMark) GetDeleted() bool {
81 func (v *TextMark) GetName() string {
86 func (v *TextMark) GetBuffer() (*TextBuffer, error) {
95 func (v *TextMark) GetLeftGravity() bool {
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/gotk3adapter/gtka/
H A Dtext_mark.go9 *gtk.TextMark anonMember
12 func wrapTextMarkSimple(v *gtk.TextMark) *textMark {
19 func wrapTextMark(v *gtk.TextMark, e error) (*textMark, error) {
23 func unwrapTextMark(v gtki.TextMark) *gtk.TextMark {
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DTextMark.cs25 public partial class TextMark { class
27 protected TextMark () : base (IntPtr.Zero) in TextMark() method in Gtk.TextMark
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/gotk3adapter/gtki/
H A Dtext_mark.go3 type TextMark interface{} interface
5 func AssertTextMark(_ TextMark) {}
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dtextmark.cc37 TextMark::TextMark(bool left_gravity) in TextMark() function in Gtk::TextMark
122 TextMark::TextMark(const Glib::ConstructParams& construct_params) in TextMark() function in Gtk::TextMark
129 TextMark::TextMark(GtkTextMark* castitem) in TextMark() function in Gtk::TextMark
135 TextMark::TextMark(TextMark&& src) noexcept in TextMark() function in Gtk::TextMark
164 TextMark::TextMark(const Glib::ustring& name, bool left_gravity) in TextMark() function in Gtk::TextMark
H A Dtextbuffer.h58 class TextMark; variable
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dtext_mark.rs22 impl TextMark { impl
24 pub fn new(name: Option<&str>, left_gravity: bool) -> TextMark { in new()
62 pub fn build(self) -> TextMark { in build()
156 impl fmt::Display for TextMark { implementation
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dtext_mark.rs23 impl TextMark { impl
24 pub fn new(name: Option<&str>, left_gravity: bool) -> TextMark { in new()
46 pub fn build(self) -> TextMark { in build()
135 impl fmt::Display for TextMark { implementation
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_mark.rs22 impl TextMark { impl
24 pub fn new(name: Option<&str>, left_gravity: bool) -> TextMark { in new()
62 pub fn build(self) -> TextMark { in build()
156 impl fmt::Display for TextMark { implementation
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_mark.rs22 impl TextMark { impl
24 pub fn new(name: Option<&str>, left_gravity: bool) -> TextMark { in new()
62 pub fn build(self) -> TextMark { in build()
156 impl fmt::Display for TextMark { implementation
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dtext_mark.rs23 impl TextMark { impl
24 pub fn new(name: Option<&str>, left_gravity: bool) -> TextMark { in new()
46 pub fn build(self) -> TextMark { in build()
135 impl fmt::Display for TextMark { implementation
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dtext_mark.rs23 impl TextMark { impl
24 pub fn new(name: Option<&str>, left_gravity: bool) -> TextMark { in new()
48 pub fn build(self) -> TextMark { in build()
137 impl fmt::Display for TextMark { implementation
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_mark.rs22 impl TextMark { impl
24 pub fn new(name: Option<&str>, left_gravity: bool) -> TextMark { in new()
62 pub fn build(self) -> TextMark { in build()
156 impl fmt::Display for TextMark { implementation
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dtextmark.cc41 TextMark::TextMark(bool left_gravity) in TextMark() function in Gtk::TextMark
126 TextMark::TextMark(const Glib::ConstructParams& construct_params) in TextMark() function in Gtk::TextMark
133 TextMark::TextMark(GtkTextMark* castitem) in TextMark() function in Gtk::TextMark
157 TextMark::TextMark(const Glib::ustring& name, bool left_gravity) in TextMark() function in Gtk::TextMark
H A Dtextbuffer.h60 class TextMark; variable
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/gtk/
H A Dtext_mark.go16 type TextMark C.GtkTextMark type
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/private/
H A Dtextmark_p.h23 friend class TextMark; variable
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/private/
H A Dtextmark_p.h24 friend class TextMark; variable
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/languageclient/
H A Ddiagnosticmanager.h38 class TextMark; variable
H A Ddiagnosticmanager.cpp50 class TextMark : public TextEditor::TextMark class
53 TextMark(const FilePath &fileName, const Diagnostic &diag, const Id &clientId) in TextMark() function in LanguageClient::TextMark
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/texteditor/
H A Dtextdocument.h59 class TextMark; variable
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmljseditor/
H A Dqmljseditordocument_p.h35 namespace TextEditor { class TextMark; } variable

12