コード例 #1
0
ファイル: GtkPlus.cs プロジェクト: KonajuGames/SharpLang
		static extern void gtk_paint_slider (
			GtkStylePointer style,
			GdkWindowPointer window,
			GtkStateType state_type,
			GtkShadowType shadow_type,
			ref GdkRectangle area,
			GtkWidgetPointer widget,
			string detail,
			gint x,
			gint y,
			gint width,
			gint height,
			GtkOrientation orientation);
コード例 #2
0
ファイル: Interop.ButtonBox.cs プロジェクト: pacas00/gtk-core
 public static extern IntPtr gtk_button_box_new(GtkOrientation orientation);