![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── TalkatuLinkDialog
GtkWidget *
talkatu_link_dialog_new (void
);
Creates a new TalkatuLinkDialog with a TalkatuBuffer.
gchar *
talkatu_link_dialog_get_url (TalkatuLinkDialog *dialog
);
Gets the URL that the user entered with leading and trailing whitespace removed.
gchar *
talkatu_link_dialog_get_display_text (TalkatuLinkDialog *dialog
);
Gets the display text that the user entered with leading and trailing whitespace removed.
#define TALKATU_TYPE_LINK_DIALOG (talkatu_link_dialog_get_type())
The standard _get_type macro for TalkatuLinkDialog.
typedef struct _TalkatuLinkDialog TalkatuLinkDialog;
A simple GtkDialog subclass to allow the user to create a link.