⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gtkstyle.h

📁 windows平台下开发gtk程序所需要的库和头文件等
💻 H
📖 第 1 页 / 共 3 页
字号:
				 GtkWidget		*widget,				 const gchar		*detail,				 gint			 x,				 gint			 y,				 gint			 width,				 gint			 height,				 GtkPositionType	 gap_side,				 gint			 gap_x,				 gint			 gap_width);  void (*draw_box_gap)		(GtkStyle		*style,				 GdkWindow		*window,				 GtkStateType		 state_type,				 GtkShadowType		 shadow_type,				 GdkRectangle		*area,				 GtkWidget		*widget,				 const gchar		*detail,				 gint			 x,				 gint			 y,				 gint			 width,				 gint			 height,				 GtkPositionType	 gap_side,				 gint			 gap_x,				 gint			 gap_width);  void (*draw_extension)	(GtkStyle		*style,				 GdkWindow		*window,				 GtkStateType		 state_type,				 GtkShadowType		 shadow_type,				 GdkRectangle		*area,				 GtkWidget		*widget,				 const gchar		*detail,				 gint			 x,				 gint			 y,				 gint			 width,				 gint			 height,				 GtkPositionType	 gap_side);  void (*draw_focus)		(GtkStyle		*style,				 GdkWindow		*window,                                 GtkStateType            state_type,				 GdkRectangle		*area,				 GtkWidget		*widget,				 const gchar		*detail,				 gint			 x,				 gint			 y,				 gint			 width,				 gint			 height);  void (*draw_slider)		(GtkStyle		*style,				 GdkWindow		*window,				 GtkStateType		 state_type,				 GtkShadowType		 shadow_type,				 GdkRectangle		*area,				 GtkWidget		*widget,				 const gchar		*detail,				 gint			 x,				 gint			 y,				 gint			 width,				 gint			 height,				 GtkOrientation		 orientation);  void (*draw_handle)		(GtkStyle		*style,				 GdkWindow		*window,				 GtkStateType		 state_type,				 GtkShadowType		 shadow_type,				 GdkRectangle		*area,				 GtkWidget		*widget,				 const gchar		*detail,				 gint			 x,				 gint			 y,				 gint			 width,				 gint			 height,				 GtkOrientation		 orientation);  void (*draw_expander)		(GtkStyle		*style,				 GdkWindow		*window,				 GtkStateType		 state_type,				 GdkRectangle		*area,				 GtkWidget		*widget,				 const gchar		*detail,				 gint			 x,				 gint			 y,                                 GtkExpanderStyle        expander_style);  void (*draw_layout)		(GtkStyle		*style,				 GdkWindow		*window,				 GtkStateType		 state_type,				 gboolean                use_text,				 GdkRectangle		*area,				 GtkWidget		*widget,				 const gchar		*detail,				 gint			 x,				 gint			 y,                                 PangoLayout            *layout);  void (*draw_resize_grip)      (GtkStyle		*style,				 GdkWindow		*window,				 GtkStateType		 state_type,				 GdkRectangle		*area,				 GtkWidget		*widget,				 const gchar		*detail,                                 GdkWindowEdge           edge,				 gint			 x,				 gint			 y,				 gint			 width,				 gint			 height);  /* Padding for future expansion */  void (*_gtk_reserved1)  (void);  void (*_gtk_reserved2)  (void);  void (*_gtk_reserved3)  (void);  void (*_gtk_reserved4)  (void);  void (*_gtk_reserved5)  (void);  void (*_gtk_reserved6)  (void);  void (*_gtk_reserved7)  (void);  void (*_gtk_reserved8)  (void);  void (*_gtk_reserved9)  (void);  void (*_gtk_reserved10) (void);  void (*_gtk_reserved11) (void);  void (*_gtk_reserved12) (void);};struct _GtkBorder{  gint left;  gint right;  gint top;  gint bottom;};GType     gtk_style_get_type                 (void) G_GNUC_CONST;GtkStyle* gtk_style_new			     (void);GtkStyle* gtk_style_copy		     (GtkStyle	   *style);GtkStyle* gtk_style_attach		     (GtkStyle	   *style,					      GdkWindow	   *window) G_GNUC_WARN_UNUSED_RESULT;void	  gtk_style_detach		     (GtkStyle	   *style);#ifndef GTK_DISABLE_DEPRECATEDGtkStyle* gtk_style_ref			     (GtkStyle	   *style);void	  gtk_style_unref		     (GtkStyle	   *style);GdkFont * gtk_style_get_font                 (GtkStyle     *style);void      gtk_style_set_font                 (GtkStyle     *style,					      GdkFont      *font);#endif /* GTK_DISABLE_DEPRECATED */void	  gtk_style_set_background	     (GtkStyle	   *style,					      GdkWindow	   *window,					      GtkStateType  state_type);void	  gtk_style_apply_default_background (GtkStyle	   *style,					      GdkWindow	   *window,					      gboolean	    set_bg,					      GtkStateType  state_type,					      const GdkRectangle *area,					      gint	    x,					      gint	    y,					      gint	    width,					      gint	    height);GtkIconSet* gtk_style_lookup_icon_set        (GtkStyle     *style,                                              const gchar  *stock_id);gboolean    gtk_style_lookup_color           (GtkStyle     *style,                                              const gchar  *color_name,                                              GdkColor     *color);GdkPixbuf*  gtk_style_render_icon     (GtkStyle            *style,                                       const GtkIconSource *source,                                       GtkTextDirection     direction,                                       GtkStateType         state,                                       GtkIconSize          size,                                       GtkWidget           *widget,                                       const gchar         *detail);#ifndef GTK_DISABLE_DEPRECATEDvoid gtk_draw_hline      (GtkStyle        *style,			  GdkWindow       *window,			  GtkStateType     state_type,			  gint             x1,			  gint             x2,			  gint             y);void gtk_draw_vline      (GtkStyle        *style,			  GdkWindow       *window,			  GtkStateType     state_type,			  gint             y1_,			  gint             y2_,			  gint             x);void gtk_draw_shadow     (GtkStyle        *style,			  GdkWindow       *window,			  GtkStateType     state_type,			  GtkShadowType    shadow_type,			  gint             x,			  gint             y,			  gint             width,			  gint             height);void gtk_draw_polygon    (GtkStyle        *style,			  GdkWindow       *window,			  GtkStateType     state_type,			  GtkShadowType    shadow_type,			  GdkPoint        *points,			  gint             npoints,			  gboolean         fill);void gtk_draw_arrow      (GtkStyle        *style,			  GdkWindow       *window,			  GtkStateType     state_type,			  GtkShadowType    shadow_type,			  GtkArrowType     arrow_type,			  gboolean         fill,			  gint             x,			  gint             y,			  gint             width,			  gint             height);void gtk_draw_diamond    (GtkStyle        *style,			  GdkWindow       *window,			  GtkStateType     state_type,			  GtkShadowType    shadow_type,			  gint             x,			  gint             y,			  gint             width,			  gint             height);void gtk_draw_box        (GtkStyle        *style,			  GdkWindow       *window,			  GtkStateType     state_type,			  GtkShadowType    shadow_type,			  gint             x,			  gint             y,			  gint             width,			  gint             height);void gtk_draw_flat_box   (GtkStyle        *style,			  GdkWindow       *window,			  GtkStateType     state_type,			  GtkShadowType    shadow_type,			  gint             x,			  gint             y,			  gint             width,			  gint             height);void gtk_draw_check      (GtkStyle        *style,			  GdkWindow       *window,			  GtkStateType     state_type,			  GtkShadowType    shadow_type,			  gint             x,			  gint             y,			  gint             width,			  gint             height);void gtk_draw_option     (GtkStyle        *style,			  GdkWindow       *window,			  GtkStateType     state_type,			  GtkShadowType    shadow_type,			  gint             x,			  gint             y,			  gint             width,			  gint             height);void gtk_draw_tab        (GtkStyle        *style,			  GdkWindow       *window,			  GtkStateType     state_type,			  GtkShadowType    shadow_type,			  gint             x,			  gint             y,			  gint             width,			  gint             height);void gtk_draw_shadow_gap (GtkStyle        *style,			  GdkWindow       *window,			  GtkStateType     state_type,			  GtkShadowType    shadow_type,			  gint             x,			  gint             y,			  gint             width,			  gint             height,			  GtkPositionType  gap_side,			  gint             gap_x,			  gint             gap_width);void gtk_draw_box_gap    (GtkStyle        *style,			  GdkWindow       *window,			  GtkStateType     state_type,			  GtkShadowType    shadow_type,			  gint             x,			  gint             y,			  gint             width,			  gint             height,			  GtkPositionType  gap_side,			  gint             gap_x,			  gint             gap_width);void gtk_draw_extension  (GtkStyle        *style,			  GdkWindow       *window,			  GtkStateType     state_type,			  GtkShadowType    shadow_type,			  gint             x,			  gint             y,			  gint             width,			  gint             height,			  GtkPositionType  gap_side);void gtk_draw_focus      (GtkStyle        *style,			  GdkWindow       *window,			  gint             x,			  gint             y,			  gint             width,			  gint             height);void gtk_draw_slider     (GtkStyle        *style,			  GdkWindow       *window,			  GtkStateType     state_type,			  GtkShadowType    shadow_type,			  gint             x,			  gint             y,			  gint             width,			  gint             height,			  GtkOrientation   orientation);void gtk_draw_handle     (GtkStyle        *style,			  GdkWindow       *window,			  GtkStateType     state_type,			  GtkShadowType    shadow_type,			  gint             x,			  gint             y,

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -