summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkstyle.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkstyle.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtkstyle.sgml887
1 files changed, 887 insertions, 0 deletions
diff --git a/docs/reference/gtk/tmpl/gtkstyle.sgml b/docs/reference/gtk/tmpl/gtkstyle.sgml
new file mode 100644
index 0000000000..0fbac43c7b
--- /dev/null
+++ b/docs/reference/gtk/tmpl/gtkstyle.sgml
@@ -0,0 +1,887 @@
+<!-- ##### SECTION Title ##### -->
+Styles
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### MACRO GTK_STYLE_NUM_STYLECOLORS ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### MACRO GTK_STYLE_ATTACHED ##### -->
+<para>
+
+</para>
+
+@style:
+
+
+<!-- ##### STRUCT GtkStyle ##### -->
+<para>
+
+</para>
+
+@klass:
+@fg:
+@bg:
+@light:
+@dark:
+@mid:
+@text:
+@base:
+@black:
+@white:
+@font:
+@fg_gc:
+@bg_gc:
+@light_gc:
+@dark_gc:
+@mid_gc:
+@text_gc:
+@base_gc:
+@black_gc:
+@white_gc:
+@bg_pixmap:
+@ref_count:
+@attach_count:
+@depth:
+@colormap:
+@engine:
+@engine_data:
+@rc_style:
+@styles:
+
+<!-- ##### STRUCT GtkStyleClass ##### -->
+<para>
+
+</para>
+
+@xthickness:
+@ythickness:
+@draw_hline:
+@draw_vline:
+@draw_shadow:
+@draw_polygon:
+@draw_arrow:
+@draw_diamond:
+@draw_oval:
+@draw_string:
+@draw_box:
+@draw_flat_box:
+@draw_check:
+@draw_option:
+@draw_cross:
+@draw_ramp:
+@draw_tab:
+@draw_shadow_gap:
+@draw_box_gap:
+@draw_extension:
+@draw_focus:
+@draw_slider:
+@draw_handle:
+
+<!-- ##### FUNCTION gtk_style_new ##### -->
+<para>
+
+</para>
+
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_style_copy ##### -->
+<para>
+
+</para>
+
+@style:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_style_attach ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_style_detach ##### -->
+<para>
+
+</para>
+
+@style:
+
+
+<!-- ##### FUNCTION gtk_style_ref ##### -->
+<para>
+
+</para>
+
+@style:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_style_unref ##### -->
+<para>
+
+</para>
+
+@style:
+
+
+<!-- ##### FUNCTION gtk_style_set_background ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+
+
+<!-- ##### FUNCTION gtk_style_apply_default_background ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@set_bg:
+@state_type:
+@area:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### MACRO gtk_style_apply_default_pixmap ##### -->
+<para>
+
+</para>
+
+@s:
+@gw:
+@st:
+@a:
+@x:
+@y:
+@w:
+@h:
+
+
+<!-- ##### FUNCTION gtk_draw_hline ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@x1:
+@x2:
+@y:
+
+
+<!-- ##### FUNCTION gtk_draw_vline ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@y1:
+@y2:
+@x:
+
+
+<!-- ##### FUNCTION gtk_draw_shadow ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_draw_polygon ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@points:
+@npoints:
+@fill:
+
+
+<!-- ##### FUNCTION gtk_draw_arrow ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@arrow_type:
+@fill:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_draw_diamond ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_draw_oval ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_draw_string ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@x:
+@y:
+@string:
+
+
+<!-- ##### FUNCTION gtk_draw_box ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_draw_box_gap ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@x:
+@y:
+@width:
+@height:
+@gap_side:
+@gap_x:
+@gap_width:
+
+
+<!-- ##### FUNCTION gtk_draw_check ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_draw_cross ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_draw_extension ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@x:
+@y:
+@width:
+@height:
+@gap_side:
+
+
+<!-- ##### FUNCTION gtk_draw_flat_box ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_draw_focus ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_draw_handle ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@x:
+@y:
+@width:
+@height:
+@orientation:
+
+
+<!-- ##### FUNCTION gtk_draw_option ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_draw_ramp ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@arrow_type:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_draw_shadow_gap ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@x:
+@y:
+@width:
+@height:
+@gap_side:
+@gap_x:
+@gap_width:
+
+
+<!-- ##### FUNCTION gtk_draw_slider ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@x:
+@y:
+@width:
+@height:
+@orientation:
+
+
+<!-- ##### FUNCTION gtk_draw_tab ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_paint_arrow ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@area:
+@widget:
+@detail:
+@arrow_type:
+@fill:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_paint_box ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@area:
+@widget:
+@detail:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_paint_box_gap ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@area:
+@widget:
+@detail:
+@x:
+@y:
+@width:
+@height:
+@gap_side:
+@gap_x:
+@gap_width:
+
+
+<!-- ##### FUNCTION gtk_paint_check ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@area:
+@widget:
+@detail:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_paint_cross ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@area:
+@widget:
+@detail:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_paint_diamond ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@area:
+@widget:
+@detail:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_paint_extension ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@area:
+@widget:
+@detail:
+@x:
+@y:
+@width:
+@height:
+@gap_side:
+
+
+<!-- ##### FUNCTION gtk_paint_flat_box ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@area:
+@widget:
+@detail:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_paint_focus ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@area:
+@widget:
+@detail:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_paint_handle ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@area:
+@widget:
+@detail:
+@x:
+@y:
+@width:
+@height:
+@orientation:
+
+
+<!-- ##### FUNCTION gtk_paint_hline ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@area:
+@widget:
+@detail:
+@x1:
+@x2:
+@y:
+
+
+<!-- ##### FUNCTION gtk_paint_option ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@area:
+@widget:
+@detail:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_paint_oval ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@area:
+@widget:
+@detail:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_paint_polygon ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@area:
+@widget:
+@detail:
+@points:
+@npoints:
+@fill:
+
+
+<!-- ##### FUNCTION gtk_paint_ramp ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@area:
+@widget:
+@detail:
+@arrow_type:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_paint_shadow ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@area:
+@widget:
+@detail:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_paint_shadow_gap ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@area:
+@widget:
+@detail:
+@x:
+@y:
+@width:
+@height:
+@gap_side:
+@gap_x:
+@gap_width:
+
+
+<!-- ##### FUNCTION gtk_paint_slider ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@area:
+@widget:
+@detail:
+@x:
+@y:
+@width:
+@height:
+@orientation:
+
+
+<!-- ##### FUNCTION gtk_paint_string ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@area:
+@widget:
+@detail:
+@x:
+@y:
+@string:
+
+
+<!-- ##### FUNCTION gtk_paint_tab ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@area:
+@widget:
+@detail:
+@x:
+@y:
+@width:
+@height:
+
+
+<!-- ##### FUNCTION gtk_paint_vline ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@area:
+@widget:
+@detail:
+@y1:
+@y2:
+@x:
+
+