Home
last modified time | relevance | path

Searched refs:HTMLButton (Results 1 – 5 of 5) sorted by relevance

/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlbutton.c38 HTMLButton *b = HTML_BUTTON (data); in clicked_event()
94 html_button_class_init (&html_button_class, HTML_TYPE_BUTTON, sizeof (HTMLButton)); in html_button_type_init()
117 html_button_init (HTMLButton *button, in html_button_init()
166 HTMLButton *button; in html_button_new()
168 button = g_new0 (HTMLButton, 1); in html_button_new()
H A Dhtmlbutton.h28 #define HTML_BUTTON(x) ((HTMLButton *) (x))
49 void html_button_init (HTMLButton *button,
H A Dhtmltypes.h39 typedef struct _HTMLButton HTMLButton; typedef
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/kivy/
H A Dtkhtml.py287 class HTMLButton(Button): class
289 super(HTMLButton, self).__init__(**kw)
434 self.homeButton = HTMLButton(text=_("Index"), on_release=self.goHome)
435 self.backButton = HTMLButton(text=_("Back"), on_release=self.goBack)
436 self.forwardButton = HTMLButton(
438 self.closeButton = HTMLButton(text=_("Close"), on_release=self.goHome)
/dports/lang/mono/mono-5.10.1.57/external/corefx/Documentation/coding-guidelines/
H A Dframework-design-guidelines-digest.md90 characters long. For example, use `HtmlButton` rather than `HTMLButton`, but